-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.json
More file actions
257 lines (257 loc) · 6.94 KB
/
tools.json
File metadata and controls
257 lines (257 loc) · 6.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
[
{
"categoryName": "编解码",
"tools": [
{
"name_zh": "Base64编解码",
"name_en": "Base64 Encode/Decode",
"path": "coder/base64",
"filePath": "static/tools/base64.html"
},
{
"name_zh": "Base64转图片",
"name_en": "Base64 to Image",
"path": "coder/base64-image",
"filePath": "static/tools/base64-image.html"
},
{
"name_zh": "文件转Base64",
"name_en": "File to Base64",
"path": "coder/file-to-base64",
"filePath": "static/tools/file-to-base64.html"
},
{
"name_zh": "URL编码/解码",
"name_en": "URL Encode/Decode",
"path": "coder/url-encode-decode",
"filePath": "static/tools/url-encode-decode.html"
},
{
"name_zh": "Unicode转换",
"name_en": "Unicode Converter",
"path": "coder/unicode",
"filePath": "static/tools/unicode.html"
},
{
"name_zh": "Base32编解码",
"name_en": "Base32 Encode/Decode",
"path": "coder/base32",
"filePath": "static/tools/base32.html"
},
{
"name_zh": "Hex编解码",
"name_en": "Hex Encode/Decode",
"path": "coder/hex",
"filePath": "static/tools/hex.html"
}
]
},
{
"categoryName": "格式化",
"tools": [
{
"name_zh": "JSON格式化",
"name_en": "JSON Formatter",
"path": "formatter/json",
"filePath": "static/tools/json-format.html"
},
{
"name_zh": "代码格式化",
"name_en": "Code Formatter",
"path": "formatter/code",
"filePath": "static/tools/code-formatter.html"
},
{
"name_zh": "HTML格式化",
"name_en": "HTML Formatter",
"path": "formatter/html",
"filePath": "static/tools/html-formatter.html"
},
{
"name_zh": "CSS格式化",
"name_en": "CSS Formatter",
"path": "formatter/css",
"filePath": "static/tools/css-formatter.html"
},
{
"name_zh": "XML格式化",
"name_en": "XML Formatter",
"path": "formatter/xml",
"filePath": "static/tools/xml-formatter.html"
}
]
},
{
"categoryName": "图片工具",
"tools": [
{
"name_zh": "图片压缩",
"name_en": "Image Compressor",
"path": "image/compressor",
"filePath": "static/tools/image-compressor.html"
},
{
"name_zh": "全景图预览",
"name_en": "Panorama Viewer",
"path": "image/panorama-viewer",
"filePath": "static/tools/panorama-viewer.html"
},
{
"name_zh": "图片格式转换",
"name_en": "Image Format Converter",
"path": "image/format-converter",
"filePath": "static/tools/image-format-converter.html"
}
]
},
{
"categoryName": "数据生成",
"tools": [
{
"name_zh": "随机数据生成",
"name_en": "Random Data Generator",
"path": "generator/random-data",
"filePath": "static/tools/random-data-generator.html"
},
{
"name_zh": "字符串哈希生成",
"name_en": "String Hash Generator",
"path": "generator/string-hash",
"filePath": "static/tools/string-hash-generator.html"
},
{
"name_zh": "NanoID生成",
"name_en": "NanoID Generator",
"path": "generator/nanoid",
"filePath": "static/tools/nanoid-generator.html"
}
]
},
{
"categoryName": "文本工具",
"tools": [
{
"name_zh": "文本差异对比",
"name_en": "Text Diff",
"path": "text/diff",
"filePath": "static/tools/text-diff.html"
},
{
"name_zh": "正则表达式测试",
"name_en": "Regex Tester",
"path": "text/regex-tester",
"filePath": "static/tools/regex-tester.html"
},
{
"name_zh": "Markdown预览",
"name_en": "Markdown Previewer",
"path": "text/markdown-previewer",
"filePath": "static/tools/markdown-previewer.html"
},
{
"name_zh": "文本统计",
"name_en": "Text Counter",
"path": "text/counter",
"filePath": "static/tools/text-counter.html"
}
]
},
{
"categoryName": "音视频工具",
"tools": [
{
"name_zh": "音频波形可视化",
"name_en": "Audio Waveform Visualization",
"path": "audio/visualization",
"filePath": "static/tools/audio-visualization.html"
},
{
"name_zh": "全景视频播放",
"name_en": "Panorama Video Player",
"path": "video/panorama-viewer",
"filePath": "static/tools/panorama-video-viewer.html"
},
{
"name_zh": "视频播放",
"name_en": "Video Player",
"path": "video/player",
"filePath": "static/tools/video-player.html"
},
{
"name_zh": "视频压缩与编码转换",
"name_en": "Video Compressor & Converter",
"path": "video/compressor",
"filePath": "static/tools/video-compressor.html"
}
]
},
{
"categoryName": "转换器",
"tools": [
{
"name_zh": "时间转换",
"name_en": "Time Converter",
"path": "converter/time",
"filePath": "static/tools/time-converter.html"
},
{
"name_zh": "Cron转换",
"name_en": "Cron Converter",
"path": "converter/cron",
"filePath": "static/tools/cron-converter.html"
},
{
"name_zh": "JSON/YAML互转",
"name_en": "JSON/YAML Converter",
"path": "converter/json-yaml",
"filePath": "static/tools/json-yaml-converter.html"
},
{
"name_zh": "JSON转CSV",
"name_en": "JSON to CSV Converter",
"path": "converter/json-csv",
"filePath": "static/tools/json-csv-converter.html"
},
{
"name_zh": "进制转换",
"name_en": "Base Converter",
"path": "converter/base",
"filePath": "static/tools/base-converter.html"
},
{
"name_zh": "颜色选择器与转换",
"name_en": "Color Picker & Converter",
"path": "converter/color",
"filePath": "static/tools/color-picker.html"
}
]
},
{
"categoryName": "安全工具",
"tools": [
{
"name_zh": "JWT解码器",
"name_en": "JWT Decoder",
"path": "security/jwt-decoder",
"filePath": "static/tools/jwt-decoder.html"
}
]
},
{
"categoryName": "网络工具",
"tools": [
{
"name_zh": "WebSocket测试",
"name_en": "WebSocket Tester",
"path": "network/websocket-tester",
"filePath": "static/tools/websocket-tester.html"
},
{
"name_zh": "Socket.IO测试",
"name_en": "Socket.IO Tester",
"path": "network/socketio-tester",
"filePath": "static/tools/socketio-tester.html"
}
]
}
]