feat: plugin permission

This commit is contained in:
Joel
2024-10-29 17:18:23 +08:00
parent 0dcbb34cab
commit 6f52edb157
7 changed files with 45 additions and 24 deletions

View File

@ -42,8 +42,8 @@ const translation = {
whoCanInstall: 'Who can install and manage plugins?',
whoCanDebug: 'Who can debug plugins?',
everyone: 'Everyone',
admin: 'Admins',
noOne: 'No one',
admins: 'Admins',
noone: 'No one',
},
pluginInfoModal: {
title: 'Plugin info',

View File

@ -42,8 +42,8 @@ const translation = {
whoCanInstall: '谁可以安装和管理插件?',
whoCanDebug: '谁可以调试插件?',
everyone: '所有人',
admin: '管理员',
noOne: '无人',
admins: '管理员',
noone: '无人',
},
pluginInfoModal: {
title: '插件信息',