Merge pull request 'update' (#29) from main into prod

Reviewed-on: #29
This commit is contained in:
charles 2025-09-09 10:58:12 +08:00
commit 628255ee52

View File

@ -14,7 +14,7 @@ export default function getPageTitle(pageTitle) {
return `开元云(北京)科技有限公司`
}
if (domainName.indexOf('ncmatch') > -1) {
return `开元数智(北京)科技有限公司`
return `开元(北京)科技有限公司`
}
return `opencomputing`
}