feat: add server editing functionality and enhance server management features

This commit is contained in:
samanhappy
2025-04-05 16:28:58 +08:00
parent ffd6b93c2c
commit 3669260410
7 changed files with 557 additions and 258 deletions

View File

@@ -12,6 +12,13 @@
},
"rules": {
"no-console": "off",
"@typescript-eslint/no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_"
}
],
"no-undef": "off"
}
}