mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore:
This commit is contained in:
@@ -169,9 +169,12 @@ function openUpgrade() {
|
|||||||
const agent = settingStore.siteEnv.agent;
|
const agent = settingStore.siteEnv.agent;
|
||||||
if (agent.enabled === false) {
|
if (agent.enabled === false) {
|
||||||
activationCodeGetWay = (
|
activationCodeGetWay = (
|
||||||
<a href="https://afdian.com/a/greper" target="_blank">
|
<span>
|
||||||
爱发电赞助“VIP会员”后获取
|
<a href="https://afdian.com/a/greper" target="_blank">
|
||||||
</a>
|
爱发电赞助“VIP会员”后获取专业版
|
||||||
|
</a>
|
||||||
|
<span> 商业版请直接联系作者</span>
|
||||||
|
</span>
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
activationCodeGetWay = (
|
activationCodeGetWay = (
|
||||||
|
|||||||
Reference in New Issue
Block a user