修正发布临时open-api模块

This commit is contained in:
BBIT-Kai
2026-07-28 09:42:05 +08:00
parent 38efd8ef1a
commit 97dc9fa82e
14 changed files with 177 additions and 78 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
```json
"exports": {
"./echarts": {
"types": "./src/echarts/index.ts",
"default": "./src/echarts/index.ts"
"types": "./src/echarts/open-api.ts",
"default": "./src/echarts/open-api.ts"
}
}
```