forked from woem.men/forkey
edit tutorial person
This commit is contained in:
parent
66d3623e22
commit
ed9b8fa023
6 changed files with 14 additions and 14 deletions
|
@ -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
4
locales/index.d.ts
vendored
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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回投稿した"
|
||||||
|
|
|
@ -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 โน้ต"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue