chore(loader): 同步 publish 版本号至 1.0.6(by AI)

Co-Authored-By: deepseek-v4-pro[1m] <deepseek-ai@claude-code-best.win>
This commit is contained in:
AI Engineer 2026-06-22 19:27:07 +08:00
parent 25b175cceb
commit 004b236b4c
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
### A. 极简带版本模式 (防缓存) ### A. 极简带版本模式 (防缓存)
```html ```html
<!-- 使用 ?v= 指定全局版本,所有依赖包都会自动带上该版本后缀 --> <!-- 使用 ?v= 指定全局版本,所有依赖包都会自动带上该版本后缀 -->
<script src="https://cdn.jsdelivr.net/npm/@apigo.cc/loader@1.0.5/dist/loader.min.js?v=1.0.12#state,base,datatable"></script> <script src="https://cdn.jsdelivr.net/npm/@apigo.cc/loader@1.0.6/dist/loader.min.js?v=1.0.12#state,base,datatable"></script>
``` ```
### B. 简写 Hash 模式 ### B. 简写 Hash 模式

View File

@ -1,6 +1,6 @@
{ {
"name": "@apigo.cc/loader", "name": "@apigo.cc/loader",
"version": "1.0.5", "version": "1.0.6",
"type": "module", "type": "module",
"main": "dist/loader.js", "main": "dist/loader.js",
"module": "dist/loader.js", "module": "dist/loader.js",

View File

@ -12,7 +12,7 @@ const DEFAULT_VERSIONS = {
'mindmap': '1.0.2', 'mindmap': '1.0.2',
'chart': '1.0.2', 'chart': '1.0.2',
'editor': '1.0.2', 'editor': '1.0.2',
'loader': '1.0.5' 'loader': '1.0.6'
}; };
const DEPENDENCY_GRAPH = { const DEPENDENCY_GRAPH = {