chore(release): release v0.10.4 thin branch

This commit is contained in:
Soybean
2023-06-15 19:35:35 +08:00
committed by Soybean
parent ead48f4502
commit 685e0b5030
120 changed files with 36 additions and 9508 deletions

View File

@@ -1,5 +1,4 @@
import auth from './auth';
import route from './route';
import management from './management';
export default [...auth, ...route, ...management];
export default [...auth, ...route];