@sdata/web-vue 1.0.0 → 1.2.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 CHANGED
@@ -10,15 +10,7 @@
10
10
 
11
11
  <div align="center">
12
12
 
13
- 基于 [SD Design](https://sd.design/) 的 Vue UI 组件库。
14
-
15
- [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/liunnn1994/sd-design/blob/main/LICENSE)
16
-
17
- </div>
18
-
19
- <div align="center">
20
-
21
- [English](./README.md) | 简体中文
13
+ 基于 [Arco Design](https://arco.design/) 的 Vue UI 组件库。
22
14
 
23
15
  </div>
24
16
 
@@ -32,8 +24,8 @@
32
24
 
33
25
  海量的样式 tokens, 支持全局以及组件级别的主题配置。有以下 2 种方式可以定制主题:
34
26
 
35
- - [Less-loader](https://sd.design/vue/docs/theme)
36
- - [风格配置平台](https://sd.design/themes) - 推荐!
27
+ - [Less-loader](https://arco.design/vue/docs/theme)
28
+ - [风格配置平台](https://arco.design/themes) - 推荐!
37
29
 
38
30
  ## TypeScript 友好
39
31
 
@@ -95,9 +87,6 @@ pnpm run build:all
95
87
  # 根目录:仅打包组件库
96
88
  pnpm run build:component
97
89
 
98
- # 根目录:重新生成组件文档元数据
99
- pnpm run docgen
100
-
101
90
  # 根目录:运行测试
102
91
  pnpm run test
103
92
 
@@ -126,8 +115,8 @@ pnpm --filter @sdata/web-vue run build
126
115
 
127
116
  # 相关链接
128
117
 
129
- - [暗黑模式](https://69dcb47c8b4208264c6e77c6--sensational-caramel-b44e12.netlify.app/guide/dark)
130
- - [主题配置](https://69dcb47c8b4208264c6e77c6--sensational-caramel-b44e12.netlify.app/guide/theme)
118
+ - [暗黑模式](https://69dcb47c8b4208264c6e77c6--sensational-caramel-b44e12.netlify.app/guides/dark)
119
+ - [主题配置](https://69dcb47c8b4208264c6e77c6--sensational-caramel-b44e12.netlify.app/guides/theme)
131
120
  - [Figma 设计资源](https://www.figma.com/file/FVu1DydEeXvJqXrkOb90Oi/SD Design%E7%BB%84%E4%BB%B6%E8%AE%BE%E8%AE%A1_2.0?node-id=5472%3A308)
132
121
 
133
122
  # 参与贡献
@@ -140,4 +129,4 @@ pnpm --filter @sdata/web-vue run build
140
129
 
141
130
  # License
142
131
 
143
- [MIT 协议](./LICENSE)
132
+ [GNU Affero General Public License v3.0](../../LICENSE)