@vtj/designer 0.13.35 → 0.13.37

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.
@@ -0,0 +1,3 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3
+ export default _default;
@@ -101,6 +101,8 @@ export interface Settings {
101
101
  invited: boolean;
102
102
  paid: boolean;
103
103
  free: boolean;
104
+ orderLink?: string;
105
+ tokenLink?: string;
104
106
  }
105
107
  export interface CompletionChunk {
106
108
  id: string;
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/designer
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.13.34
5
+ * @version 0.13.36
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.13.34";
8
+ export declare const version = "0.13.36";
@@ -1,4 +0,0 @@
1
- import { _ as f } from "./index-DgiSQc4z.js";
2
- export {
3
- f as default
4
- };