@lobehub/icons 1.90.0 → 1.92.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 +41 -40
- package/es/Cerebras/components/Avatar.d.ts +5 -0
- package/es/Cerebras/components/Avatar.js +27 -0
- package/es/Cerebras/components/BrandColor.d.ts +3 -0
- package/es/Cerebras/components/BrandColor.js +46 -0
- package/es/Cerebras/components/BrandMono.d.ts +3 -0
- package/es/Cerebras/components/BrandMono.js +45 -0
- package/es/Cerebras/components/Color.d.ts +3 -0
- package/es/Cerebras/components/Color.js +45 -0
- package/es/Cerebras/components/Combine.d.ts +7 -0
- package/es/Cerebras/components/Combine.js +32 -0
- package/es/Cerebras/components/Mono.d.ts +3 -0
- package/es/Cerebras/components/Mono.js +44 -0
- package/es/Cerebras/components/Text.d.ts +3 -0
- package/es/Cerebras/components/Text.js +53 -0
- package/es/Cerebras/index.d.ts +19 -0
- package/es/Cerebras/index.js +20 -0
- package/es/Cerebras/style.d.ts +4 -0
- package/es/Cerebras/style.js +4 -0
- package/es/DeepInfra/components/Avatar.d.ts +5 -0
- package/es/DeepInfra/components/Avatar.js +26 -0
- package/es/DeepInfra/components/Color.d.ts +3 -0
- package/es/DeepInfra/components/Color.js +43 -0
- package/es/DeepInfra/components/Combine.d.ts +7 -0
- package/es/DeepInfra/components/Combine.js +32 -0
- package/es/DeepInfra/components/Mono.d.ts +3 -0
- package/es/DeepInfra/components/Mono.js +43 -0
- package/es/DeepInfra/components/Text.d.ts +3 -0
- package/es/DeepInfra/components/Text.js +42 -0
- package/es/DeepInfra/index.d.ts +15 -0
- package/es/DeepInfra/index.js +16 -0
- package/es/DeepInfra/style.d.ts +4 -0
- package/es/DeepInfra/style.js +4 -0
- package/es/Doc2X/components/Avatar.d.ts +5 -0
- package/es/Doc2X/components/Avatar.js +29 -0
- package/es/Doc2X/components/Color.d.ts +3 -0
- package/es/Doc2X/components/Color.js +54 -0
- package/es/Doc2X/components/Combine.d.ts +7 -0
- package/es/Doc2X/components/Combine.js +32 -0
- package/es/Doc2X/components/Mono.d.ts +3 -0
- package/es/Doc2X/components/Mono.js +54 -0
- package/es/Doc2X/components/Text.d.ts +3 -0
- package/es/Doc2X/components/Text.js +40 -0
- package/es/Doc2X/index.d.ts +15 -0
- package/es/Doc2X/index.js +16 -0
- package/es/Doc2X/style.d.ts +4 -0
- package/es/Doc2X/style.js +4 -0
- package/es/Exa/components/Avatar.d.ts +5 -0
- package/es/Exa/components/Avatar.js +30 -0
- package/es/Exa/components/Color.d.ts +3 -0
- package/es/Exa/components/Color.js +42 -0
- package/es/Exa/components/Combine.d.ts +7 -0
- package/es/Exa/components/Combine.js +32 -0
- package/es/Exa/components/Mono.d.ts +3 -0
- package/es/Exa/components/Mono.js +42 -0
- package/es/Exa/components/Text.d.ts +3 -0
- package/es/Exa/components/Text.js +40 -0
- package/es/Exa/index.d.ts +15 -0
- package/es/Exa/index.js +16 -0
- package/es/Exa/style.d.ts +4 -0
- package/es/Exa/style.js +4 -0
- package/es/Flora/components/Avatar.d.ts +5 -0
- package/es/Flora/components/Avatar.js +25 -0
- package/es/Flora/components/Combine.d.ts +5 -0
- package/es/Flora/components/Combine.js +29 -0
- package/es/Flora/components/Mono.d.ts +3 -0
- package/es/Flora/components/Mono.js +41 -0
- package/es/Flora/components/Text.d.ts +3 -0
- package/es/Flora/components/Text.js +41 -0
- package/es/Flora/index.d.ts +13 -0
- package/es/Flora/index.js +14 -0
- package/es/Flora/style.d.ts +4 -0
- package/es/Flora/style.js +4 -0
- package/es/Kera/components/Avatar.d.ts +5 -0
- package/es/Kera/components/Avatar.js +25 -0
- package/es/Kera/components/Combine.d.ts +5 -0
- package/es/Kera/components/Combine.js +29 -0
- package/es/Kera/components/Mono.d.ts +3 -0
- package/es/Kera/components/Mono.js +43 -0
- package/es/Kera/components/Text.d.ts +3 -0
- package/es/Kera/components/Text.js +40 -0
- package/es/Kera/index.d.ts +13 -0
- package/es/Kera/index.js +14 -0
- package/es/Kera/style.d.ts +4 -0
- package/es/Kera/style.js +4 -0
- package/es/NotebookLM/components/Avatar.d.ts +5 -0
- package/es/NotebookLM/components/Avatar.js +25 -0
- package/es/NotebookLM/components/Combine.d.ts +5 -0
- package/es/NotebookLM/components/Combine.js +29 -0
- package/es/NotebookLM/components/Mono.d.ts +3 -0
- package/es/NotebookLM/components/Mono.js +41 -0
- package/es/NotebookLM/components/Text.d.ts +3 -0
- package/es/NotebookLM/components/Text.js +40 -0
- package/es/NotebookLM/index.d.ts +13 -0
- package/es/NotebookLM/index.js +14 -0
- package/es/NotebookLM/style.d.ts +4 -0
- package/es/NotebookLM/style.js +4 -0
- package/es/RSSHub/components/Avatar.d.ts +5 -0
- package/es/RSSHub/components/Avatar.js +29 -0
- package/es/RSSHub/components/Color.d.ts +3 -0
- package/es/RSSHub/components/Color.js +52 -0
- package/es/RSSHub/components/Combine.d.ts +7 -0
- package/es/RSSHub/components/Combine.js +32 -0
- package/es/RSSHub/components/Mono.d.ts +3 -0
- package/es/RSSHub/components/Mono.js +53 -0
- package/es/RSSHub/components/Text.d.ts +3 -0
- package/es/RSSHub/components/Text.js +40 -0
- package/es/RSSHub/index.d.ts +15 -0
- package/es/RSSHub/index.js +16 -0
- package/es/RSSHub/style.d.ts +4 -0
- package/es/RSSHub/style.js +4 -0
- package/es/SearchApi/components/Avatar.d.ts +5 -0
- package/es/SearchApi/components/Avatar.js +25 -0
- package/es/SearchApi/components/Combine.d.ts +5 -0
- package/es/SearchApi/components/Combine.js +29 -0
- package/es/SearchApi/components/Mono.d.ts +3 -0
- package/es/SearchApi/components/Mono.js +41 -0
- package/es/SearchApi/components/Text.d.ts +3 -0
- package/es/SearchApi/components/Text.js +40 -0
- package/es/SearchApi/index.d.ts +13 -0
- package/es/SearchApi/index.js +14 -0
- package/es/SearchApi/style.d.ts +4 -0
- package/es/SearchApi/style.js +4 -0
- package/es/VectorizerAI/components/Avatar.d.ts +5 -0
- package/es/VectorizerAI/components/Avatar.js +30 -0
- package/es/VectorizerAI/components/Combine.d.ts +7 -0
- package/es/VectorizerAI/components/Combine.js +29 -0
- package/es/VectorizerAI/components/Mono.d.ts +3 -0
- package/es/VectorizerAI/components/Mono.js +41 -0
- package/es/VectorizerAI/components/Text.d.ts +3 -0
- package/es/VectorizerAI/components/Text.js +40 -0
- package/es/VectorizerAI/index.d.ts +13 -0
- package/es/VectorizerAI/index.js +14 -0
- package/es/VectorizerAI/style.d.ts +4 -0
- package/es/VectorizerAI/style.js +4 -0
- package/es/icons.d.ts +10 -0
- package/es/icons.js +10 -0
- package/es/toc.js +194 -14
- package/package.json +1 -1
package/es/toc.js
CHANGED
@@ -128,7 +128,7 @@ var toc = [{
|
|
128
128
|
"title": "Alibaba"
|
129
129
|
}, {
|
130
130
|
"color": "#FF6A00",
|
131
|
-
"desc": "https://
|
131
|
+
"desc": "https://aliyun.com",
|
132
132
|
"docsUrl": "alibaba-cloud",
|
133
133
|
"fullTitle": "AlibabaCloud (阿里云)",
|
134
134
|
"group": "provider",
|
@@ -399,6 +399,24 @@ var toc = [{
|
|
399
399
|
"hasTextColor": false
|
400
400
|
},
|
401
401
|
"title": "ByteDance"
|
402
|
+
}, {
|
403
|
+
"color": "#F15A29",
|
404
|
+
"desc": "https://cerebras.ai",
|
405
|
+
"docsUrl": "cerebras",
|
406
|
+
"fullTitle": "Cerebras",
|
407
|
+
"group": "provider",
|
408
|
+
"id": "Cerebras",
|
409
|
+
"param": {
|
410
|
+
"hasAvatar": true,
|
411
|
+
"hasBrand": true,
|
412
|
+
"hasBrandColor": true,
|
413
|
+
"hasColor": true,
|
414
|
+
"hasCombine": true,
|
415
|
+
"hasText": true,
|
416
|
+
"hasTextCn": false,
|
417
|
+
"hasTextColor": false
|
418
|
+
},
|
419
|
+
"title": "Cerebras"
|
402
420
|
}, {
|
403
421
|
"color": "#4268FA",
|
404
422
|
"colorGradient": "linear-gradient(-45deg, #3485FF, #504AF4)",
|
@@ -602,7 +620,7 @@ var toc = [{
|
|
602
620
|
}, {
|
603
621
|
"color": "#000",
|
604
622
|
"colorGradient": "linear-gradient(135deg, #0CD7FE, #03ACFF, #0272E1)",
|
605
|
-
"desc": "https://
|
623
|
+
"desc": "https://comfy.org",
|
606
624
|
"docsUrl": "comfy-ui",
|
607
625
|
"fullTitle": "ComfyUI",
|
608
626
|
"group": "application",
|
@@ -729,7 +747,7 @@ var toc = [{
|
|
729
747
|
"title": "DALL-E"
|
730
748
|
}, {
|
731
749
|
"color": "#EE3D2C",
|
732
|
-
"desc": "https://
|
750
|
+
"desc": "https://databricks.com",
|
733
751
|
"docsUrl": "dbrx",
|
734
752
|
"fullTitle": "DBRX (Databricks)",
|
735
753
|
"group": "model",
|
@@ -763,6 +781,24 @@ var toc = [{
|
|
763
781
|
"hasTextColor": false
|
764
782
|
},
|
765
783
|
"title": "DeepAI"
|
784
|
+
}, {
|
785
|
+
"color": "#fff",
|
786
|
+
"desc": "https://deepinfra.com",
|
787
|
+
"docsUrl": "deep-infra",
|
788
|
+
"fullTitle": "DeepInfra",
|
789
|
+
"group": "provider",
|
790
|
+
"id": "DeepInfra",
|
791
|
+
"param": {
|
792
|
+
"hasAvatar": true,
|
793
|
+
"hasBrand": false,
|
794
|
+
"hasBrandColor": false,
|
795
|
+
"hasColor": true,
|
796
|
+
"hasCombine": true,
|
797
|
+
"hasText": true,
|
798
|
+
"hasTextCn": false,
|
799
|
+
"hasTextColor": false
|
800
|
+
},
|
801
|
+
"title": "DeepInfra"
|
766
802
|
}, {
|
767
803
|
"color": "#4285F4",
|
768
804
|
"desc": "https://deepmind.google",
|
@@ -783,7 +819,7 @@ var toc = [{
|
|
783
819
|
"title": "DeepMind"
|
784
820
|
}, {
|
785
821
|
"color": "#4D6BFE",
|
786
|
-
"desc": "https://
|
822
|
+
"desc": "https://deepseek.com",
|
787
823
|
"docsUrl": "deep-seek",
|
788
824
|
"fullTitle": "DeepSeek",
|
789
825
|
"group": "model",
|
@@ -818,6 +854,24 @@ var toc = [{
|
|
818
854
|
"hasTextColor": false
|
819
855
|
},
|
820
856
|
"title": "Dify"
|
857
|
+
}, {
|
858
|
+
"color": "#fff",
|
859
|
+
"desc": "https://doc2x.noedgeai.com",
|
860
|
+
"docsUrl": "doc2-x",
|
861
|
+
"fullTitle": "Doc2X",
|
862
|
+
"group": "application",
|
863
|
+
"id": "Doc2X",
|
864
|
+
"param": {
|
865
|
+
"hasAvatar": true,
|
866
|
+
"hasBrand": false,
|
867
|
+
"hasBrandColor": false,
|
868
|
+
"hasColor": true,
|
869
|
+
"hasCombine": true,
|
870
|
+
"hasText": true,
|
871
|
+
"hasTextCn": false,
|
872
|
+
"hasTextColor": false
|
873
|
+
},
|
874
|
+
"title": "Doc2X"
|
821
875
|
}, {
|
822
876
|
"color": "#fff",
|
823
877
|
"desc": "https://docsearch.algolia.com",
|
@@ -854,6 +908,24 @@ var toc = [{
|
|
854
908
|
"hasTextColor": false
|
855
909
|
},
|
856
910
|
"title": "Doubao"
|
911
|
+
}, {
|
912
|
+
"color": "#1f40ed",
|
913
|
+
"desc": "https://exa.ai",
|
914
|
+
"docsUrl": "exa",
|
915
|
+
"fullTitle": "Exa",
|
916
|
+
"group": "provider",
|
917
|
+
"id": "Exa",
|
918
|
+
"param": {
|
919
|
+
"hasAvatar": true,
|
920
|
+
"hasBrand": false,
|
921
|
+
"hasBrandColor": false,
|
922
|
+
"hasColor": true,
|
923
|
+
"hasCombine": true,
|
924
|
+
"hasText": true,
|
925
|
+
"hasTextCn": false,
|
926
|
+
"hasTextColor": false
|
927
|
+
},
|
928
|
+
"title": "Exa"
|
857
929
|
}, {
|
858
930
|
"color": "#EC0648",
|
859
931
|
"desc": "https://fal.ai",
|
@@ -908,6 +980,24 @@ var toc = [{
|
|
908
980
|
"hasTextColor": false
|
909
981
|
},
|
910
982
|
"title": "FishAudio"
|
983
|
+
}, {
|
984
|
+
"color": "#000",
|
985
|
+
"desc": "https://florafauna.ai",
|
986
|
+
"docsUrl": "flora",
|
987
|
+
"fullTitle": "Flora",
|
988
|
+
"group": "application",
|
989
|
+
"id": "Flora",
|
990
|
+
"param": {
|
991
|
+
"hasAvatar": true,
|
992
|
+
"hasBrand": false,
|
993
|
+
"hasBrandColor": false,
|
994
|
+
"hasColor": false,
|
995
|
+
"hasCombine": true,
|
996
|
+
"hasText": true,
|
997
|
+
"hasTextCn": false,
|
998
|
+
"hasTextColor": false
|
999
|
+
},
|
1000
|
+
"title": "Flora"
|
911
1001
|
}, {
|
912
1002
|
"color": "#fff",
|
913
1003
|
"desc": "https://flowith.io",
|
@@ -1274,7 +1364,7 @@ var toc = [{
|
|
1274
1364
|
"title": "Hunyuan"
|
1275
1365
|
}, {
|
1276
1366
|
"color": "#2A80E2",
|
1277
|
-
"desc": "https://
|
1367
|
+
"desc": "https://xfyun.cn",
|
1278
1368
|
"docsUrl": "i-fly-tek-cloud",
|
1279
1369
|
"fullTitle": "IFlyTekCloud (讯飞开放平台)",
|
1280
1370
|
"group": "provider",
|
@@ -1362,6 +1452,24 @@ var toc = [{
|
|
1362
1452
|
"hasTextColor": false
|
1363
1453
|
},
|
1364
1454
|
"title": "Jina"
|
1455
|
+
}, {
|
1456
|
+
"color": "#000",
|
1457
|
+
"desc": "https://kera.ai",
|
1458
|
+
"docsUrl": "kera",
|
1459
|
+
"fullTitle": "Kera",
|
1460
|
+
"group": "application",
|
1461
|
+
"id": "Kera",
|
1462
|
+
"param": {
|
1463
|
+
"hasAvatar": true,
|
1464
|
+
"hasBrand": false,
|
1465
|
+
"hasBrandColor": false,
|
1466
|
+
"hasColor": false,
|
1467
|
+
"hasCombine": true,
|
1468
|
+
"hasText": true,
|
1469
|
+
"hasTextCn": false,
|
1470
|
+
"hasTextColor": false
|
1471
|
+
},
|
1472
|
+
"title": "Kera"
|
1365
1473
|
}, {
|
1366
1474
|
"color": "#000",
|
1367
1475
|
"desc": "https://kimi.moonshot.cn",
|
@@ -1872,6 +1980,24 @@ var toc = [{
|
|
1872
1980
|
"hasTextColor": false
|
1873
1981
|
},
|
1874
1982
|
"title": "n8n"
|
1983
|
+
}, {
|
1984
|
+
"color": "#fff",
|
1985
|
+
"desc": "https://notebooklm.google",
|
1986
|
+
"docsUrl": "notebook-lm",
|
1987
|
+
"fullTitle": "NotebookLM",
|
1988
|
+
"group": "application",
|
1989
|
+
"id": "NotebookLM",
|
1990
|
+
"param": {
|
1991
|
+
"hasAvatar": true,
|
1992
|
+
"hasBrand": false,
|
1993
|
+
"hasBrandColor": false,
|
1994
|
+
"hasColor": false,
|
1995
|
+
"hasCombine": true,
|
1996
|
+
"hasText": true,
|
1997
|
+
"hasTextCn": false,
|
1998
|
+
"hasTextColor": false
|
1999
|
+
},
|
2000
|
+
"title": "NotebookLM"
|
1875
2001
|
}, {
|
1876
2002
|
"color": "#fff",
|
1877
2003
|
"desc": "https://notion.com",
|
@@ -1929,7 +2055,7 @@ var toc = [{
|
|
1929
2055
|
"title": "Novita AI"
|
1930
2056
|
}, {
|
1931
2057
|
"color": "#74B71B",
|
1932
|
-
"desc": "https://
|
2058
|
+
"desc": "https://nvidia.com/en-us/ai-on-rtx/chat-with-rtx-generative-ai/",
|
1933
2059
|
"docsUrl": "nvidia",
|
1934
2060
|
"fullTitle": "Nvidia (ChatWithRTX)",
|
1935
2061
|
"group": "application",
|
@@ -2217,6 +2343,24 @@ var toc = [{
|
|
2217
2343
|
"hasTextColor": false
|
2218
2344
|
},
|
2219
2345
|
"title": "Qwen"
|
2346
|
+
}, {
|
2347
|
+
"color": "#fff",
|
2348
|
+
"desc": "https://rsshub.app",
|
2349
|
+
"docsUrl": "rss-hub",
|
2350
|
+
"fullTitle": "RSSHub",
|
2351
|
+
"group": "application",
|
2352
|
+
"id": "RSSHub",
|
2353
|
+
"param": {
|
2354
|
+
"hasAvatar": true,
|
2355
|
+
"hasBrand": false,
|
2356
|
+
"hasBrandColor": false,
|
2357
|
+
"hasColor": true,
|
2358
|
+
"hasCombine": true,
|
2359
|
+
"hasText": true,
|
2360
|
+
"hasTextCn": false,
|
2361
|
+
"hasTextColor": false
|
2362
|
+
},
|
2363
|
+
"title": "RSSHub"
|
2220
2364
|
}, {
|
2221
2365
|
"color": "#853bce",
|
2222
2366
|
"colorGradient": "linear-gradient(to bottom, #A204B4, #6213B9)",
|
@@ -2362,6 +2506,24 @@ var toc = [{
|
|
2362
2506
|
"hasTextColor": false
|
2363
2507
|
},
|
2364
2508
|
"title": "Search1API"
|
2509
|
+
}, {
|
2510
|
+
"color": "#4f46e5",
|
2511
|
+
"desc": "https://searchapi.io",
|
2512
|
+
"docsUrl": "search-api",
|
2513
|
+
"fullTitle": "SearchApi",
|
2514
|
+
"group": "provider",
|
2515
|
+
"id": "SearchApi",
|
2516
|
+
"param": {
|
2517
|
+
"hasAvatar": true,
|
2518
|
+
"hasBrand": false,
|
2519
|
+
"hasBrandColor": false,
|
2520
|
+
"hasColor": false,
|
2521
|
+
"hasCombine": true,
|
2522
|
+
"hasText": true,
|
2523
|
+
"hasTextCn": false,
|
2524
|
+
"hasTextColor": false
|
2525
|
+
},
|
2526
|
+
"title": "SearchApi"
|
2365
2527
|
}, {
|
2366
2528
|
"color": "#5B2AD8",
|
2367
2529
|
"desc": "https://platform.sensenova.cn",
|
@@ -2437,7 +2599,7 @@ var toc = [{
|
|
2437
2599
|
"title": "Stability"
|
2438
2600
|
}, {
|
2439
2601
|
"color": "#DF0428",
|
2440
|
-
"desc": "https://
|
2602
|
+
"desc": "https://ctyun.cn/act/xirang/deepseek",
|
2441
2603
|
"docsUrl": "state-cloud",
|
2442
2604
|
"fullTitle": "StateCloud (天翼云)",
|
2443
2605
|
"group": "provider",
|
@@ -2455,7 +2617,7 @@ var toc = [{
|
|
2455
2617
|
"title": "StateCloud"
|
2456
2618
|
}, {
|
2457
2619
|
"color": "#005AFF",
|
2458
|
-
"desc": "https://
|
2620
|
+
"desc": "https://stepfun.com",
|
2459
2621
|
"docsUrl": "stepfun",
|
2460
2622
|
"fullTitle": "Stepfun (阶跃星辰)",
|
2461
2623
|
"group": "model",
|
@@ -2509,7 +2671,7 @@ var toc = [{
|
|
2509
2671
|
"title": "Sync"
|
2510
2672
|
}, {
|
2511
2673
|
"color": "#6400FF",
|
2512
|
-
"desc": "https://
|
2674
|
+
"desc": "https://tii.ae",
|
2513
2675
|
"docsUrl": "tii",
|
2514
2676
|
"fullTitle": "Technology Innovation Institute (Falcon)",
|
2515
2677
|
"group": "provider",
|
@@ -2564,7 +2726,7 @@ var toc = [{
|
|
2564
2726
|
}, {
|
2565
2727
|
"color": "#0057ff",
|
2566
2728
|
"colorGradient": "linear-gradient(to right, #6865FC, #467DF9)",
|
2567
|
-
"desc": "https://
|
2729
|
+
"desc": "https://tiangong.cn",
|
2568
2730
|
"docsUrl": "tiangong",
|
2569
2731
|
"fullTitle": "Tiangong (天工)",
|
2570
2732
|
"group": "application",
|
@@ -2582,7 +2744,7 @@ var toc = [{
|
|
2582
2744
|
"title": "Tiangong"
|
2583
2745
|
}, {
|
2584
2746
|
"color": "#0f6fff",
|
2585
|
-
"desc": "https://
|
2747
|
+
"desc": "https://together.ai",
|
2586
2748
|
"docsUrl": "together",
|
2587
2749
|
"fullTitle": "together.ai",
|
2588
2750
|
"group": "provider",
|
@@ -2600,7 +2762,7 @@ var toc = [{
|
|
2600
2762
|
"title": "together.ai"
|
2601
2763
|
}, {
|
2602
2764
|
"color": "#000",
|
2603
|
-
"desc": "https://
|
2765
|
+
"desc": "https://tripo3d.ai",
|
2604
2766
|
"docsUrl": "tripo",
|
2605
2767
|
"fullTitle": "Tripo",
|
2606
2768
|
"group": "application",
|
@@ -2618,7 +2780,7 @@ var toc = [{
|
|
2618
2780
|
"title": "Tripo"
|
2619
2781
|
}, {
|
2620
2782
|
"color": "#e30a5d",
|
2621
|
-
"desc": "https://
|
2783
|
+
"desc": "https://udio.com",
|
2622
2784
|
"docsUrl": "udio",
|
2623
2785
|
"fullTitle": "Udio",
|
2624
2786
|
"group": "application",
|
@@ -2689,6 +2851,24 @@ var toc = [{
|
|
2689
2851
|
"hasTextColor": false
|
2690
2852
|
},
|
2691
2853
|
"title": "V0"
|
2854
|
+
}, {
|
2855
|
+
"color": "#3659FF",
|
2856
|
+
"desc": "https://vectorizer.ai",
|
2857
|
+
"docsUrl": "vectorizer-ai",
|
2858
|
+
"fullTitle": "Vectorizer.AI",
|
2859
|
+
"group": "application",
|
2860
|
+
"id": "VectorizerAI",
|
2861
|
+
"param": {
|
2862
|
+
"hasAvatar": true,
|
2863
|
+
"hasBrand": false,
|
2864
|
+
"hasBrandColor": false,
|
2865
|
+
"hasColor": false,
|
2866
|
+
"hasCombine": true,
|
2867
|
+
"hasText": true,
|
2868
|
+
"hasTextCn": false,
|
2869
|
+
"hasTextColor": false
|
2870
|
+
},
|
2871
|
+
"title": "Vectorizer.AI"
|
2692
2872
|
}, {
|
2693
2873
|
"color": "#000",
|
2694
2874
|
"desc": "https://sdk.vercel.ai",
|
@@ -2927,7 +3107,7 @@ var toc = [{
|
|
2927
3107
|
"title": "Zeabur"
|
2928
3108
|
}, {
|
2929
3109
|
"color": "#003425",
|
2930
|
-
"desc": "https://
|
3110
|
+
"desc": "https://lingyiwanwu.com/",
|
2931
3111
|
"docsUrl": "zero-one",
|
2932
3112
|
"fullTitle": "01.AI (零一万物)",
|
2933
3113
|
"group": "provider",
|