-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnav.json
More file actions
56 lines (56 loc) · 1010 Bytes
/
nav.json
File metadata and controls
56 lines (56 loc) · 1010 Bytes
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
[
{
"id": "timestamp",
"name": "时间戳转换",
"icon": "far fa-clock",
"url": "index.html"
},
{
"id": "json",
"name": "JSON工具",
"icon": "fas fa-code",
"url": "json.html"
},
{
"id": "md5",
"name": "MD5加密",
"icon": "fas fa-fingerprint",
"url": "md5.html"
},
{
"id": "aes",
"name": "AES加密/解密",
"icon": "fas fa-lock",
"url": "aes.html"
},
{
"id": "encode",
"name": "编码/解码",
"icon": "fas fa-key",
"url": "encode.html"
},
{
"id": "password",
"name": "密码生成器",
"icon": "fas fa-key",
"url": "password.html"
},
{
"id": "qrcode",
"name": "二维码工具",
"icon": "fas fa-qrcode",
"url": "qrcode.html"
},
{
"id": "image-compress",
"name": "图片压缩",
"icon": "fas fa-compress-alt",
"url": "image-compress.html"
},
{
"id": "crop",
"name": "图片裁剪",
"icon": "fas fa-crop",
"url": "crop.html"
}
]