This commit is contained in:
Tim
2025-08-06 20:31:58 +08:00
parent 4a88685e81
commit 925973b134
2 changed files with 9 additions and 7 deletions

View File

@@ -268,4 +268,9 @@ body {
.info-content-text pre {
line-height: 1.1;
}
.vditor-panel {
position: relative;
min-width: 0;
}
}

View File

@@ -16,20 +16,17 @@ import ClickOutside from './directives/clickOutside' // 确保路径正确
// 采用本地开发环境
export const API_DOMAIN = 'http://30.211.106.178'
export const API_PORT = 8081
// export const API_DOMAIN = 'http://127.0.0.1'
// export const API_PORT = 8081
// 采用线上环境
// export const API_DOMAIN = 'https://www.open-isle.com'
// export const API_PORT = ''
export const API_DOMAIN = 'https://www.open-isle.com'
export const API_PORT = ''
// For 开发
export const API_BASE_URL = API_PORT ? `${API_DOMAIN}:${API_PORT}` : API_DOMAIN
// export const API_BASE_URL = API_PORT ? `${API_DOMAIN}:${API_PORT}` : API_DOMAIN
// 线上部署
// export const API_BASE_URL = ""
export const API_BASE_URL = ""
export const GOOGLE_CLIENT_ID = '777830451304-nt8afkkap18gui4f9entcha99unal744.apps.googleusercontent.com'
export const GITHUB_CLIENT_ID = 'Ov23liVkO1NPAX5JyWxJ'