Added: service.misskey.art Link to menu
This commit is contained in:
parent
853c814ed6
commit
a6bdcc3664
3 changed files with 8 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -409,6 +409,7 @@ exploreUsersCount: "{count}のユーザーがいます"
|
|||
exploreFediverse: "Fediverseを探索"
|
||||
popularTags: "人気のタグ"
|
||||
userList: "リスト"
|
||||
toServiceArt: "Serviceへのリンク"
|
||||
about: "情報"
|
||||
aboutMisskey: "Misskeyについて"
|
||||
administrator: "管理者"
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue