diff --git a/.gitignore b/.gitignore index 77549eb..bfec3d9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules built yarn-error.log config.json -.yarn \ No newline at end of file +.yarn +.DS_Store \ No newline at end of file diff --git a/assets/PretendardJPVariable.woff2 b/assets/PretendardJPVariable.woff2 new file mode 100644 index 0000000..0b11784 Binary files /dev/null and b/assets/PretendardJPVariable.woff2 differ diff --git a/src/backend/const.ts b/src/backend/const.ts index 61e6276..6086f98 100644 --- a/src/backend/const.ts +++ b/src/backend/const.ts @@ -11,8 +11,8 @@ export const defaultTemplate = '昨日のMisskeyの活動は\n\nノート: {note export const currentTokenVersion = 2; export const misskeyAppInfo = { - name: 'Misskey Tools', - description: 'A Professional Toolkit Designed for Misskey.', + name: 'Misskey Tools on phater.live', + description: 'Misskey Tools의 포크를 통한 유지 버전', permission: [ 'read:account', 'write:account', diff --git a/src/frontend/langs/ko-KR.json b/src/frontend/langs/ko-KR.json index 7c3d7c3..813fec5 100644 --- a/src/frontend/langs/ko-KR.json +++ b/src/frontend/langs/ko-KR.json @@ -1,12 +1,12 @@ { "$languageName": "한국어", - "title": "Misskey Tools", + "title": "Misskey Tools on phater.live", "description1": "다양한 도구로 여러분의 Misskey 활동을 더욱 윤택하게.", "description2": "이용 중인 인스턴스 URL을 입력해서 곧바로 사용해 보세요!", "notes": "노트", "following": "팔로우", "followers": "팔로워", - "welcomeBack": "환영합니다, {{acct}}님", + "welcomeBack": "환영합니다, {{acct}}님.", "alertMode": "알림 수단", "visibility": "공개 범위", "appearance": "인터페이스 설정", @@ -49,8 +49,8 @@ "shouldUpdateToken": "인증 토큰을 업데이트해야 합니다. 업데이트하지 않으면 일부 기능이 정상적으로 동작하지 않습니다.", "update": "업데이트하기", "shareMisskeyTools": "#MisskeyTools 공유하기", - "shareMisskeyToolsNote": "여러분도 #MisskeyTools 하세요\n\nhttps://misskey.tools", - "instanceUrlPlaceholder": "예시: misskey.io", + "shareMisskeyToolsNote": "함께 #MisskeyTools 하지 않으실래요?\n\nhttps://tools.phater.live", + "instanceUrlPlaceholder": "k.lapy.link, buttersc.one, phater.live...", "settings": "설정", "accentColor": "강조 색상", "changelog": "업데이트 내역", @@ -137,7 +137,7 @@ "_template": { "description": "알림 템플릿을 수정할 수 있습니다.", "description2": "'#misshaialert' 해시태그가 자동으로 맨 아래에 추가됩니다.", - "default": "어제 하루동안의 Misskey 사용량이에요!\n\n노트: {notesCount}({notesDelta})\n팔로우 : {followingCount}({followingDelta})\n팔로워 :{followersCount}({followersDelta})\n\n입니다.\n{url}", + "default": "어제의 제 Misskey 사용량을 공개합니다!\n\n노트: {notesCount}({notesDelta})\n팔로우 : {followingCount}({followingDelta})\n팔로워 :{followersCount}({followersDelta})\n\n입니다.\n{url}", "insertVariables": "변수 입력", "insertVariablesHelp": "{ } 으로 감싼 문자열은 변수라고 하며 특별한 기능을 가집니다. 변수는 알림을 전송할 때 자동으로 변환됩니다.", "_variables": { diff --git a/styles/style.scss b/styles/style.scss index 812e2b0..851efba 100644 --- a/styles/style.scss +++ b/styles/style.scss @@ -4,8 +4,16 @@ url("/assets/otadesign_rounded.woff") format('woff'); } +@font-face { + font-family: 'Pretendard JP Variable'; + font-weight: 45 920; + font-style: normal; + font-display: swap; + src: url('./woff2/PretendardJPVariable.woff2') format('woff2-variations'); +} + .font-misskey { - font-family: "OTADESIGN Rounded"; + font-family: "Pretendard JP Variable"; } .loading {