perf: 证书监控增加批量删除

This commit is contained in:
xiaojunnuo
2025-10-21 00:01:28 +08:00
parent 5ff4e3c4ea
commit e578c52fdf
5 changed files with 68 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
{
"eslint.debug": false,
"eslint.format.enable": true,
"typescript.tsc.autoDetect": "watch"
"typescript.tsc.autoDetect": "watch",
"git.scanRepositories": [
"./packages/pro"
]
}