@huyooo/ui 0.11.15 → 0.11.16

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.
@@ -9,7 +9,7 @@ export interface DesktopDownloadItem {
9
9
  updateDate: string;
10
10
  icon: string;
11
11
  downloadUrl: string;
12
- /** ZIP 格式下载(用于自动更新或备用下载) */
12
+ /** ZIP 格式下载,仅供客户端自动更新等内部流程使用;公开下载入口使用 downloadUrl。 */
13
13
  zipUrl?: string;
14
14
  platform: 'Windows' | 'macOS';
15
15
  arch?: string;
@@ -1,8 +1,6 @@
1
1
  interface Props {
2
2
  title: string;
3
3
  description: string;
4
- /** 使用 ZIP 下载(无签名时传 true) */
5
- useZip?: boolean;
6
4
  }
7
5
  declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
8
6
  export default _default;
@@ -1,5 +1,2 @@
1
- interface Props {
2
- useZip?: boolean;
3
- }
4
- declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
5
2
  export default _default;