init: webwatcher 服务器监控面板

This commit is contained in:
selfrelease
2026-07-27 09:32:21 +08:00
commit 7068191d3a
25 changed files with 5630 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"css.validate": false,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/flutter/ephemeral": true,
"**/Flutter/ephemeral": true,
"**/.symlinks": true,
"**/.plugin_symlinks": true
}
}