Makelore 2.0 initial clean snapshot

This commit is contained in:
inman
2026-07-29 17:22:35 +08:00
commit b8ca3f8eea
694 changed files with 139782 additions and 0 deletions

3
shared/auth-public.ts Normal file
View File

@@ -0,0 +1,3 @@
export const NIANCODE_AUTH_GATEWAY_URL = 'https://biz.nianxx.cn/auth/';
export const NIANCODE_AUTH_CLIENT_ID = 'app';
export const NIANCODE_AUTH_SCOPE = 'server';