edit tutorial person
Some checks failed
API report (misskey.js) / report (pull_request) Successful in 2m39s
Check Misskey JS version / Check version (pull_request) Successful in 1m45s
Dockle / dockle (pull_request) Failing after 45s
Test (backend) / unit (22.x) (pull_request) Failing after 5s
Test (backend) / e2e (22.x) (pull_request) Failing after 7s
Test (frontend) / vitest (22.x) (pull_request) Failing after 5s
Test (misskey.js) / test (22.x) (pull_request) Failing after 6s
Lint / pnpm_install (pull_request) Successful in 2m47s
Test (production install and build) / production (22.x) (pull_request) Successful in 3m38s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 3m43s
Lint / lint (backend) (pull_request) Failing after 1m50s
Lint / lint (misskey-js) (pull_request) Successful in 4m36s
Lint / lint (frontend) (pull_request) Failing after 8m29s
Lint / lint (sw) (pull_request) Successful in 3m26s
Lint / typecheck (backend) (pull_request) Successful in 3m25s
Lint / typecheck (misskey-js) (pull_request) Successful in 3m29s

This commit is contained in:
Leah 2025-01-19 00:08:21 +01:00
parent 66d3623e22
commit ed9b8fa023
6 changed files with 14 additions and 14 deletions

View file

@ -1511,9 +1511,9 @@ _achievements:
earnedAt: "Unlocked at" earnedAt: "Unlocked at"
_types: _types:
_notes1: _notes1:
title: "just setting up my msky" title: "just setting up my forkey"
description: "Post your first note" description: "Post your first note"
flavor: "Have a good time with Misskey!" flavor: "Have a good time with Forkey!"
_notes10: _notes10:
title: "Some notes" title: "Some notes"
description: "Post 10 notes" description: "Post 10 notes"

4
locales/index.d.ts vendored
View file

@ -6037,7 +6037,7 @@ export interface Locale extends ILocale {
"_types": { "_types": {
"_notes1": { "_notes1": {
/** /**
* just setting up my msky * just setting up my forkey
*/ */
"title": string; "title": string;
/** /**
@ -6045,7 +6045,7 @@ export interface Locale extends ILocale {
*/ */
"description": string; "description": string;
/** /**
* Misskeyライフを * Forkeyライフを
*/ */
"flavor": string; "flavor": string;
}; };

View file

@ -1522,9 +1522,9 @@ _achievements:
earnedAt: "獲得日時" earnedAt: "獲得日時"
_types: _types:
_notes1: _notes1:
title: "just setting up my msky" title: "just setting up my forkey"
description: "初めてノートを投稿した" description: "初めてノートを投稿した"
flavor: "良いMisskeyライフを" flavor: "良いForkeyライフを"
_notes10: _notes10:
title: "いくつかのノート" title: "いくつかのノート"
description: "ートを10回投稿した" description: "ートを10回投稿した"

View file

@ -1380,9 +1380,9 @@ _achievements:
earnedAt: "ได้รับเมื่อ" earnedAt: "ได้รับเมื่อ"
_types: _types:
_notes1: _notes1:
title: "just setting up my msky" title: "just setting up my forkey"
description: "โพสต์โน้ตแรกของคุณ" description: "โพสต์โน้ตแรกของคุณ"
flavor: "ขอให้มีช่วงเวลาที่ดีกับ Misskey นะคะ!" flavor: "ขอให้มีช่วงเวลาที่ดีกับ Forkey นะคะ!"
_notes10: _notes10:
title: "โน้ตไม่กี่ชิ้น" title: "โน้ตไม่กี่ชิ้น"
description: "โพสต์ 10 โน้ต" description: "โพสต์ 10 โน้ต"

View file

@ -1157,9 +1157,9 @@ _achievements:
earnedAt: "Ngày thu nhận" earnedAt: "Ngày thu nhận"
_types: _types:
_notes1: _notes1:
title: "just setting up my msky" title: "just setting up my forkey"
description: "Lần đầu tiên đăng bài" description: "Lần đầu tiên đăng bài"
flavor: "Chúc bạn trên Miskey vui vẻ nha!!" flavor: "Chúc bạn trên Forkey vui vẻ nha!!"
_notes10: _notes10:
title: "Một số bài viết" title: "Một số bài viết"
description: "Đăng bài 10 lần" description: "Đăng bài 10 lần"

View file

@ -40,12 +40,12 @@ const emit = defineEmits<{
const exampleNote = reactive<Misskey.entities.Note>({ const exampleNote = reactive<Misskey.entities.Note>({
id: '0000000000', id: '0000000000',
createdAt: '2019-04-14T17:30:49.181Z', createdAt: '2025-01-08T17:30:49.181Z',
userId: '0000000001', userId: '0000000001',
user: { user: {
id: '0000000001', id: '0000000001',
name: '', name: 'Forks',
username: 'ai', username: 'forks',
host: null, host: null,
avatarDecorations: [], avatarDecorations: [],
avatarUrl: '/client-assets/tutorial/ai.webp', avatarUrl: '/client-assets/tutorial/ai.webp',
@ -56,7 +56,7 @@ const exampleNote = reactive<Misskey.entities.Note>({
onlineStatus: 'unknown', onlineStatus: 'unknown',
badgeRoles: [], badgeRoles: [],
}, },
text: 'just setting up my msky', text: 'just setting up my forkey',
cw: null, cw: null,
visibility: 'public', visibility: 'public',
localOnly: false, localOnly: false,