移除了 khhao 平台相关

This commit is contained in:
yml2213
2026-05-14 13:08:24 +08:00
parent d335b430e6
commit 83cb2ff1fa
56 changed files with 108 additions and 3893 deletions
-25
View File
@@ -270,31 +270,6 @@ function applyEnvOverrides(baseConfig) {
nextConfig.platforms.ninetyone.cardsEncoding = ninetyoneCardsEncoding
}
const khhaoBaseUrl = String(process.env.KHHAO_BASE_URL || '').trim()
if (khhaoBaseUrl) {
nextConfig.platforms.khhao.baseUrl = khhaoBaseUrl
}
const khhaoTimeoutMs = parseInteger(process.env.KHHAO_TIMEOUT_MS)
if (khhaoTimeoutMs !== null) {
nextConfig.platforms.khhao.timeoutMs = khhaoTimeoutMs
}
const khhaoLoginPath = String(process.env.KHHAO_LOGIN_PATH || '').trim()
if (khhaoLoginPath) {
nextConfig.platforms.khhao.loginPath = khhaoLoginPath
}
const khhaoCaptchaPath = String(process.env.KHHAO_CAPTCHA_PATH || '').trim()
if (khhaoCaptchaPath) {
nextConfig.platforms.khhao.captchaPath = khhaoCaptchaPath
}
const khhaoOrderListPath = String(process.env.KHHAO_ORDER_LIST_PATH || '').trim()
if (khhaoOrderListPath) {
nextConfig.platforms.khhao.orderListPath = khhaoOrderListPath
}
const cloudtentaclesBaseUrl = String(process.env.CLOUDTENTACLES_BASE_URL || '').trim()
if (cloudtentaclesBaseUrl) {
nextConfig.platforms.cloudtentacles.baseUrl = cloudtentaclesBaseUrl