hy-app 0.4.1 → 0.4.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.
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  ## 在线使用文档地址
2
2
  [华玥组件库文档(需要翻墙)](https://hy-component-docs.vercel.app/)
3
- [华玥组件库文档(国内地址)](https://www.gxh151.top)
3
+ [华玥组件库文档(国内旧地址,2025-11-12之后域名过期)](https://www.gxh151.top)
4
+ [华玥组件库文档(国内新地址)](https://www.hy-design-uni.top)
4
5
 
5
6
  ## H5测试页面地址
6
7
  [华玥组件库dome(需要翻墙)](https://hy-design-uni.vercel.app/#/)
@@ -17,7 +17,7 @@ export default {
17
17
  </script>
18
18
 
19
19
  <script setup lang="ts">
20
- import { computed } from "vue";
20
+ import { computed, toRefs, watch } from "vue";
21
21
  import type { CSSProperties, PropType } from "vue";
22
22
  import { addUnit, colorGradient } from "../../utils";
23
23
  import { ColorConfig } from "../../config";
package/global.d.ts CHANGED
@@ -38,7 +38,6 @@ declare module "vue" {
38
38
  HyLineProgress: (typeof import("./components/hy-line-progress/hy-line-progress.vue"))["default"];
39
39
  HyList: (typeof import("./components/hy-list/hy-list.vue"))["default"];
40
40
  HyLoading: (typeof import("./components/hy-loading/hy-loading.vue"))["default"];
41
- HyLogin: (typeof import("./components/hy-login/hy-login.vue"))["default"];
42
41
  HyMenu: (typeof import("./components/hy-menu/hy-menu.vue"))["default"];
43
42
  HyModal: (typeof import("./components/hy-modal/hy-modal.vue"))["default"];
44
43
  HyNavbar: (typeof import("./components/hy-navbar/hy-navbar.vue"))["default"];
package/index.ts CHANGED
@@ -1,7 +1,5 @@
1
1
  export * from "./common";
2
2
  export * from "./utils";
3
- export * from "./store";
4
- // export * from "./components";
5
3
  export * from "./global";
6
4
  export * from "./typing";
7
5
  export * from "./api";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hy-app",
3
- "version": "0.4.1",
4
- "description": "feat: 修复输入框在支付宝无法点击到关闭按钮,水印在支付宝真机调试有问题,后续修复",
3
+ "version": "0.4.2",
4
+ "description": "delete: 删除登录组件",
5
5
  "main": "./index.ts",
6
6
  "private": false,
7
7
  "scripts": {},