@rhino-design/vue 0.2.8 → 0.2.9

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
@@ -20,6 +20,11 @@
20
20
 
21
21
  Rhino Design Vue is a high-quality Vue 3 component library focused on practical business scenarios. It ships with TypeScript-friendly APIs, built-in theme support, internationalization helpers, and an optional standalone icons package.
22
22
 
23
+ ## Homepage
24
+ ```bash
25
+ http://doc.xitask.com
26
+ ```
27
+
23
28
  ## Features
24
29
 
25
30
  - 80+ Vue 3 components and examples covering common business scenarios.
package/README.zh-CN.md CHANGED
@@ -20,6 +20,11 @@
20
20
 
21
21
  Rhino Design Vue 是一个面向业务开发的高质量 Vue 3 组件库,强调开箱即用、类型友好和实际落地能力。它内置主题能力、国际化支持,并提供可选安装的独立图标包。
22
22
 
23
+ ## 文档站点:
24
+ ```bash
25
+ http://doc.xitask.com
26
+ ```
27
+
23
28
  ## 特性
24
29
 
25
30
  - 提供 `80+` 个 Vue 3 组件与示例,覆盖大部分常见业务场景。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhino-design/vue",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "全面开箱即用的高质量 Vue 3 组件库,覆盖绝大部分业务场景,并支持可选安装的独立 icons 包。",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -43,6 +43,7 @@
43
43
  "ChatInput",
44
44
  "design-system"
45
45
  ],
46
+ "homepage": "http://doc.xitask.com",
46
47
  "peerDependencies": {
47
48
  "vue": "^3.4.0"
48
49
  },