qy-ui-for-ls 0.4.3 → 0.4.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qy-ui-for-ls",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -1,12 +0,0 @@
1
- export declare function setCssCdn(): false | undefined;
2
- export declare function setJsCdn(): false | undefined;
3
- /**
4
- * 批量设置字体图标、动态js
5
- * @method cssCdn 动态批量设置字体图标
6
- * @method jsCdn 动态批量设置第三方js
7
- */
8
- declare const setIntroduction: {
9
- cssCdn: () => void;
10
- jsCdn: () => void;
11
- };
12
- export default setIntroduction;