KunWeb/.vscode/tasks.json
2025-05-16 01:00:48 +08:00

18 lines
466 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "刷新CDN缓存",
"type": "shell",
"command": "node ../../nodejs/refreshcdn/refreshcdn.js ${workspaceFolder} https://ciyon.ciy.cn",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "always"
},
"problemMatcher": []
}
]
}