enhance(frontend): プラグインのソースコードを確認・コピーできるように (#11873)

* (add) plugin: view and copy source code

* (fix) plugin permission ui

* Update Changelog
This commit is contained in:
かっこかり 2023-09-23 09:08:14 +09:00 committed by GitHub
parent 3085739e0e
commit 1924bd20bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 52 additions and 16 deletions

1
locales/index.d.ts vendored
View file

@ -1632,6 +1632,7 @@ export interface Locale {
"install": string;
"installWarn": string;
"manage": string;
"viewSource": string;
};
"_preferencesBackups": {
"list": string;

View file

@ -1549,6 +1549,7 @@ _plugin:
install: "プラグインのインストール"
installWarn: "信頼できないプラグインはインストールしないでください。"
manage: "プラグインの管理"
viewSource: "ソースを表示"
_preferencesBackups:
list: "作成したバックアップ"