proto同步

This commit is contained in:
fan 2024-09-13 09:30:52 +08:00
parent d36b216903
commit ea9e54287c
2 changed files with 1178 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,5 +5,12 @@
"strict": false "strict": false
}, },
"include": ["src/**/*"], "include": ["src/**/*"],
"exclude": ["/graphic-pixi/*/**.ts"] "exclude": [
"./dist",
"./.quasar",
"./node_modules",
"./src-capacitor",
"./src-cordova",
"./quasar.config.*.temporary.compiled*"
]
} }