Refactor(TopBar): Optimize TopBar

Optimize TopBar in AboutScreen and LibrariesScreen
This commit is contained in:
2024-04-25 11:18:11 +08:00
parent 32d19ae291
commit 61d229b100
5 changed files with 122 additions and 86 deletions

View File

@@ -8,6 +8,7 @@
<string name="core_close">关闭</string>
<string name="core_unknown">未知</string>
<string name="core_website">网站</string>
<string name="core_search">搜索</string>
<string name="core_no_connect">⚠️ 无法连接至互联网</string>
<string name="feature_tools_title">工具</string>
<string name="feature_star_title">收藏</string>

View File

@@ -7,6 +7,7 @@
<string name="core_close">Close</string>
<string name="core_unknown">Unknown</string>
<string name="core_website">Website</string>
<string name="core_search">Search</string>
<string name="core_no_connect">⚠️ Unable to connect to the internet</string>
<string name="feature_tools_title">Tools</string>
<string name="feature_star_title">Star</string>