Skip to content

Commit

Permalink
v8.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Dec 12, 2024
1 parent f95f629 commit d2ebfbe
Show file tree
Hide file tree
Showing 7 changed files with 434 additions and 395 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Tag order optimization:

App translation:

- [andyching168](https://github.com/andyching168) [kenny03211](https://github.com/kenny03211) 繁體中文(台灣)
- [andyching168](https://github.com/andyching168) [kenny03211](https://github.com/kenny03211) [NeKoOuO](https://github.com/NeKoOuO) 繁體中文(台灣)
- [lucas-04](https://github.com/lucas-04) Português brasileiro
- [qlife1146](https://github.com/qlife1146) 한국어

Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Linux更新(不维护): 直接删除旧包后,下载最新的包使用

App翻译:

- [andyching168](https://github.com/andyching168) [kenny03211](https://github.com/kenny03211) 繁體中文(台灣)
- [andyching168](https://github.com/andyching168) [kenny03211](https://github.com/kenny03211) [NeKoOuO](https://github.com/NeKoOuO) 繁體中文(台灣)
- [lucas-04](https://github.com/lucas-04) 葡萄牙语 Português brasileiro
- [qlife1146](https://github.com/qlife1146) 韩语

Expand Down
2 changes: 1 addition & 1 deletion README_kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Tag order optimization:

앱 번역:

- [andyching168](https://github.com/andyching168) [kenny03211](https://github.com/kenny03211) 繁體中文(台灣)
- [andyching168](https://github.com/andyching168) [kenny03211](https://github.com/kenny03211) [NeKoOuO](https://github.com/NeKoOuO) 繁體中文(台灣)
- [lucas-04](https://github.com/lucas-04) Português brasileiro
- [qlife1146](https://github.com/qlife1146) 한국어

Expand Down
6 changes: 2 additions & 4 deletions changelog/v8.0.6.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
- 更新繁體中文(台灣)翻译
- 优化搜索标签提示
- 适配E站不再能查看非本人上传画廊的排行数据的变动
- 适配MPV
- 重构阅读页放大逻辑
- 优化从分享链接打开app的跳转逻辑
- 优化阅读页放大滚动体验
- 移除阅读页点击后拖拽放大手势
- 修复移动端退出主路由的问题
- 修复阅读页重载图片后,本地缓存未更新的bug
- 修复阅读页切换为双列模式时页面渲染异常的bug
Expand All @@ -13,14 +12,13 @@

--------------------

- Update the Traditional Chinese (Taiwan) translation
- Optimize the search tag prompt
- Adapt to the change that users can no longer view the ranking data of galleries uploaded by others
- Adapt to MPV
- Rewrite zoom logic in read page
- Optimize the jump logic from the shared link to open the app
- Optimize the scrolling experience in read page
- Remove the gesture of tag drag to scale in read page
- Remove the gesture of dragging and zooming after clicking on the reading page
- Fix the problem of exiting the main route on the mobile terminal
- Fix the bug that the local cache is not updated after reloading the image on the reading page
- Fix the bug that the page rendering is abnormal when switching to double-column mode on the reading page
Expand Down
6 changes: 5 additions & 1 deletion macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ import battery_plus
import desktop_webview_window
import device_info_plus
import just_audio
import local_auth_darwin
import package_info_plus
import path_provider_foundation
import screen_brightness_macos
import screen_retriever
import share_plus
import smart_auth
import sqflite
import sqflite_darwin
import sqlite3_flutter_libs
import url_launcher_macos
import video_player_avfoundation
import wakelock_plus
import webview_flutter_wkwebview
import window_manager

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
Expand All @@ -29,6 +31,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DesktopWebviewWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWebviewWindowPlugin"))
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
FLALocalAuthPlugin.register(with: registry.registrar(forPlugin: "FLALocalAuthPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ScreenBrightnessMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenBrightnessMacosPlugin"))
Expand All @@ -40,5 +43,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
FLTWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "FLTWebViewFlutterPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
}
Loading

0 comments on commit d2ebfbe

Please sign in to comment.