feat: update new feature temp for panel

This commit is contained in:
2025-03-04 01:20:55 +08:00
parent 6e96247b50
commit fd3288cb5b
45 changed files with 2559 additions and 954 deletions

6
template/user/route.ts Normal file
View File

@@ -0,0 +1,6 @@
import { app } from '../app';
app.route({
path: 'user',
key: 'login',
});