Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
a50d5d35
Commit
a50d5d35
authored
Mar 02, 2026
by
erio
Browse files
fix: replace curly quotes with straight quotes in domain_constants.go
Co-Authored-By:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
067810fa
Changes
1
Show whitespace changes
Inline
Side-by-side
backend/internal/service/domain_constants.go
View file @
a50d5d35
...
...
@@ -113,9 +113,9 @@ const (
SettingKeyDocURL
=
"doc_url"
// 文档链接
SettingKeyHomeContent
=
"home_content"
// 首页内容(支持 Markdown/HTML,或 URL 作为 iframe src)
SettingKeyHideCcsImportButton
=
"hide_ccs_import_button"
// 是否隐藏 API Keys 页面的导入 CCS 按钮
SettingKeyPurchaseSubscriptionEnabled
=
“
purchase_subscription_enabled
”
// 是否展示
”
购买订阅
”
页面入口
SettingKeyPurchaseSubscriptionURL
=
“
purchase_subscription_url
”
//
“
购买订阅
”
页面 URL(作为 iframe src)
SettingKeyCustomMenuItems
=
“
custom_menu_items
”
// 自定义菜单项(JSON 数组)
SettingKeyPurchaseSubscriptionEnabled
=
"
purchase_subscription_enabled
"
// 是否展示
"
购买订阅
"
页面入口
SettingKeyPurchaseSubscriptionURL
=
"
purchase_subscription_url
"
//
"
购买订阅
"
页面 URL(作为 iframe src)
SettingKeyCustomMenuItems
=
"
custom_menu_items
"
// 自定义菜单项(JSON 数组)
// 默认配置
SettingKeyDefaultConcurrency
=
"default_concurrency"
// 新用户默认并发量
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment