main #2

Merged
jingrow merged 250 commits from main into v1 2026-01-13 22:45:50 +08:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 2ce7ddc638 - Show all commits

View File

@ -100,13 +100,13 @@ export default {
disabled: enforce2FA,
},
{
name: '服务器',
name: 'Jingrow服务器',
icon: () => h(Server),
route: '/servers',
isActive:
['New Server'].includes(routeName) ||
routeName.startsWith('Server'),
condition: onboardingComplete && !isSaasUser && this.$team.pg.is_developer && this.$team.pg.is_pro,
condition: onboardingComplete && !isSaasUser && this.$team.pg.is_pro,
disabled: enforce2FA,
},
{
@ -116,7 +116,6 @@ export default {
isActive:
['Jsite Servers', 'New Jsite Server'].includes(routeName) ||
routeName.startsWith('Jsite Server'),
condition: onboardingComplete && !isSaasUser && this.$team.pg.is_pro,
disabled: enforce2FA,
},
{

View File

@ -108,7 +108,7 @@ let router = createRouter({
{
name: 'New Server',
path: '/servers/new',
component: () => import('./pages/NewJsiteServer.vue'),
component: () => import('./pages/NewServer.vue'),
},
{
name: 'Jsite Servers',