feature: add subscription manage

This commit is contained in:
2025-04-30 01:59:14 +08:00
parent 9fdb778330
commit 4301f1dbab
128 changed files with 2286 additions and 740 deletions

View File

@@ -6,6 +6,9 @@
},
"linter": {
"rules": {
"nursery": {
"noEnum": "off"
},
"style": {
"noParameterProperties": "off",
"noNonNullAssertion": "off"
@@ -35,7 +38,19 @@
},
"overrides": [
{
"include": ["apps/webui/src/views/components/ui/**/*"],
"include": ["apps/webui/src/infra/graphql/gql/**/*"],
"linter": {
"rules": {
"style": {
"useShorthandArrayType": "off",
"useConsistentArrayType": "off",
"useImportType": "off"
}
}
}
},
{
"include": ["apps/webui/src/components/ui/**/*"],
"javascript": {
"formatter": {
"quoteStyle": "double"