@lobehub/icons 1.51.0 → 1.53.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 +19 -18
- package/es/Civitai/components/Avatar.d.ts +5 -0
- package/es/Civitai/components/Avatar.js +29 -0
- package/es/Civitai/components/Color.d.ts +3 -0
- package/es/Civitai/components/Color.js +86 -0
- package/es/Civitai/components/Combine.d.ts +7 -0
- package/es/Civitai/components/Combine.js +33 -0
- package/es/Civitai/components/Mono.d.ts +3 -0
- package/es/Civitai/components/Mono.js +43 -0
- package/es/Civitai/components/Text.d.ts +3 -0
- package/es/Civitai/components/Text.js +42 -0
- package/es/Civitai/components/TextColor.d.ts +3 -0
- package/es/Civitai/components/TextColor.js +43 -0
- package/es/Civitai/index.d.ts +17 -0
- package/es/Civitai/index.js +18 -0
- package/es/Civitai/style.d.ts +4 -0
- package/es/Civitai/style.js +4 -0
- package/es/Kimi/components/Avatar.d.ts +5 -0
- package/es/Kimi/components/Avatar.js +30 -0
- package/es/Kimi/components/Color.d.ts +3 -0
- package/es/Kimi/components/Color.js +44 -0
- package/es/Kimi/components/Combine.d.ts +5 -0
- package/es/Kimi/components/Combine.js +32 -0
- package/es/Kimi/components/Mono.d.ts +3 -0
- package/es/Kimi/components/Mono.js +43 -0
- package/es/Kimi/components/Text.d.ts +3 -0
- package/es/Kimi/components/Text.js +41 -0
- package/es/Kimi/index.d.ts +15 -0
- package/es/Kimi/index.js +16 -0
- package/es/Kimi/style.d.ts +4 -0
- package/es/Kimi/style.js +4 -0
- package/es/Nova/components/Avatar.d.ts +5 -0
- package/es/Nova/components/Avatar.js +27 -0
- package/es/Nova/components/Color.d.ts +3 -0
- package/es/Nova/components/Color.js +158 -0
- package/es/Nova/components/Combine.d.ts +7 -0
- package/es/Nova/components/Combine.js +32 -0
- package/es/Nova/components/Mono.d.ts +3 -0
- package/es/Nova/components/Mono.js +50 -0
- package/es/Nova/components/Text.d.ts +3 -0
- package/es/Nova/components/Text.js +40 -0
- package/es/Nova/index.d.ts +16 -0
- package/es/Nova/index.js +17 -0
- package/es/Nova/style.d.ts +5 -0
- package/es/Nova/style.js +5 -0
- package/es/icons.d.ts +3 -0
- package/es/icons.js +3 -0
- package/es/toc.js +55 -0
- package/package.json +1 -1
@@ -0,0 +1,40 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["size", "style"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { forwardRef } from 'react';
|
13
|
+
import { TITLE } from "../style";
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
16
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
17
|
+
var _ref$size = _ref.size,
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
19
|
+
style = _ref.style,
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
22
|
+
fill: "currentColor",
|
23
|
+
fillRule: "evenodd",
|
24
|
+
height: size,
|
25
|
+
ref: ref,
|
26
|
+
style: _objectSpread({
|
27
|
+
flex: 'none',
|
28
|
+
lineHeight: 1
|
29
|
+
}, style),
|
30
|
+
viewBox: "0 0 194 24",
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
32
|
+
}, rest), {}, {
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
34
|
+
children: TITLE
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
36
|
+
d: "M183.349 22c-1.461 0-2.636-.415-3.525-1.244-.869-.83-1.303-1.935-1.303-3.317 0-1.462.533-2.627 1.599-3.495 1.086-.889 2.518-1.333 4.295-1.333.948 0 1.995.128 3.14.385v-1.481c0-.909-.188-1.53-.563-1.866-.375-.336-1.066-.504-2.073-.504-.691 0-1.422.07-2.192.208-.77.118-1.55.286-2.34.503-.158.04-.267.06-.326.06-.336 0-.503-.228-.503-.682V7.901c0-.316.039-.533.118-.651.099-.119.277-.237.533-.356.691-.296 1.531-.523 2.518-.681a16.69 16.69 0 012.962-.267c2.034 0 3.515.415 4.443 1.244.948.81 1.422 2.093 1.422 3.85v9.746c0 .493-.247.74-.741.74h-2.014c-.435 0-.711-.217-.829-.651l-.178-.682a7.346 7.346 0 01-2.133 1.333c-.79.316-1.56.474-2.31.474zm1.214-2.903c1.027 0 2.024-.404 2.992-1.214v-2.577c-.375-.06-.77-.109-1.185-.148-.415-.04-.8-.06-1.155-.06-1.718 0-2.577.692-2.577 2.074 0 .612.168 1.086.504 1.422.335.335.809.503 1.421.503zM170.756 21.526h-2.577c-.276 0-.494-.05-.652-.148-.158-.1-.296-.306-.414-.622l-5.065-13.181a11.554 11.554 0 01-.148-.415 1.023 1.023 0 01-.059-.326c0-.296.197-.444.592-.444h2.962c.553 0 .898.257 1.037.77l3.05 10.485 3.11-10.485c.139-.513.484-.77 1.037-.77h2.873c.395 0 .593.148.593.444 0 .1-.02.208-.06.326-.039.119-.089.257-.148.415l-5.065 13.18c-.118.317-.256.524-.414.623-.158.098-.376.148-.652.148zM153.044 21.97c-2.31 0-4.137-.69-5.48-2.073-1.342-1.402-2.014-3.386-2.014-5.953 0-2.548.672-4.512 2.014-5.895 1.343-1.402 3.17-2.103 5.48-2.103 2.31 0 4.137.701 5.48 2.103 1.342 1.383 2.014 3.347 2.014 5.895 0 2.567-.672 4.551-2.014 5.953-1.343 1.382-3.17 2.073-5.48 2.073zm0-3.317c.987 0 1.748-.365 2.281-1.096.553-.75.829-1.955.829-3.613 0-1.64-.276-2.824-.829-3.555-.533-.75-1.294-1.125-2.281-1.125-.968 0-1.728.375-2.281 1.125-.553.73-.829 1.916-.829 3.555 0 1.658.276 2.863.829 3.613.553.73 1.313 1.096 2.281 1.096zM128.034 21.526h-2.429c-.493 0-.74-.247-.74-.74V1.74c0-.493.247-.74.74-.74h3.288c.316 0 .533.05.652.148.138.08.276.227.414.444l7.998 13.774V1.74c0-.493.246-.74.74-.74h2.429c.493 0 .74.247.74.74v19.046c0 .493-.247.74-.74.74h-3.288c-.316 0-.543-.04-.681-.118a2.05 2.05 0 01-.385-.474l-7.998-13.655v13.507c0 .493-.246.74-.74.74zM102.264 21.526h-2.843c-.494 0-.74-.247-.74-.74V7.13c0-.494.246-.74.74-.74h2.133c.454 0 .73.217.829.651l.266.978c1.778-1.383 3.673-2.074 5.687-2.074 1.402 0 2.479.385 3.229 1.155.77.75 1.155 1.827 1.155 3.229v10.456c0 .493-.247.74-.74.74h-2.844c-.494 0-.74-.247-.74-.74v-9.182c0-1.56-.721-2.34-2.163-2.34-1.086 0-2.162.335-3.228 1.007v10.515c0 .493-.247.74-.741.74zM87.817 21.97c-2.31 0-4.136-.69-5.48-2.073-1.342-1.402-2.013-3.386-2.013-5.953 0-2.548.671-4.512 2.014-5.895 1.343-1.402 3.17-2.103 5.48-2.103 2.31 0 4.136.701 5.48 2.103 1.342 1.383 2.013 3.347 2.013 5.895 0 2.567-.671 4.551-2.014 5.953-1.343 1.382-3.17 2.073-5.48 2.073zm0-3.317c.988 0 1.748-.365 2.281-1.096.553-.75.83-1.955.83-3.613 0-1.64-.277-2.824-.83-3.555-.533-.75-1.293-1.125-2.28-1.125-.968 0-1.728.375-2.281 1.125-.553.73-.83 1.916-.83 3.555 0 1.658.277 2.863.83 3.613.553.73 1.313 1.096 2.28 1.096zM77.617 21.526H66.39c-.494 0-.74-.247-.74-.74v-1.511c0-.297.029-.534.088-.711.06-.178.188-.375.385-.593L73.44 9.59h-6.753c-.494 0-.74-.247-.74-.74V7.13c0-.494.246-.74.74-.74h10.782c.493 0 .74.246.74.74V8.7c0 .296-.03.533-.089.71-.06.178-.188.376-.385.593l-7.405 8.323h7.287c.493 0 .74.247.74.74v1.718c0 .494-.247.74-.74.74zM54.487 22c-1.462 0-2.636-.415-3.525-1.244-.869-.83-1.303-1.935-1.303-3.317 0-1.462.533-2.627 1.6-3.495 1.085-.889 2.517-1.333 4.294-1.333.948 0 1.994.128 3.14.385v-1.481c0-.909-.188-1.53-.563-1.866-.375-.336-1.066-.504-2.074-.504-.69 0-1.421.07-2.191.208-.77.118-1.55.286-2.34.503-.158.04-.267.06-.326.06-.336 0-.504-.228-.504-.682V7.901c0-.316.04-.533.119-.651.099-.119.276-.237.533-.356.691-.296 1.53-.523 2.518-.681a16.689 16.689 0 012.962-.267c2.034 0 3.515.415 4.443 1.244.947.81 1.421 2.093 1.421 3.85v9.746c0 .493-.247.74-.74.74h-2.014c-.435 0-.711-.217-.83-.651l-.177-.682a7.35 7.35 0 01-2.133 1.333c-.79.316-1.56.474-2.31.474zm1.214-2.903c1.027 0 2.024-.404 2.992-1.214v-2.577c-.375-.06-.77-.109-1.185-.148-.415-.04-.8-.06-1.155-.06-1.718 0-2.577.692-2.577 2.074 0 .612.168 1.086.503 1.422.336.335.81.503 1.422.503zM27.03 21.526h-2.844c-.494 0-.74-.247-.74-.74V7.13c0-.494.246-.74.74-.74h2.133c.454 0 .73.217.83.651l.236.8c1.027-.671 1.955-1.155 2.784-1.451a7.947 7.947 0 012.636-.445c1.778 0 3.032.632 3.762 1.896 1.007-.671 1.955-1.155 2.844-1.451a8.654 8.654 0 012.754-.445c1.382 0 2.449.385 3.2 1.155.77.75 1.154 1.827 1.154 3.229v10.456c0 .493-.247.74-.74.74h-2.844c-.493 0-.74-.247-.74-.74v-9.508c0-1.343-.602-2.014-1.807-2.014-1.066 0-2.142.256-3.228.77v10.752c0 .493-.247.74-.741.74h-2.843c-.494 0-.74-.247-.74-.74v-9.508c0-1.343-.603-2.014-1.808-2.014-.533 0-1.066.069-1.6.207a7.649 7.649 0 00-1.658.592v10.723c0 .493-.247.74-.74.74zM2.592 21.526c-.395 0-.592-.148-.592-.444 0-.099.02-.217.06-.355.058-.158.118-.326.177-.504L8.812 1.77c.119-.316.257-.523.415-.622C9.385 1.05 9.602 1 9.88 1h3.288c.276 0 .493.05.651.148.178.099.316.306.415.622l6.575 18.453c.06.178.109.346.148.504.06.138.09.256.09.355 0 .296-.198.444-.593.444h-3.258c-.316 0-.543-.059-.681-.177-.139-.119-.257-.316-.356-.593l-1.214-3.91h-7.08l-1.154 3.91c-.08.277-.198.474-.356.593-.138.118-.375.177-.71.177H2.591zm6.22-7.878h5.213l-2.636-8.59-2.577 8.59z"
|
37
|
+
})]
|
38
|
+
}));
|
39
|
+
});
|
40
|
+
export default Icon;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import Avatar from './components/Avatar';
|
2
|
+
import Color from './components/Color';
|
3
|
+
import Combine from './components/Combine';
|
4
|
+
import Mono from './components/Mono';
|
5
|
+
import Text from './components/Text';
|
6
|
+
export type CompoundedIcon = typeof Mono & {
|
7
|
+
Avatar: typeof Avatar;
|
8
|
+
Color: typeof Color;
|
9
|
+
Combine: typeof Combine;
|
10
|
+
Text: typeof Text;
|
11
|
+
colorGradient: string;
|
12
|
+
colorPrimary: string;
|
13
|
+
title: string;
|
14
|
+
};
|
15
|
+
declare const Icons: CompoundedIcon;
|
16
|
+
export default Icons;
|
package/es/Nova/index.js
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
import Avatar from "./components/Avatar";
|
4
|
+
import Color from "./components/Color";
|
5
|
+
import Combine from "./components/Combine";
|
6
|
+
import Mono from "./components/Mono";
|
7
|
+
import Text from "./components/Text";
|
8
|
+
import { COLOR_GRADIENT, COLOR_PRIMARY, TITLE } from "./style";
|
9
|
+
var Icons = Mono;
|
10
|
+
Icons.Color = Color;
|
11
|
+
Icons.Text = Text;
|
12
|
+
Icons.Combine = Combine;
|
13
|
+
Icons.Avatar = Avatar;
|
14
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
15
|
+
Icons.colorGradient = COLOR_GRADIENT;
|
16
|
+
Icons.title = TITLE;
|
17
|
+
export default Icons;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export declare const TITLE = "Nova";
|
2
|
+
export declare const TEXT_MULTIPLE = 0.6;
|
3
|
+
export declare const SPACE_MULTIPLE = 0.1;
|
4
|
+
export declare const COLOR_PRIMARY = "#222F3E";
|
5
|
+
export declare const COLOR_GRADIENT = "linear-gradient(135deg, #43E3E4, #4A9FFF, #AA4BFB, #FC5978, #FF6D32)";
|
package/es/Nova/style.js
ADDED
package/es/icons.d.ts
CHANGED
@@ -18,6 +18,7 @@ export { default as Bedrock, type CompoundedIcon as BedrockProps } from './Bedro
|
|
18
18
|
export { default as Bing, type CompoundedIcon as BingProps } from './Bing';
|
19
19
|
export { default as ByteDance, type CompoundedIcon as ByteDanceProps } from './ByteDance';
|
20
20
|
export { default as ChatGLM, type CompoundedIcon as ChatGLMProps } from './ChatGLM';
|
21
|
+
export { default as Civitai, type CompoundedIcon as CivitaiProps } from './Civitai';
|
21
22
|
export { default as Claude, type CompoundedIcon as ClaudeProps } from './Claude';
|
22
23
|
export { default as Cloudflare, type CompoundedIcon as CloudflareProps } from './Cloudflare';
|
23
24
|
export { default as CodeGeeX, type CompoundedIcon as CodeGeeXProps } from './CodeGeeX';
|
@@ -52,6 +53,7 @@ export { default as Higress, type CompoundedIcon as HigressProps } from './Higre
|
|
52
53
|
export { default as HuggingFace, type CompoundedIcon as HuggingFaceProps } from './HuggingFace';
|
53
54
|
export { default as Hunyuan, type CompoundedIcon as HunyuanProps } from './Hunyuan';
|
54
55
|
export { default as InternLM, type CompoundedIcon as InternLMProps } from './InternLM';
|
56
|
+
export { default as Kimi, type CompoundedIcon as KimiProps } from './Kimi';
|
55
57
|
export { default as Kling, type CompoundedIcon as KlingProps } from './Kling';
|
56
58
|
export { default as Langfuse, type CompoundedIcon as LangfuseProps } from './Langfuse';
|
57
59
|
export { default as LLaVA, type CompoundedIcon as LLaVAProps } from './LLaVA';
|
@@ -66,6 +68,7 @@ export { default as Mistral, type CompoundedIcon as MistralProps } from './Mistr
|
|
66
68
|
export { default as Moonshot, type CompoundedIcon as MoonshotProps } from './Moonshot';
|
67
69
|
export { default as MyShell, type CompoundedIcon as MyShellProps } from './MyShell';
|
68
70
|
export { default as Notion, type CompoundedIcon as NotionProps } from './Notion';
|
71
|
+
export { default as Nova, type CompoundedIcon as NovaProps } from './Nova';
|
69
72
|
export { default as Novita, type CompoundedIcon as NovitaProps } from './Novita';
|
70
73
|
export { default as Nvidia, type CompoundedIcon as NvidiaProps } from './Nvidia';
|
71
74
|
export { default as Ollama, type CompoundedIcon as OllamaProps } from './Ollama';
|
package/es/icons.js
CHANGED
@@ -18,6 +18,7 @@ export { default as Bedrock } from "./Bedrock";
|
|
18
18
|
export { default as Bing } from "./Bing";
|
19
19
|
export { default as ByteDance } from "./ByteDance";
|
20
20
|
export { default as ChatGLM } from "./ChatGLM";
|
21
|
+
export { default as Civitai } from "./Civitai";
|
21
22
|
export { default as Claude } from "./Claude";
|
22
23
|
export { default as Cloudflare } from "./Cloudflare";
|
23
24
|
export { default as CodeGeeX } from "./CodeGeeX";
|
@@ -52,6 +53,7 @@ export { default as Higress } from "./Higress";
|
|
52
53
|
export { default as HuggingFace } from "./HuggingFace";
|
53
54
|
export { default as Hunyuan } from "./Hunyuan";
|
54
55
|
export { default as InternLM } from "./InternLM";
|
56
|
+
export { default as Kimi } from "./Kimi";
|
55
57
|
export { default as Kling } from "./Kling";
|
56
58
|
export { default as Langfuse } from "./Langfuse";
|
57
59
|
export { default as LLaVA } from "./LLaVA";
|
@@ -66,6 +68,7 @@ export { default as Mistral } from "./Mistral";
|
|
66
68
|
export { default as Moonshot } from "./Moonshot";
|
67
69
|
export { default as MyShell } from "./MyShell";
|
68
70
|
export { default as Notion } from "./Notion";
|
71
|
+
export { default as Nova } from "./Nova";
|
69
72
|
export { default as Novita } from "./Novita";
|
70
73
|
export { default as Nvidia } from "./Nvidia";
|
71
74
|
export { default as Ollama } from "./Ollama";
|
package/es/toc.js
CHANGED
@@ -364,6 +364,24 @@ var toc = [{
|
|
364
364
|
"hasTextColor": false
|
365
365
|
},
|
366
366
|
"title": "ChatGLM"
|
367
|
+
}, {
|
368
|
+
"color": "#fff",
|
369
|
+
"desc": "https://civitai.com",
|
370
|
+
"docsUrl": "civitai",
|
371
|
+
"fullTitle": "Civitai",
|
372
|
+
"group": "provider",
|
373
|
+
"id": "Civitai",
|
374
|
+
"param": {
|
375
|
+
"hasAvatar": true,
|
376
|
+
"hasBrand": false,
|
377
|
+
"hasBrandColor": false,
|
378
|
+
"hasColor": true,
|
379
|
+
"hasCombine": true,
|
380
|
+
"hasText": true,
|
381
|
+
"hasTextCn": false,
|
382
|
+
"hasTextColor": false
|
383
|
+
},
|
384
|
+
"title": "Civitai"
|
367
385
|
}, {
|
368
386
|
"color": "#D97757",
|
369
387
|
"desc": "https://claude.ai",
|
@@ -985,6 +1003,24 @@ var toc = [{
|
|
985
1003
|
"hasTextColor": false
|
986
1004
|
},
|
987
1005
|
"title": "InternLM"
|
1006
|
+
}, {
|
1007
|
+
"color": "#000",
|
1008
|
+
"desc": "https://kimi.moonshot.cn",
|
1009
|
+
"docsUrl": "kimi",
|
1010
|
+
"fullTitle": "Kimi",
|
1011
|
+
"group": "application",
|
1012
|
+
"id": "Kimi",
|
1013
|
+
"param": {
|
1014
|
+
"hasAvatar": true,
|
1015
|
+
"hasBrand": false,
|
1016
|
+
"hasBrandColor": false,
|
1017
|
+
"hasColor": true,
|
1018
|
+
"hasCombine": true,
|
1019
|
+
"hasText": true,
|
1020
|
+
"hasTextCn": false,
|
1021
|
+
"hasTextColor": false
|
1022
|
+
},
|
1023
|
+
"title": "Kimi"
|
988
1024
|
}, {
|
989
1025
|
"color": "#000",
|
990
1026
|
"colorGradient": "linear-gradient(45deg, #FFF959, #0DF35E, #0BF2F9, #04A6F0)",
|
@@ -1243,6 +1279,25 @@ var toc = [{
|
|
1243
1279
|
"hasTextColor": false
|
1244
1280
|
},
|
1245
1281
|
"title": "Notion"
|
1282
|
+
}, {
|
1283
|
+
"color": "#222F3E",
|
1284
|
+
"colorGradient": "linear-gradient(135deg, #43E3E4, #4A9FFF, #AA4BFB, #FC5978, #FF6D32)",
|
1285
|
+
"desc": "https://aws.amazon.com/cn/ai/generative-ai/nova",
|
1286
|
+
"docsUrl": "nova",
|
1287
|
+
"fullTitle": "Nova (AWS)",
|
1288
|
+
"group": "model",
|
1289
|
+
"id": "Nova",
|
1290
|
+
"param": {
|
1291
|
+
"hasAvatar": true,
|
1292
|
+
"hasBrand": false,
|
1293
|
+
"hasBrandColor": false,
|
1294
|
+
"hasColor": true,
|
1295
|
+
"hasCombine": true,
|
1296
|
+
"hasText": true,
|
1297
|
+
"hasTextCn": false,
|
1298
|
+
"hasTextColor": false
|
1299
|
+
},
|
1300
|
+
"title": "Nova"
|
1246
1301
|
}, {
|
1247
1302
|
"color": "#6847f5",
|
1248
1303
|
"colorGradient": "linear-gradient(-45deg, #A717FF, #2622FF)",
|