udxcms 2.0.4 → 2.0.5

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.
@@ -6,11 +6,9 @@
6
6
  export function setConfig(config: {
7
7
  cdnurl: string;
8
8
  }): void;
9
- /**
10
- * 获取全局配置
11
- * @returns {Object} 全局配置对象
12
- */
13
- export function getConfig(): any;
9
+ export function getConfig(): {
10
+ cdnurl: string;
11
+ };
14
12
  /**
15
13
  * 获取配置对象
16
14
  * @param {Object} overrideConfig - 可选的覆盖配置