@lobehub/icons 1.91.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.js +1 -1
- 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 +9 -0
- package/es/icons.js +9 -0
- package/es/toc.js +176 -14
- package/package.json +1 -1
package/es/icons.d.ts
CHANGED
@@ -20,6 +20,7 @@ export { default as BaiduCloud, type CompoundedIcon as BaiduCloudProps } from '.
|
|
20
20
|
export { default as Bedrock, type CompoundedIcon as BedrockProps } from './Bedrock';
|
21
21
|
export { default as Bing, type CompoundedIcon as BingProps } from './Bing';
|
22
22
|
export { default as ByteDance, type CompoundedIcon as ByteDanceProps } from './ByteDance';
|
23
|
+
export { default as Cerebras, type CompoundedIcon as CerebrasProps } from './Cerebras';
|
23
24
|
export { default as ChatGLM, type CompoundedIcon as ChatGLMProps } from './ChatGLM';
|
24
25
|
export { default as Civitai, type CompoundedIcon as CivitaiProps } from './Civitai';
|
25
26
|
export { default as Claude, type CompoundedIcon as ClaudeProps } from './Claude';
|
@@ -40,14 +41,18 @@ export { default as Cursor, type CompoundedIcon as CursorProps } from './Cursor'
|
|
40
41
|
export { default as Dalle, type CompoundedIcon as DalleProps } from './Dalle';
|
41
42
|
export { default as Dbrx, type CompoundedIcon as DbrxProps } from './Dbrx';
|
42
43
|
export { default as DeepAI, type CompoundedIcon as DeepAIProps } from './DeepAI';
|
44
|
+
export { default as DeepInfra, type CompoundedIcon as DeepInfraProps } from './DeepInfra';
|
43
45
|
export { default as DeepMind, type CompoundedIcon as DeepMindProps } from './DeepMind';
|
44
46
|
export { default as DeepSeek, type CompoundedIcon as DeepSeekProps } from './DeepSeek';
|
45
47
|
export { default as Dify, type CompoundedIcon as DifyProps } from './Dify';
|
48
|
+
export { default as Doc2X, type CompoundedIcon as Doc2XProps } from './Doc2X';
|
46
49
|
export { default as DocSearch, type CompoundedIcon as DocSearchProps } from './DocSearch';
|
47
50
|
export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao';
|
51
|
+
export { default as Exa, type CompoundedIcon as ExaProps } from './Exa';
|
48
52
|
export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
|
49
53
|
export { default as Fireworks, type CompoundedIcon as FireworksProps } from './Fireworks';
|
50
54
|
export { default as FishAudio, type CompoundedIcon as FishAudioProps } from './FishAudio';
|
55
|
+
export { default as Flora, type CompoundedIcon as FloraProps } from './Flora';
|
51
56
|
export { default as Flowith, type CompoundedIcon as FlowithProps } from './Flowith';
|
52
57
|
export { default as Flux, type CompoundedIcon as FluxProps } from './Flux';
|
53
58
|
export { default as Gemini, type CompoundedIcon as GeminiProps } from './Gemini';
|
@@ -102,6 +107,7 @@ export { default as Monica, type CompoundedIcon as MonicaProps } from './Monica'
|
|
102
107
|
export { default as Moonshot, type CompoundedIcon as MoonshotProps } from './Moonshot';
|
103
108
|
export { default as MyShell, type CompoundedIcon as MyShellProps } from './MyShell';
|
104
109
|
export { default as N8n, type CompoundedIcon as N8nProps } from './N8n';
|
110
|
+
export { default as NotebookLM, type CompoundedIcon as NotebookLMProps } from './NotebookLM';
|
105
111
|
export { default as Notion, type CompoundedIcon as NotionProps } from './Notion';
|
106
112
|
export { default as Nova, type CompoundedIcon as NovaProps } from './Nova';
|
107
113
|
export { default as Novita, type CompoundedIcon as NovitaProps } from './Novita';
|
@@ -125,10 +131,12 @@ export { default as Railway, type CompoundedIcon as RailwayProps } from './Railw
|
|
125
131
|
export { default as Recraft, type CompoundedIcon as RecraftProps } from './Recraft';
|
126
132
|
export { default as Replicate, type CompoundedIcon as ReplicateProps } from './Replicate';
|
127
133
|
export { default as Replit, type CompoundedIcon as ReplitProps } from './Replit';
|
134
|
+
export { default as RSSHub, type CompoundedIcon as RSSHubProps } from './RSSHub';
|
128
135
|
export { default as Runway, type CompoundedIcon as RunwayProps } from './Runway';
|
129
136
|
export { default as Rwkv, type CompoundedIcon as RwkvProps } from './Rwkv';
|
130
137
|
export { default as SambaNova, type CompoundedIcon as SambaNovaProps } from './SambaNova';
|
131
138
|
export { default as Search1API, type CompoundedIcon as Search1APIProps } from './Search1API';
|
139
|
+
export { default as SearchApi, type CompoundedIcon as SearchApiProps } from './SearchApi';
|
132
140
|
export { default as SenseNova, type CompoundedIcon as SenseNovaProps } from './SenseNova';
|
133
141
|
export { default as SiliconCloud, type CompoundedIcon as SiliconCloudProps } from './SiliconCloud';
|
134
142
|
export { default as Spark, type CompoundedIcon as SparkProps } from './Spark';
|
@@ -147,6 +155,7 @@ export { default as Udio, type CompoundedIcon as UdioProps } from './Udio';
|
|
147
155
|
export { default as Unstructured, type CompoundedIcon as UnstructuredProps } from './Unstructured';
|
148
156
|
export { default as Upstage, type CompoundedIcon as UpstageProps } from './Upstage';
|
149
157
|
export { default as V0, type CompoundedIcon as V0Props } from './V0';
|
158
|
+
export { default as VectorizerAI, type CompoundedIcon as VectorizerAIProps } from './VectorizerAI';
|
150
159
|
export { default as Vercel, type CompoundedIcon as VercelProps } from './Vercel';
|
151
160
|
export { default as VertexAI, type CompoundedIcon as VertexAIProps } from './VertexAI';
|
152
161
|
export { default as Vidu, type CompoundedIcon as ViduProps } from './Vidu';
|
package/es/icons.js
CHANGED
@@ -20,6 +20,7 @@ export { default as BaiduCloud } from "./BaiduCloud";
|
|
20
20
|
export { default as Bedrock } from "./Bedrock";
|
21
21
|
export { default as Bing } from "./Bing";
|
22
22
|
export { default as ByteDance } from "./ByteDance";
|
23
|
+
export { default as Cerebras } from "./Cerebras";
|
23
24
|
export { default as ChatGLM } from "./ChatGLM";
|
24
25
|
export { default as Civitai } from "./Civitai";
|
25
26
|
export { default as Claude } from "./Claude";
|
@@ -40,14 +41,18 @@ export { default as Cursor } from "./Cursor";
|
|
40
41
|
export { default as Dalle } from "./Dalle";
|
41
42
|
export { default as Dbrx } from "./Dbrx";
|
42
43
|
export { default as DeepAI } from "./DeepAI";
|
44
|
+
export { default as DeepInfra } from "./DeepInfra";
|
43
45
|
export { default as DeepMind } from "./DeepMind";
|
44
46
|
export { default as DeepSeek } from "./DeepSeek";
|
45
47
|
export { default as Dify } from "./Dify";
|
48
|
+
export { default as Doc2X } from "./Doc2X";
|
46
49
|
export { default as DocSearch } from "./DocSearch";
|
47
50
|
export { default as Doubao } from "./Doubao";
|
51
|
+
export { default as Exa } from "./Exa";
|
48
52
|
export { default as Fal } from "./Fal";
|
49
53
|
export { default as Fireworks } from "./Fireworks";
|
50
54
|
export { default as FishAudio } from "./FishAudio";
|
55
|
+
export { default as Flora } from "./Flora";
|
51
56
|
export { default as Flowith } from "./Flowith";
|
52
57
|
export { default as Flux } from "./Flux";
|
53
58
|
export { default as Gemini } from "./Gemini";
|
@@ -102,6 +107,7 @@ export { default as Monica } from "./Monica";
|
|
102
107
|
export { default as Moonshot } from "./Moonshot";
|
103
108
|
export { default as MyShell } from "./MyShell";
|
104
109
|
export { default as N8n } from "./N8n";
|
110
|
+
export { default as NotebookLM } from "./NotebookLM";
|
105
111
|
export { default as Notion } from "./Notion";
|
106
112
|
export { default as Nova } from "./Nova";
|
107
113
|
export { default as Novita } from "./Novita";
|
@@ -125,10 +131,12 @@ export { default as Railway } from "./Railway";
|
|
125
131
|
export { default as Recraft } from "./Recraft";
|
126
132
|
export { default as Replicate } from "./Replicate";
|
127
133
|
export { default as Replit } from "./Replit";
|
134
|
+
export { default as RSSHub } from "./RSSHub";
|
128
135
|
export { default as Runway } from "./Runway";
|
129
136
|
export { default as Rwkv } from "./Rwkv";
|
130
137
|
export { default as SambaNova } from "./SambaNova";
|
131
138
|
export { default as Search1API } from "./Search1API";
|
139
|
+
export { default as SearchApi } from "./SearchApi";
|
132
140
|
export { default as SenseNova } from "./SenseNova";
|
133
141
|
export { default as SiliconCloud } from "./SiliconCloud";
|
134
142
|
export { default as Spark } from "./Spark";
|
@@ -147,6 +155,7 @@ export { default as Udio } from "./Udio";
|
|
147
155
|
export { default as Unstructured } from "./Unstructured";
|
148
156
|
export { default as Upstage } from "./Upstage";
|
149
157
|
export { default as V0 } from "./V0";
|
158
|
+
export { default as VectorizerAI } from "./VectorizerAI";
|
150
159
|
export { default as Vercel } from "./Vercel";
|
151
160
|
export { default as VertexAI } from "./VertexAI";
|
152
161
|
export { default as Vidu } from "./Vidu";
|
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",
|
@@ -1890,6 +1980,24 @@ var toc = [{
|
|
1890
1980
|
"hasTextColor": false
|
1891
1981
|
},
|
1892
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"
|
1893
2001
|
}, {
|
1894
2002
|
"color": "#fff",
|
1895
2003
|
"desc": "https://notion.com",
|
@@ -1947,7 +2055,7 @@ var toc = [{
|
|
1947
2055
|
"title": "Novita AI"
|
1948
2056
|
}, {
|
1949
2057
|
"color": "#74B71B",
|
1950
|
-
"desc": "https://
|
2058
|
+
"desc": "https://nvidia.com/en-us/ai-on-rtx/chat-with-rtx-generative-ai/",
|
1951
2059
|
"docsUrl": "nvidia",
|
1952
2060
|
"fullTitle": "Nvidia (ChatWithRTX)",
|
1953
2061
|
"group": "application",
|
@@ -2235,6 +2343,24 @@ var toc = [{
|
|
2235
2343
|
"hasTextColor": false
|
2236
2344
|
},
|
2237
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"
|
2238
2364
|
}, {
|
2239
2365
|
"color": "#853bce",
|
2240
2366
|
"colorGradient": "linear-gradient(to bottom, #A204B4, #6213B9)",
|
@@ -2380,6 +2506,24 @@ var toc = [{
|
|
2380
2506
|
"hasTextColor": false
|
2381
2507
|
},
|
2382
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"
|
2383
2527
|
}, {
|
2384
2528
|
"color": "#5B2AD8",
|
2385
2529
|
"desc": "https://platform.sensenova.cn",
|
@@ -2455,7 +2599,7 @@ var toc = [{
|
|
2455
2599
|
"title": "Stability"
|
2456
2600
|
}, {
|
2457
2601
|
"color": "#DF0428",
|
2458
|
-
"desc": "https://
|
2602
|
+
"desc": "https://ctyun.cn/act/xirang/deepseek",
|
2459
2603
|
"docsUrl": "state-cloud",
|
2460
2604
|
"fullTitle": "StateCloud (天翼云)",
|
2461
2605
|
"group": "provider",
|
@@ -2473,7 +2617,7 @@ var toc = [{
|
|
2473
2617
|
"title": "StateCloud"
|
2474
2618
|
}, {
|
2475
2619
|
"color": "#005AFF",
|
2476
|
-
"desc": "https://
|
2620
|
+
"desc": "https://stepfun.com",
|
2477
2621
|
"docsUrl": "stepfun",
|
2478
2622
|
"fullTitle": "Stepfun (阶跃星辰)",
|
2479
2623
|
"group": "model",
|
@@ -2527,7 +2671,7 @@ var toc = [{
|
|
2527
2671
|
"title": "Sync"
|
2528
2672
|
}, {
|
2529
2673
|
"color": "#6400FF",
|
2530
|
-
"desc": "https://
|
2674
|
+
"desc": "https://tii.ae",
|
2531
2675
|
"docsUrl": "tii",
|
2532
2676
|
"fullTitle": "Technology Innovation Institute (Falcon)",
|
2533
2677
|
"group": "provider",
|
@@ -2582,7 +2726,7 @@ var toc = [{
|
|
2582
2726
|
}, {
|
2583
2727
|
"color": "#0057ff",
|
2584
2728
|
"colorGradient": "linear-gradient(to right, #6865FC, #467DF9)",
|
2585
|
-
"desc": "https://
|
2729
|
+
"desc": "https://tiangong.cn",
|
2586
2730
|
"docsUrl": "tiangong",
|
2587
2731
|
"fullTitle": "Tiangong (天工)",
|
2588
2732
|
"group": "application",
|
@@ -2600,7 +2744,7 @@ var toc = [{
|
|
2600
2744
|
"title": "Tiangong"
|
2601
2745
|
}, {
|
2602
2746
|
"color": "#0f6fff",
|
2603
|
-
"desc": "https://
|
2747
|
+
"desc": "https://together.ai",
|
2604
2748
|
"docsUrl": "together",
|
2605
2749
|
"fullTitle": "together.ai",
|
2606
2750
|
"group": "provider",
|
@@ -2618,7 +2762,7 @@ var toc = [{
|
|
2618
2762
|
"title": "together.ai"
|
2619
2763
|
}, {
|
2620
2764
|
"color": "#000",
|
2621
|
-
"desc": "https://
|
2765
|
+
"desc": "https://tripo3d.ai",
|
2622
2766
|
"docsUrl": "tripo",
|
2623
2767
|
"fullTitle": "Tripo",
|
2624
2768
|
"group": "application",
|
@@ -2636,7 +2780,7 @@ var toc = [{
|
|
2636
2780
|
"title": "Tripo"
|
2637
2781
|
}, {
|
2638
2782
|
"color": "#e30a5d",
|
2639
|
-
"desc": "https://
|
2783
|
+
"desc": "https://udio.com",
|
2640
2784
|
"docsUrl": "udio",
|
2641
2785
|
"fullTitle": "Udio",
|
2642
2786
|
"group": "application",
|
@@ -2707,6 +2851,24 @@ var toc = [{
|
|
2707
2851
|
"hasTextColor": false
|
2708
2852
|
},
|
2709
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"
|
2710
2872
|
}, {
|
2711
2873
|
"color": "#000",
|
2712
2874
|
"desc": "https://sdk.vercel.ai",
|
@@ -2945,7 +3107,7 @@ var toc = [{
|
|
2945
3107
|
"title": "Zeabur"
|
2946
3108
|
}, {
|
2947
3109
|
"color": "#003425",
|
2948
|
-
"desc": "https://
|
3110
|
+
"desc": "https://lingyiwanwu.com/",
|
2949
3111
|
"docsUrl": "zero-one",
|
2950
3112
|
"fullTitle": "01.AI (零一万物)",
|
2951
3113
|
"group": "provider",
|