diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 7c452ec..8bf2251 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,14 +4,13 @@
-
-
+
-
-
-
-
-
+
+
+
+
+
@@ -366,15 +365,7 @@
-
-
-
-
- 1740503310227
-
-
-
- 1740503310228
+
@@ -760,7 +751,15 @@
1743019312699
-
+
+
+ 1743020690384
+
+
+
+ 1743020690384
+
+
@@ -807,7 +806,6 @@
-
@@ -832,7 +830,8 @@
-
+
+
diff --git a/src/pages/tools/csv/csv-to-json/index.tsx b/src/pages/tools/csv/csv-to-json/index.tsx
index f3ae879..fea2037 100644
--- a/src/pages/tools/csv/csv-to-json/index.tsx
+++ b/src/pages/tools/csv/csv-to-json/index.tsx
@@ -150,7 +150,9 @@ export default function CsvToJson({ title }: ToolComponentProps) {
inputComponent={
}
- resultComponent={}
+ resultComponent={
+
+ }
getGroups={({ values, updateField }) => [
{
title: 'Input CSV Format',
diff --git a/src/pages/tools/csv/csv-to-xml/index.tsx b/src/pages/tools/csv/csv-to-xml/index.tsx
index dc619b9..1178a81 100644
--- a/src/pages/tools/csv/csv-to-xml/index.tsx
+++ b/src/pages/tools/csv/csv-to-xml/index.tsx
@@ -79,7 +79,9 @@ export default function CsvToXml({ title }: ToolComponentProps) {
inputComponent={
}
- resultComponent={}
+ resultComponent={
+
+ }
getGroups={({ values, updateField }) => [
{
title: 'Input CSV Format',
diff --git a/src/pages/tools/json/minify/index.tsx b/src/pages/tools/json/minify/index.tsx
index 04532d4..bbe05e2 100644
--- a/src/pages/tools/json/minify/index.tsx
+++ b/src/pages/tools/json/minify/index.tsx
@@ -60,7 +60,13 @@ export default function MinifyJson({ title }: ToolComponentProps) {
inputComponent={
}
- resultComponent={}
+ resultComponent={
+
+ }
initialValues={initialValues}
getGroups={null}
toolInfo={{
diff --git a/src/pages/tools/json/prettify/index.tsx b/src/pages/tools/json/prettify/index.tsx
index 8b63ffb..a85c973 100644
--- a/src/pages/tools/json/prettify/index.tsx
+++ b/src/pages/tools/json/prettify/index.tsx
@@ -130,7 +130,13 @@ export default function PrettifyJson({ title }: ToolComponentProps) {
inputComponent={
}
- resultComponent={}
+ resultComponent={
+
+ }
initialValues={initialValues}
getGroups={({ values, updateField }) => [
{
diff --git a/src/pages/tools/json/stringify/index.tsx b/src/pages/tools/json/stringify/index.tsx
index aa34f11..653fb36 100644
--- a/src/pages/tools/json/stringify/index.tsx
+++ b/src/pages/tools/json/stringify/index.tsx
@@ -109,7 +109,9 @@ export default function StringifyJson({ title }: ToolComponentProps) {
onChange={setInput}
/>
}
- resultComponent={}
+ resultComponent={
+
+ }
getGroups={({ values, updateField }) => [
{
title: 'Indentation',
diff --git a/src/pages/tools/pdf/split-pdf/meta.ts b/src/pages/tools/pdf/split-pdf/meta.ts
index 9b5d033..25b3d4c 100644
--- a/src/pages/tools/pdf/split-pdf/meta.ts
+++ b/src/pages/tools/pdf/split-pdf/meta.ts
@@ -6,7 +6,7 @@ export const meta = defineTool('pdf', {
shortDescription: 'Extract specific pages from a PDF file',
description:
'Extract specific pages from a PDF file using page numbers or ranges (e.g., 1,5-8)',
- icon: 'mdi:file-pdf-box',
+ icon: 'material-symbols-light:call-split-rounded',
component: lazy(() => import('./index')),
keywords: ['pdf', 'split', 'extract', 'pages', 'range', 'document'],
path: 'split-pdf'