chore: 默认品牌名从'微授权'改为'网络验证'
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3232,7 +3232,7 @@
|
||||
"agent": "代理商"
|
||||
},
|
||||
"footer": {
|
||||
"brand": "微授权",
|
||||
"brand": "网络验证",
|
||||
"description": "专为管理员设计的验证解决方案,让应用安全验证变得简单高效。",
|
||||
"quickLinks": "快速链接",
|
||||
"aboutUs": "关于我们",
|
||||
|
||||
@@ -37,7 +37,7 @@ function siteConfigPlugin(): Plugin {
|
||||
console.log('Failed to fetch site settings, using defaults')
|
||||
}
|
||||
|
||||
const siteName = settings.siteName || '微授权'
|
||||
const siteName = settings.siteName || '网络验证'
|
||||
const siteDescription = settings.siteDescription || '专业的应用验证平台'
|
||||
const siteKeywords = settings.siteKeywords || '验证平台,软件授权,卡密验证'
|
||||
const logoLight = settings.logoLight || ''
|
||||
|
||||
Reference in New Issue
Block a user