refactor: make store smaller

This commit is contained in:
lin onetwo 2025-05-13 14:21:58 +08:00
parent afb9150683
commit 7b770fef88
16 changed files with 563 additions and 423 deletions

View file

@ -1,5 +1,5 @@
{
"exclude": ["template/**/*.js"],
"exclude": ["template/**/*.js", "src/services/wiki/plugin/**/*.js"],
"include": ["src"],
"ts-node": {
"files": true,