@itshixun/qst-ui-system 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,6 +22,7 @@ QST前端UI基础库:
22
22
  设计端:
23
23
  1. 设计师使用[主题编辑器](https://mutueye.github.io/vite-vue3-scaffold/#/themeeditor)配置并导出json格式的主题列表
24
24
  2. 在UI设计的过程中遵循配置好的主题进行设计
25
+
25
26
  前端:
26
27
  1. 在项目入口(main.js/main.ts)调用`initQstTheme()`初始化主题样式,引入设计端定制好的主题(不传则使用默认主题列表)
27
28
  ```js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itshixun/qst-ui-system",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "packageManager": "pnpm@8.3.0",
5
5
  "description": "qst ui system",
6
6
  "author": "mutueye <mutuyueniao@gmail.com>",