@lobehub/icons 4.6.0 → 4.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -19
- package/es/Amp/components/Avatar.d.ts +5 -0
- package/es/Amp/components/Avatar.js +25 -0
- package/es/Amp/components/Color.d.ts +3 -0
- package/es/Amp/components/Color.js +45 -0
- package/es/Amp/components/Combine.d.ts +7 -0
- package/es/Amp/components/Combine.js +32 -0
- package/es/Amp/components/Mono.d.ts +3 -0
- package/es/Amp/components/Mono.js +44 -0
- package/es/Amp/components/Text.d.ts +3 -0
- package/es/Amp/components/Text.js +39 -0
- package/es/Amp/index.d.ts +15 -0
- package/es/Amp/index.js +14 -0
- package/es/Amp/style.d.ts +7 -0
- package/es/Amp/style.js +9 -0
- package/es/Antigravity/components/Avatar.d.ts +5 -0
- package/es/Antigravity/components/Avatar.js +25 -0
- package/es/Antigravity/components/Color.d.ts +3 -0
- package/es/Antigravity/components/Color.js +348 -0
- package/es/Antigravity/components/Combine.d.ts +7 -0
- package/es/Antigravity/components/Combine.js +32 -0
- package/es/Antigravity/components/Mono.d.ts +3 -0
- package/es/Antigravity/components/Mono.js +40 -0
- package/es/Antigravity/components/Text.d.ts +3 -0
- package/es/Antigravity/components/Text.js +39 -0
- package/es/Antigravity/index.d.ts +16 -0
- package/es/Antigravity/index.js +14 -0
- package/es/Antigravity/style.d.ts +7 -0
- package/es/Antigravity/style.js +9 -0
- package/es/CherryStudio/components/Avatar.d.ts +5 -0
- package/es/CherryStudio/components/Avatar.js +25 -0
- package/es/CherryStudio/components/Color.d.ts +3 -0
- package/es/CherryStudio/components/Color.js +45 -0
- package/es/CherryStudio/components/Combine.d.ts +7 -0
- package/es/CherryStudio/components/Combine.js +32 -0
- package/es/CherryStudio/components/Mono.d.ts +3 -0
- package/es/CherryStudio/components/Mono.js +44 -0
- package/es/CherryStudio/components/Text.d.ts +3 -0
- package/es/CherryStudio/components/Text.js +57 -0
- package/es/CherryStudio/index.d.ts +15 -0
- package/es/CherryStudio/index.js +14 -0
- package/es/CherryStudio/style.d.ts +7 -0
- package/es/CherryStudio/style.js +9 -0
- package/es/ClaudeCode/components/Avatar.d.ts +5 -0
- package/es/ClaudeCode/components/Avatar.js +25 -0
- package/es/ClaudeCode/components/Color.d.ts +3 -0
- package/es/ClaudeCode/components/Color.js +41 -0
- package/es/ClaudeCode/components/Combine.d.ts +7 -0
- package/es/ClaudeCode/components/Combine.js +32 -0
- package/es/ClaudeCode/components/Mono.d.ts +3 -0
- package/es/ClaudeCode/components/Mono.js +41 -0
- package/es/ClaudeCode/components/Text.d.ts +3 -0
- package/es/ClaudeCode/components/Text.js +40 -0
- package/es/ClaudeCode/index.d.ts +16 -0
- package/es/ClaudeCode/index.js +14 -0
- package/es/ClaudeCode/style.d.ts +7 -0
- package/es/ClaudeCode/style.js +9 -0
- package/es/Codex/components/Avatar.d.ts +5 -0
- package/es/Codex/components/Avatar.js +25 -0
- package/es/Codex/components/Color.d.ts +3 -0
- package/es/Codex/components/Color.js +64 -0
- package/es/Codex/components/Combine.d.ts +7 -0
- package/es/Codex/components/Combine.js +32 -0
- package/es/Codex/components/Inner.d.ts +3 -0
- package/es/Codex/components/Inner.js +63 -0
- package/es/Codex/components/Mono.d.ts +3 -0
- package/es/Codex/components/Mono.js +41 -0
- package/es/Codex/components/Text.d.ts +3 -0
- package/es/Codex/components/Text.js +39 -0
- package/es/Codex/index.d.ts +15 -0
- package/es/Codex/index.js +14 -0
- package/es/Codex/style.d.ts +7 -0
- package/es/Codex/style.js +9 -0
- package/es/Junie/components/Avatar.d.ts +5 -0
- package/es/Junie/components/Avatar.js +25 -0
- package/es/Junie/components/Color.d.ts +3 -0
- package/es/Junie/components/Color.js +39 -0
- package/es/Junie/components/Combine.d.ts +7 -0
- package/es/Junie/components/Combine.js +32 -0
- package/es/Junie/components/Mono.d.ts +3 -0
- package/es/Junie/components/Mono.js +40 -0
- package/es/Junie/components/Text.d.ts +3 -0
- package/es/Junie/components/Text.js +39 -0
- package/es/Junie/index.d.ts +15 -0
- package/es/Junie/index.js +14 -0
- package/es/Junie/style.d.ts +7 -0
- package/es/Junie/style.js +9 -0
- package/es/KiloCode/components/Avatar.d.ts +5 -0
- package/es/KiloCode/components/Avatar.js +25 -0
- package/es/KiloCode/components/Combine.d.ts +5 -0
- package/es/KiloCode/components/Combine.js +26 -0
- package/es/KiloCode/components/Inner.d.ts +3 -0
- package/es/KiloCode/components/Inner.js +40 -0
- package/es/KiloCode/components/Mono.d.ts +3 -0
- package/es/KiloCode/components/Mono.js +40 -0
- package/es/KiloCode/components/Text.d.ts +3 -0
- package/es/KiloCode/components/Text.js +39 -0
- package/es/KiloCode/index.d.ts +13 -0
- package/es/KiloCode/index.js +12 -0
- package/es/KiloCode/style.d.ts +7 -0
- package/es/KiloCode/style.js +9 -0
- package/es/NanoBanana/components/Avatar.d.ts +5 -0
- package/es/NanoBanana/components/Avatar.js +25 -0
- package/es/NanoBanana/components/Color.d.ts +3 -0
- package/es/NanoBanana/components/Color.js +56 -0
- package/es/NanoBanana/components/Combine.d.ts +7 -0
- package/es/NanoBanana/components/Combine.js +32 -0
- package/es/NanoBanana/components/Inner.d.ts +3 -0
- package/es/NanoBanana/components/Inner.js +59 -0
- package/es/NanoBanana/components/Mono.d.ts +3 -0
- package/es/NanoBanana/components/Mono.js +40 -0
- package/es/NanoBanana/components/Text.d.ts +3 -0
- package/es/NanoBanana/components/Text.js +39 -0
- package/es/NanoBanana/index.d.ts +16 -0
- package/es/NanoBanana/index.js +14 -0
- package/es/NanoBanana/style.d.ts +7 -0
- package/es/NanoBanana/style.js +9 -0
- package/es/OpenCode/components/Avatar.d.ts +5 -0
- package/es/OpenCode/components/Avatar.js +25 -0
- package/es/OpenCode/components/Combine.d.ts +5 -0
- package/es/OpenCode/components/Combine.js +24 -0
- package/es/OpenCode/components/Mono.d.ts +3 -0
- package/es/OpenCode/components/Mono.js +40 -0
- package/es/OpenCode/components/Text.d.ts +3 -0
- package/es/OpenCode/components/Text.js +81 -0
- package/es/OpenCode/index.d.ts +13 -0
- package/es/OpenCode/index.js +12 -0
- package/es/OpenCode/style.d.ts +7 -0
- package/es/OpenCode/style.js +9 -0
- package/es/OpenHands/components/Avatar.d.ts +5 -0
- package/es/OpenHands/components/Avatar.js +25 -0
- package/es/OpenHands/components/Color.d.ts +3 -0
- package/es/OpenHands/components/Color.js +47 -0
- package/es/OpenHands/components/Combine.d.ts +7 -0
- package/es/OpenHands/components/Combine.js +32 -0
- package/es/OpenHands/components/Mono.d.ts +3 -0
- package/es/OpenHands/components/Mono.js +43 -0
- package/es/OpenHands/components/Text.d.ts +3 -0
- package/es/OpenHands/components/Text.js +39 -0
- package/es/OpenHands/index.d.ts +15 -0
- package/es/OpenHands/index.js +14 -0
- package/es/OpenHands/style.d.ts +7 -0
- package/es/OpenHands/style.js +9 -0
- package/es/RooCode/components/Avatar.d.ts +5 -0
- package/es/RooCode/components/Avatar.js +25 -0
- package/es/RooCode/components/Combine.d.ts +5 -0
- package/es/RooCode/components/Combine.js +26 -0
- package/es/RooCode/components/Mono.d.ts +3 -0
- package/es/RooCode/components/Mono.js +40 -0
- package/es/RooCode/components/Text.d.ts +3 -0
- package/es/RooCode/components/Text.js +39 -0
- package/es/RooCode/index.d.ts +13 -0
- package/es/RooCode/index.js +12 -0
- package/es/RooCode/style.d.ts +7 -0
- package/es/RooCode/style.js +9 -0
- package/es/Zencoder/components/Avatar.d.ts +5 -0
- package/es/Zencoder/components/Avatar.js +25 -0
- package/es/Zencoder/components/Color.d.ts +3 -0
- package/es/Zencoder/components/Color.js +39 -0
- package/es/Zencoder/components/Combine.d.ts +7 -0
- package/es/Zencoder/components/Combine.js +32 -0
- package/es/Zencoder/components/Mono.d.ts +3 -0
- package/es/Zencoder/components/Mono.js +40 -0
- package/es/Zencoder/components/Text.d.ts +3 -0
- package/es/Zencoder/components/Text.js +39 -0
- package/es/Zencoder/index.d.ts +15 -0
- package/es/Zencoder/index.js +14 -0
- package/es/Zencoder/style.d.ts +7 -0
- package/es/Zencoder/style.js +9 -0
- package/es/features/AgentIcon/DefaultAvatar.d.ts +4 -0
- package/es/features/AgentIcon/DefaultAvatar.js +40 -0
- package/es/features/AgentIcon/DefaultIcon.d.ts +9 -0
- package/es/features/AgentIcon/DefaultIcon.js +26 -0
- package/es/features/AgentIcon/index.d.ts +11 -0
- package/es/features/AgentIcon/index.js +95 -0
- package/es/features/ProviderIcon/DefaultIcon.js +2 -2
- package/es/features/agentConfig.d.ts +19 -0
- package/es/features/agentConfig.js +129 -0
- package/es/features/index.d.ts +2 -0
- package/es/features/index.js +2 -0
- package/es/features/modelConfig.js +4 -0
- package/es/icons.d.ts +12 -0
- package/es/icons.js +12 -0
- package/es/toc.js +216 -0
- package/package.json +1 -1
package/es/toc.js
CHANGED
|
@@ -270,6 +270,24 @@ var toc = [{
|
|
|
270
270
|
"hasTextColor": false
|
|
271
271
|
},
|
|
272
272
|
"title": "AlibabaCloud"
|
|
273
|
+
}, {
|
|
274
|
+
"color": "#F34E3F",
|
|
275
|
+
"desc": "https://ampcode.com",
|
|
276
|
+
"docsUrl": "amp",
|
|
277
|
+
"fullTitle": "Amp",
|
|
278
|
+
"group": "application",
|
|
279
|
+
"id": "Amp",
|
|
280
|
+
"param": {
|
|
281
|
+
"hasAvatar": true,
|
|
282
|
+
"hasBrand": false,
|
|
283
|
+
"hasBrandColor": false,
|
|
284
|
+
"hasColor": true,
|
|
285
|
+
"hasCombine": true,
|
|
286
|
+
"hasText": true,
|
|
287
|
+
"hasTextCn": false,
|
|
288
|
+
"hasTextColor": false
|
|
289
|
+
},
|
|
290
|
+
"title": "Amp"
|
|
273
291
|
}, {
|
|
274
292
|
"color": "#1677ff",
|
|
275
293
|
"desc": "https://antgroup.com",
|
|
@@ -306,6 +324,24 @@ var toc = [{
|
|
|
306
324
|
"hasTextColor": false
|
|
307
325
|
},
|
|
308
326
|
"title": "Anthropic"
|
|
327
|
+
}, {
|
|
328
|
+
"color": "#fff",
|
|
329
|
+
"desc": "https://antigravity.google",
|
|
330
|
+
"docsUrl": "antigravity",
|
|
331
|
+
"fullTitle": "Antigravity (Google)",
|
|
332
|
+
"group": "application",
|
|
333
|
+
"id": "Antigravity",
|
|
334
|
+
"param": {
|
|
335
|
+
"hasAvatar": true,
|
|
336
|
+
"hasBrand": false,
|
|
337
|
+
"hasBrandColor": false,
|
|
338
|
+
"hasColor": true,
|
|
339
|
+
"hasCombine": true,
|
|
340
|
+
"hasText": true,
|
|
341
|
+
"hasTextCn": false,
|
|
342
|
+
"hasTextColor": false
|
|
343
|
+
},
|
|
344
|
+
"title": "Antigravity"
|
|
309
345
|
}, {
|
|
310
346
|
"color": "#0163FB",
|
|
311
347
|
"desc": "https://anyscale.com",
|
|
@@ -796,6 +832,24 @@ var toc = [{
|
|
|
796
832
|
"hasTextColor": false
|
|
797
833
|
},
|
|
798
834
|
"title": "ChatGLM"
|
|
835
|
+
}, {
|
|
836
|
+
"color": "#EA5E5D",
|
|
837
|
+
"desc": "https://cherry-ai.com",
|
|
838
|
+
"docsUrl": "cherry-studio",
|
|
839
|
+
"fullTitle": "Cherry Studio",
|
|
840
|
+
"group": "application",
|
|
841
|
+
"id": "CherryStudio",
|
|
842
|
+
"param": {
|
|
843
|
+
"hasAvatar": true,
|
|
844
|
+
"hasBrand": false,
|
|
845
|
+
"hasBrandColor": false,
|
|
846
|
+
"hasColor": true,
|
|
847
|
+
"hasCombine": true,
|
|
848
|
+
"hasText": true,
|
|
849
|
+
"hasTextCn": false,
|
|
850
|
+
"hasTextColor": false
|
|
851
|
+
},
|
|
852
|
+
"title": "CherryStudio"
|
|
799
853
|
}, {
|
|
800
854
|
"color": "#fff",
|
|
801
855
|
"desc": "https://civitai.com",
|
|
@@ -832,6 +886,24 @@ var toc = [{
|
|
|
832
886
|
"hasTextColor": false
|
|
833
887
|
},
|
|
834
888
|
"title": "Claude"
|
|
889
|
+
}, {
|
|
890
|
+
"color": "#D97757",
|
|
891
|
+
"desc": "https://code.claude.com",
|
|
892
|
+
"docsUrl": "claude-code",
|
|
893
|
+
"fullTitle": "Claude Code",
|
|
894
|
+
"group": "application",
|
|
895
|
+
"id": "ClaudeCode",
|
|
896
|
+
"param": {
|
|
897
|
+
"hasAvatar": true,
|
|
898
|
+
"hasBrand": false,
|
|
899
|
+
"hasBrandColor": false,
|
|
900
|
+
"hasColor": true,
|
|
901
|
+
"hasCombine": true,
|
|
902
|
+
"hasText": true,
|
|
903
|
+
"hasTextCn": false,
|
|
904
|
+
"hasTextColor": false
|
|
905
|
+
},
|
|
906
|
+
"title": "Antigravity"
|
|
835
907
|
}, {
|
|
836
908
|
"color": "#323B43",
|
|
837
909
|
"desc": "https://cline.bot",
|
|
@@ -923,6 +995,24 @@ var toc = [{
|
|
|
923
995
|
"hasTextColor": false
|
|
924
996
|
},
|
|
925
997
|
"title": "CodeGeeX"
|
|
998
|
+
}, {
|
|
999
|
+
"color": "#fff",
|
|
1000
|
+
"desc": "https://openai.com/codex",
|
|
1001
|
+
"docsUrl": "codex",
|
|
1002
|
+
"fullTitle": "Codex (OpenAI)",
|
|
1003
|
+
"group": "model",
|
|
1004
|
+
"id": "Codex",
|
|
1005
|
+
"param": {
|
|
1006
|
+
"hasAvatar": true,
|
|
1007
|
+
"hasBrand": false,
|
|
1008
|
+
"hasBrandColor": false,
|
|
1009
|
+
"hasColor": true,
|
|
1010
|
+
"hasCombine": true,
|
|
1011
|
+
"hasText": true,
|
|
1012
|
+
"hasTextCn": false,
|
|
1013
|
+
"hasTextColor": false
|
|
1014
|
+
},
|
|
1015
|
+
"title": "Codex"
|
|
926
1016
|
}, {
|
|
927
1017
|
"color": "#000",
|
|
928
1018
|
"desc": "https://github.com/THUDM/CogVideo",
|
|
@@ -2332,6 +2422,42 @@ var toc = [{
|
|
|
2332
2422
|
"hasTextColor": false
|
|
2333
2423
|
},
|
|
2334
2424
|
"title": "Jina"
|
|
2425
|
+
}, {
|
|
2426
|
+
"color": "#47E054",
|
|
2427
|
+
"desc": "https://jetbrains.com/junie",
|
|
2428
|
+
"docsUrl": "junie",
|
|
2429
|
+
"fullTitle": "Junie",
|
|
2430
|
+
"group": "application",
|
|
2431
|
+
"id": "Junie",
|
|
2432
|
+
"param": {
|
|
2433
|
+
"hasAvatar": true,
|
|
2434
|
+
"hasBrand": false,
|
|
2435
|
+
"hasBrandColor": false,
|
|
2436
|
+
"hasColor": true,
|
|
2437
|
+
"hasCombine": true,
|
|
2438
|
+
"hasText": true,
|
|
2439
|
+
"hasTextCn": false,
|
|
2440
|
+
"hasTextColor": false
|
|
2441
|
+
},
|
|
2442
|
+
"title": "Junie"
|
|
2443
|
+
}, {
|
|
2444
|
+
"color": "#F8F676",
|
|
2445
|
+
"desc": "https://kilo.ai",
|
|
2446
|
+
"docsUrl": "kilo-code",
|
|
2447
|
+
"fullTitle": "Kilo Code",
|
|
2448
|
+
"group": "application",
|
|
2449
|
+
"id": "KiloCode",
|
|
2450
|
+
"param": {
|
|
2451
|
+
"hasAvatar": true,
|
|
2452
|
+
"hasBrand": false,
|
|
2453
|
+
"hasBrandColor": false,
|
|
2454
|
+
"hasColor": false,
|
|
2455
|
+
"hasCombine": true,
|
|
2456
|
+
"hasText": true,
|
|
2457
|
+
"hasTextCn": false,
|
|
2458
|
+
"hasTextColor": false
|
|
2459
|
+
},
|
|
2460
|
+
"title": "Kilo Code"
|
|
2335
2461
|
}, {
|
|
2336
2462
|
"color": "#000",
|
|
2337
2463
|
"desc": "https://kimi.moonshot.cn",
|
|
@@ -3167,6 +3293,24 @@ var toc = [{
|
|
|
3167
3293
|
"hasTextColor": false
|
|
3168
3294
|
},
|
|
3169
3295
|
"title": "NPLCloud"
|
|
3296
|
+
}, {
|
|
3297
|
+
"color": "#FCD53F",
|
|
3298
|
+
"desc": "https://gemini.google/overview/image-generation",
|
|
3299
|
+
"docsUrl": "nano-banana",
|
|
3300
|
+
"fullTitle": "Nano Banana (Google)",
|
|
3301
|
+
"group": "model",
|
|
3302
|
+
"id": "NanoBanana",
|
|
3303
|
+
"param": {
|
|
3304
|
+
"hasAvatar": true,
|
|
3305
|
+
"hasBrand": false,
|
|
3306
|
+
"hasBrandColor": false,
|
|
3307
|
+
"hasColor": true,
|
|
3308
|
+
"hasCombine": true,
|
|
3309
|
+
"hasText": true,
|
|
3310
|
+
"hasTextCn": false,
|
|
3311
|
+
"hasTextColor": false
|
|
3312
|
+
},
|
|
3313
|
+
"title": "NanoBanana"
|
|
3170
3314
|
}, {
|
|
3171
3315
|
"color": "#DAFF33",
|
|
3172
3316
|
"desc": "https://nebius.com",
|
|
@@ -3402,6 +3546,42 @@ var toc = [{
|
|
|
3402
3546
|
"hasTextColor": false
|
|
3403
3547
|
},
|
|
3404
3548
|
"title": "OpenClaw"
|
|
3549
|
+
}, {
|
|
3550
|
+
"color": "#000",
|
|
3551
|
+
"desc": "https://opencode.ai",
|
|
3552
|
+
"docsUrl": "open-code",
|
|
3553
|
+
"fullTitle": "opencode",
|
|
3554
|
+
"group": "application",
|
|
3555
|
+
"id": "OpenCode",
|
|
3556
|
+
"param": {
|
|
3557
|
+
"hasAvatar": true,
|
|
3558
|
+
"hasBrand": false,
|
|
3559
|
+
"hasBrandColor": false,
|
|
3560
|
+
"hasColor": false,
|
|
3561
|
+
"hasCombine": true,
|
|
3562
|
+
"hasText": true,
|
|
3563
|
+
"hasTextCn": false,
|
|
3564
|
+
"hasTextColor": false
|
|
3565
|
+
},
|
|
3566
|
+
"title": "opencode"
|
|
3567
|
+
}, {
|
|
3568
|
+
"color": "#fff",
|
|
3569
|
+
"desc": "https://openhands.dev",
|
|
3570
|
+
"docsUrl": "open-hands",
|
|
3571
|
+
"fullTitle": "OpenHands",
|
|
3572
|
+
"group": "application",
|
|
3573
|
+
"id": "OpenHands",
|
|
3574
|
+
"param": {
|
|
3575
|
+
"hasAvatar": true,
|
|
3576
|
+
"hasBrand": false,
|
|
3577
|
+
"hasBrandColor": false,
|
|
3578
|
+
"hasColor": true,
|
|
3579
|
+
"hasCombine": true,
|
|
3580
|
+
"hasText": true,
|
|
3581
|
+
"hasTextCn": false,
|
|
3582
|
+
"hasTextColor": false
|
|
3583
|
+
},
|
|
3584
|
+
"title": "OpenHands"
|
|
3405
3585
|
}, {
|
|
3406
3586
|
"color": "#6566F1",
|
|
3407
3587
|
"desc": "https://openrouter.ai",
|
|
@@ -3819,6 +3999,24 @@ var toc = [{
|
|
|
3819
3999
|
"hasTextColor": false
|
|
3820
4000
|
},
|
|
3821
4001
|
"title": "Replit"
|
|
4002
|
+
}, {
|
|
4003
|
+
"color": "#000",
|
|
4004
|
+
"desc": "https://roocode.com",
|
|
4005
|
+
"docsUrl": "roo-code",
|
|
4006
|
+
"fullTitle": "RooCode",
|
|
4007
|
+
"group": "application",
|
|
4008
|
+
"id": "RooCode",
|
|
4009
|
+
"param": {
|
|
4010
|
+
"hasAvatar": true,
|
|
4011
|
+
"hasBrand": false,
|
|
4012
|
+
"hasBrandColor": false,
|
|
4013
|
+
"hasColor": false,
|
|
4014
|
+
"hasCombine": true,
|
|
4015
|
+
"hasText": true,
|
|
4016
|
+
"hasTextCn": false,
|
|
4017
|
+
"hasTextColor": false
|
|
4018
|
+
},
|
|
4019
|
+
"title": "RooCode"
|
|
3822
4020
|
}, {
|
|
3823
4021
|
"color": "#fff",
|
|
3824
4022
|
"desc": "https://runwayml.com",
|
|
@@ -4890,6 +5088,24 @@ var toc = [{
|
|
|
4890
5088
|
"hasTextColor": false
|
|
4891
5089
|
},
|
|
4892
5090
|
"title": "ZenMux"
|
|
5091
|
+
}, {
|
|
5092
|
+
"color": "#E65C2C",
|
|
5093
|
+
"desc": "https://zencoder.ai",
|
|
5094
|
+
"docsUrl": "zencoder",
|
|
5095
|
+
"fullTitle": "Zencoder",
|
|
5096
|
+
"group": "application",
|
|
5097
|
+
"id": "Zencoder",
|
|
5098
|
+
"param": {
|
|
5099
|
+
"hasAvatar": true,
|
|
5100
|
+
"hasBrand": false,
|
|
5101
|
+
"hasBrandColor": false,
|
|
5102
|
+
"hasColor": true,
|
|
5103
|
+
"hasCombine": true,
|
|
5104
|
+
"hasText": true,
|
|
5105
|
+
"hasTextCn": false,
|
|
5106
|
+
"hasTextColor": false
|
|
5107
|
+
},
|
|
5108
|
+
"title": "Zencoder"
|
|
4893
5109
|
}, {
|
|
4894
5110
|
"color": "#003425",
|
|
4895
5111
|
"desc": "https://lingyiwanwu.com/",
|