feat: default disable balance query

This commit is contained in:
Yidadaa
2023-11-08 00:20:34 +08:00
parent 836bf836d3
commit 638fdd8c3e
9 changed files with 24 additions and 651 deletions

View File

@@ -10,6 +10,7 @@ export const RUNTIME_CONFIG_DOM = "danger-runtime-config";
export const DEFAULT_CORS_HOST = "https://ab.nextweb.fun";
export const DEFAULT_API_HOST = `${DEFAULT_CORS_HOST}/api/proxy`;
export const OPENAI_BASE_URL = "https://api.openai.com";
export enum Path {
Home = "/",