chore: initialize qiming workspace repository

This commit is contained in:
Codex
2026-05-29 14:22:48 +08:00
commit bfd67a0f2c
10750 changed files with 1885711 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
export const SUCCESS_CODE = '0000';
// 用户未登录
export const USER_NO_LOGIN = '4010';
// 重定向登录
export const REDIRECT_LOGIN = '4011';
// 智能体不存在或已下架
export const AGENT_NOT_EXIST = '0001';