Merge pull request #16 from Misskey-art/add-service_misskey_art-link-to-menu

Added: service.misskey.art Link to menu
This commit is contained in:
Ced 2023-10-29 14:27:30 +09:00 committed by GitHub
commit 456f7e6481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,