refactor: 优化代码和添加类型检查脚本

- 统一 OWNER_ID 导入,从 lib/auth 导入而非环境变量
- 添加 type-checks 脚本用于 TypeScript 类型检查
- 对接 my 页面后端接口,使用 useTemplateGenerations
- 添加 MySkeleton 骨架屏组件
- 添加下拉刷新功能
- 添加空状态提示文案

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
imeepos
2026-01-16 12:34:27 +08:00
parent 755a374b67
commit 4270973652
8 changed files with 205 additions and 168 deletions

View File

@@ -8,7 +8,8 @@
"language": "语言",
"languageSwitch": "语言: 中文",
"languageSwitchEn": "Language: English",
"logout": "退出登录"
"logout": "退出登录",
"noWorks": "暂无作品"
},
"changePassword": {
"title": "修改密码",