fix(frontend): 一部の実績が正しく表示されない問題を修正 (#17482)

* fix(frontend): 一部の実績が正しく表示されない問題を修正

* Update Changelog
This commit is contained in:
かっこかり 2026-05-23 18:53:49 +09:00 committed by GitHub
commit 1cd6c9e6c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
- Feat: ジョブキュー管理画面からキューの一時停止/再開ができるように
### Client
-
- Fix: 一部の実績が正しく表示されない問題を修正
### Server
- Enhance: リモートノートクリーニングジョブのスキップ処理のパフォーマンス改善

View file

@ -424,17 +424,17 @@ export const ACHIEVEMENT_BADGES = {
frame: 'bronze',
},
'passedSinceAccountCreated1': {
img: '/fluent-emoji/0031-20e3.png',
img: '/fluent-emoji/31-20e3.png',
bg: null,
frame: 'bronze',
},
'passedSinceAccountCreated2': {
img: '/fluent-emoji/0032-20e3.png',
img: '/fluent-emoji/32-20e3.png',
bg: null,
frame: 'silver',
},
'passedSinceAccountCreated3': {
img: '/fluent-emoji/0033-20e3.png',
img: '/fluent-emoji/33-20e3.png',
bg: null,
frame: 'gold',
},