diff --git a/cc-haha/desktop/package.json b/cc-haha/desktop/package.json index 7051ce5..da037f6 100644 --- a/cc-haha/desktop/package.json +++ b/cc-haha/desktop/package.json @@ -1,7 +1,7 @@ { "name": "heicode-desktop", "private": true, - "version": "0.1.10", + "version": "0.2.0", "type": "module", "scripts": { "dev": "vite", diff --git a/cc-haha/desktop/src-tauri/Cargo.toml b/cc-haha/desktop/src-tauri/Cargo.toml index a8154c7..db95074 100644 --- a/cc-haha/desktop/src-tauri/Cargo.toml +++ b/cc-haha/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heicode-desktop" -version = "0.1.10" +version = "0.2.0" edition = "2021" [lib] diff --git a/cc-haha/desktop/src-tauri/tauri.conf.json b/cc-haha/desktop/src-tauri/tauri.conf.json index 294a96a..6902778 100644 --- a/cc-haha/desktop/src-tauri/tauri.conf.json +++ b/cc-haha/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/nicegui/nicegui/main/nicegui/static/tauri-schema-v2.json", "productName": "HeiCode", - "version": "0.1.10", + "version": "0.2.0", "identifier": "com.heicode.desktop", "build": { "frontendDist": "../dist", diff --git a/cc-haha/desktop/src/theme/globals.css b/cc-haha/desktop/src/theme/globals.css index a3c54e5..7b5949e 100644 --- a/cc-haha/desktop/src/theme/globals.css +++ b/cc-haha/desktop/src/theme/globals.css @@ -162,10 +162,10 @@ --color-success: #2EA86E; --color-warning: #E5A23E; - --font-headline: 'Manrope', sans-serif; - --font-body: 'Inter', sans-serif; - --font-label: 'Inter', sans-serif; - --font-mono: 'JetBrains Mono', monospace; + --font-headline: 'Manrope', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans CJK SC', sans-serif; + --font-body: 'Inter', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans CJK SC', sans-serif; + --font-label: 'Inter', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans CJK SC', sans-serif; + --font-mono: 'JetBrains Mono', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans CJK SC', monospace; } /* ─── Semantic Aliases — DEFAULT IS DARK (Heicode Premium Black) ─── */ diff --git a/heicode/setting/operation_setting/general_setting.go b/heicode/setting/operation_setting/general_setting.go index 52a9f1f..a03bc69 100644 --- a/heicode/setting/operation_setting/general_setting.go +++ b/heicode/setting/operation_setting/general_setting.go @@ -24,7 +24,7 @@ type GeneralSetting struct { // 默认配置 var generalSetting = GeneralSetting{ - DocsLink: "https://docs.newapi.pro", + DocsLink: "", PingIntervalEnabled: false, PingIntervalSeconds: 60, QuotaDisplayType: QuotaDisplayTypeUSD, diff --git a/heicode/web/default/src/i18n/locales/en.json b/heicode/web/default/src/i18n/locales/en.json index 361ceb9..ebb88f0 100644 --- a/heicode/web/default/src/i18n/locales/en.json +++ b/heicode/web/default/src/i18n/locales/en.json @@ -884,7 +884,7 @@ "Create a new user group to configure ratio overrides for.": "Create a new user group to configure ratio overrides for.", "Create account": "Create account", "Create Agnet deployment": "Create Agnet deployment", - "Create Agnet deployment description": "Send the orchestration plan to Agnet. Model choices here are runtime policy, not NewAPI billing setup.", + "Create Agnet deployment description": "Send the orchestration plan to Agnet. Model choices here are runtime policy, not billing setup.", "Create an account": "Create an account", "Create and review invite or credit codes.": "Create and review invite or credit codes.", "Create API Key": "Create API Key", diff --git a/heicode/web/default/src/i18n/locales/zh.json b/heicode/web/default/src/i18n/locales/zh.json index 66e8916..7ee107e 100644 --- a/heicode/web/default/src/i18n/locales/zh.json +++ b/heicode/web/default/src/i18n/locales/zh.json @@ -884,7 +884,7 @@ "Create a new user group to configure ratio overrides for.": "创建一个新的用户分组来配置比例覆盖。", "Create account": "创建账户", "Create Agnet deployment": "创建 Agnet 部署", - "Create Agnet deployment description": "向 Agnet 提交编排计划。这里的模型选择是运行策略,不是 NewAPI 计费配置。", + "Create Agnet deployment description": "向 Agnet 提交编排计划。这里的模型选择是运行策略,不是计费配置。", "Create an account": "创建一个账户", "Create and review invite or credit codes.": "创建和审查邀请或信用代码。", "Create API Key": "创建 API 密钥",