feat: 重构权限管理,添加短链接支持,更新 API 导入路径,移除旧的 convex.ts 文件

This commit is contained in:
2026-03-03 15:48:43 +08:00
parent 2f2064a803
commit 92e80bd93a
4 changed files with 13 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { client, api } from '../src/convex.ts'
import { client, api } from '../src/admin.ts'
// client.query(api.nCode.getList, {}).then((res) => {