Skip to content

Commit f5ce015

Browse files
committed
feat: bump to v0.5.3 with mixed API, performance optimizations and enhanced i18n
- Add mixed API support for game data fetching - Implement React.memo optimizations and statistics caching - Enhance internationalization with improved game display logic - Refactor UI components and state management - Update documentation across all languages
1 parent ae2a5ca commit f5ce015

27 files changed

Lines changed: 1624 additions & 388 deletions

README.ja_JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
- [ ] 各ページの美化
4040
- [x] 詳細ページのデザイン
4141
- [x] データベースクエリのリファクタリング
42-
- [ ] ゲーム検索のための混合APIを追加
42+
- [x] ゲーム検索のための混合APIを追加
4343
- [x] 編集ページ機能
4444

4545
## デモバージョン

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The `Reina` in the name is the character <a href="https://vndb.org/c64303"><b>
4545
- [ ] Beautify individual pages
4646
- [x] Design the detail page
4747
- [x] Refactor database queries
48-
- [ ] Add mixed api to search games
48+
- [x] Add mixed api to search games
4949
- [x] Edit page functions
5050

5151

README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
- [ ] 美化各个页面
4040
- [x] 设计详情页页面
4141
- [x] 重构数据库查询
42-
- [ ] 添加混合API搜索游戏
42+
- [x] 添加混合API搜索游戏
4343
- [x] 编辑页面功能
4444

4545
## 演示版本

README.zh_TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
- [ ] 美化各個頁面
4040
- [x] 設計詳情頁頁面
4141
- [x] 重構數據庫查詢
42-
- [ ] 添加混合API搜尋遊戲
42+
- [x] 添加混合API搜尋遊戲
4343
- [x] 編輯頁面功能
4444

4545
## 演示版本

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reinamanager",
33
"private": true,
4-
"version": "0.5.2",
4+
"version": "0.5.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -25,6 +25,7 @@
2525
"i18next": "^24.2.3",
2626
"i18next-browser-languagedetector": "^8.0.4",
2727
"react": "^18.3.1",
28+
"react-activation": "^0.13.4",
2829
"react-dom": "^18.3.1",
2930
"react-i18next": "^15.4.1",
3031
"react-router": "^7.1.1",

0 commit comments

Comments
 (0)