wwt-certificate-tool 1.2.29

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,6 @@
1
+ {
2
+ "ver": "P1.2.29",
3
+ "url": "https://registry.npmmirror.com/wwt-certificate-tool/1.2.29/files/dist/app.html",
4
+ "url_gh": "https://api.github.com/repos/huweipei745839/certificate-generation/contents/dist/WWT%E5%87%AD%E8%AF%81%E5%B7%A5%E5%85%B7_P1.2.29.html",
5
+ "note": "① 更新检查降频:距上次成功检查不足 24 小时则不再联网,直接开本地版(Gitee 限流的根因就是请求太频繁;启动也更快)。点右上角「🛠️ 启动器」可强制检查。② 新增主更新源 npmmirror(淘宝 npm 镜像,阿里云 CDN,实测 81~128ms,不限流,返回明文无需 base64 解码),源优先级:npmmirror → Gitee(限流重试2次) → GitHub。npmmirror 源需先把 wwt-certificate-tool 包发布到 npm,发布前自动回退到 Gitee。"
6
+ }
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "wwt-certificate-tool",
3
+ "version": "1.2.29",
4
+ "description": "WWT 金蝶凭证工具 · 纯前端版(离线单文件 HTML,双击即用)",
5
+ "keywords": [
6
+ "WWT",
7
+ "金蝶",
8
+ "凭证",
9
+ "财务"
10
+ ],
11
+ "license": "UNLICENSED",
12
+ "private": false,
13
+ "files": [
14
+ "dist"
15
+ ]
16
+ }