忽略package-lock.json

This commit is contained in:
q
2025-10-20 13:42:44 +08:00
parent fa12ab2c51
commit 4166ea10af
3 changed files with 3 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ public enum PanDomainTemplate {
PcxTool.class),
// WPS分享格式https://www.kdocs.cn/l/ck0azivLlDi3 API格式https://www.kdocs.cn/api/office/file/{shareKey}/download
// 响应:{download_url: "https://hwc-bj.ag.kdocs.cn/api/xx",url: "",fize: 0,fver: 0,store: ""}
PWPS("WPS",
PWPS("WPS云文档",
compile("https://www\\.kdocs\\.cn/l/(?<KEY>.+)"),
"https://www.kdocs.cn/l/{shareKey}",
PwpsTool.class),