Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion publish/changeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### 新增

- 新增 设置-基本设置-允许通过底栏进度条调整进度 设置,默认为原来的启用状态,若你觉得在进入播放详情页时会误触调整进度,则可以将其关闭(#778)
- 新增「设置 → 基本设置 → 允许通过底栏进度条调整播放进度」设置(#778)
*默认为原来的启用状态,若你觉得在进入播放详情页时会误触调整进度,则可以将其关闭*
2 changes: 1 addition & 1 deletion src/lang/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
"setting_backup_part_import_setting": "Import settings",
"setting_backup_part_import_setting_desc": "Choose a setting backup file",
"setting_basic": "General",
"setting_basic_allow_progress_bar_seek": "Allows adjustment of progress through the bottom bar progress bar",
"setting_basic_allow_progress_bar_seek": "Allow to adjust playback progress by progress bar in bottom",
"setting_basic_always_keep_statusbar_height": "Always keep status bar height",
"setting_basic_always_keep_statusbar_height_tip": "By default, the app dynamically determines whether spacing needs to be kept for the system status bar, but if there is a situation on your device where the app's interactable content overlaps with the display of the status bar content, you can enable this option to always keep space for the system status bar.",
"setting_basic_animation": "Randomize pop-up animation",
Expand Down
2 changes: 1 addition & 1 deletion src/lang/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
"setting_backup_part_import_setting": "导入设置",
"setting_backup_part_import_setting_desc": "选择配置文件",
"setting_basic": "基本设置",
"setting_basic_allow_progress_bar_seek": "允许通过底栏进度条调整进度",
"setting_basic_allow_progress_bar_seek": "允许通过底栏进度条调整播放进度",
"setting_basic_always_keep_statusbar_height": "总是保留状态栏高度",
"setting_basic_always_keep_statusbar_height_tip": "默认情况下,软件会动态判断是否需要为系统状态栏保留间距,但如果在你的设备上出现软件可交互内容与状态栏内容显示重叠的情况,可以启用该选项以始终为系统状态栏保留空间。",
"setting_basic_animation": "弹出层随机动画",
Expand Down
2 changes: 1 addition & 1 deletion src/lang/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
"setting_backup_part_import_setting": "匯入設定",
"setting_backup_part_import_setting_desc": "選取設定檔",
"setting_basic": "基本設定",
"setting_basic_allow_progress_bar_seek": "允許通過底欄進度條調整進度",
"setting_basic_allow_progress_bar_seek": "允許透過底欄進度條調整播放進度",
"setting_basic_always_keep_statusbar_height": "總是保留狀態欄高度",
"setting_basic_always_keep_statusbar_height_tip": "預設情況下,軟體會動態判斷是否需要為系統狀態欄保留間距,但如果在你的裝置上出現軟體可互動內容與狀態欄內容顯示重疊的情況,可以啟用該選項以始終為系統狀態欄保留空間。",
"setting_basic_animation": "彈出層隨機動畫",
Expand Down
Loading