忽略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

1
.gitignore vendored
View File

@@ -40,3 +40,4 @@ unused.txt
/web-service/src/main/generated/
/db
/webroot/nfd-front/
package-lock.json

View File

@@ -261,7 +261,7 @@ GET http://127.0.0.1:6400/json/fc/e5079007dc31226096628870c7@QAIU
| 360亿方云 | √ | √(密码可忽略) | 100G(须实名) | 不限大小 |
| 123云盘 | √ | √ | 2T | 100G>100M需要登录 |
| 文叔叔 | √ | √ | 10G | 5GB |
| WPS云文档 | √ | X | 1G(免费) | 10M(免费)/2G(会员) |
| WPS云文档 | √ | X | 5G(免费) | 10M(免费)/2G(会员) |
| 夸克网盘 | x | √ | 10G | 不限大小 |
| UC网盘 | x | √ | 10G | 不限大小 |

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),