@agentscope-ai/design 1.0.26-beta.1768815624178 → 1.0.26-beta.1768889945788
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/lib/components/commonComponents/Empty/svg/Illustrate.js +39 -117
- package/lib/components/commonComponents/Video/index.style.js +9 -9
- package/llms/all.llms.txt +2192 -1618
- package/llms/components/commonComponents/CodeBlock/index.zh-CN.llms.txt +2 -2
- package/llms/docs/changelog/index.zh-CN.llms.txt +0 -21
- package/llms/docs/guide/tokens&variables.zh-CN.llms.txt +1 -1
- package/llms/docs/guide/vibe-coding.zh-CN.llms.txt +3 -2
- package/llms/index.llms.txt +48 -51
- package/package.json +1 -1
- package/llms/components/commonComponents/FileIcon/index.zh-CN.llms.txt +0 -28
- package/llms/docs/guide/iconLibrary.zh-CN.llms.txt +0 -150
- package/llms/docs/icons/iconLibrary.zh-CN.llms.txt +0 -308
- package/llms/docs/icons/sparkIcons.zh-CN.llms.txt +0 -25
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# 使用
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
```tsx
|
|
8
|
-
import { SparkLoadingLine } from '@agentscope-ai/icons';
|
|
9
|
-
|
|
10
|
-
export default () => {
|
|
11
|
-
return (
|
|
12
|
-
<SparkLoadingLine
|
|
13
|
-
className="your-class-name"
|
|
14
|
-
style={{ color: 'var(--sps-color-primary)' }}
|
|
15
|
-
spin
|
|
16
|
-
size={48}
|
|
17
|
-
/>
|
|
18
|
-
);
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
基本用法
|
|
24
|
-
|
|
25
|
-
访问 [Icon Library](https://sparkdesign.agentscope.io/#/resources/icons) 查看全部 Icon
|