Added: service.misskey.art Link to menu

This commit is contained in:
Zel9278 2023-10-29 14:24:15 +09:00
parent 853c814ed6
commit a6bdcc3664
3 changed files with 8 additions and 0 deletions

View file

@ -409,6 +409,7 @@ exploreUsersCount: "There are {count} users"
exploreFediverse: "Explore the Fediverse"
popularTags: "Popular tags"
userList: "Lists"
toServiceArt: "Link to Service"
about: "About"
aboutMisskey: "About Misskey"
administrator: "Administrator"

View file

@ -409,6 +409,7 @@ exploreUsersCount: "{count}のユーザーがいます"
exploreFediverse: "Fediverseを探索"
popularTags: "人気のタグ"
userList: "リスト"
toServiceArt: "Serviceへのリンク"
about: "情報"
aboutMisskey: "Misskeyについて"
administrator: "管理者"

View file

@ -92,6 +92,12 @@ export function openInstanceMenu(ev: MouseEvent) {
action: () => {
window.open('https://misskey-hub.net/help.html', '_blank');
},
}, {
text: i18n.ts.toServiceArt,
icon: 'ti ti-help-circle',
action: () => {
window.open('https://service.misskey.art', '_blank');
},
}, {
type: 'link',
text: i18n.ts.aboutMisskey,