更新翻译修改访问站点的URL

This commit is contained in:
jingrow 2025-07-01 17:49:51 +08:00
parent b5700e0931
commit 8f18a47a1c
3 changed files with 5 additions and 3 deletions

View File

@ -1259,7 +1259,7 @@ export default {
condition: () =>
site.pg.status !== 'Archived' && site.pg?.setup_wizard_complete,
onClick() {
window.open(`https://${site.name}`, '_blank');
window.open(`https://${site.name}/app`, '_blank');
},
},
{

View File

@ -178,7 +178,6 @@ scheduler_events = {
"jcloud.experimental.pagetype.referral_bonus.referral_bonus.credit_referral_bonuses",
"jcloud.jcloud.pagetype.log_counter.log_counter.record_counts",
"jcloud.jcloud.pagetype.incident.incident.notify_ignored_servers",
"jcloud.jcloud.pagetype.site.site.send_renew_notification",
],
"daily_long": [
"jcloud.jcloud.audit.check_bench_fields",
@ -305,6 +304,9 @@ scheduler_events = {
"0 1 * * *": [
"jcloud.jcloud.pagetype.site.site.deactivate_expired_sites",
],
"0 10 * * *": [
"jcloud.jcloud.pagetype.site.site.send_renew_notification",
],
},
}

View File

@ -131,7 +131,7 @@ IP Address,IP地址,
Image,图像,
Impersonate Team,模拟团队,
In Progress,进行中,
Inactive,非活动的,
Inactive,未激活,
Index,索引,
Info,信息,
Instance Type,实例类型,

1 API Key API密钥
131 Image 图像
132 Impersonate Team 模拟团队
133 In Progress 进行中
134 Inactive 非活动的 未激活
135 Index 索引
136 Info 信息
137 Instance Type 实例类型