mirror of https://github.com/certd/certd
chore:
parent
a6fb15f81b
commit
8176469e3e
|
@ -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 = (
|
||||||
|
|
Loading…
Reference in New Issue