Skip to content

Commit

Permalink
v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Jan 28, 2023
1 parent 6c5bc72 commit b067b40
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ci/version.code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.7
v1.1.8
6 changes: 6 additions & 0 deletions ci/version.info.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.1.8

- [x] 🚀升级渲染引擎
- [x] 🐛修复一些图片显示红叉
- [x] 🚀增加分流

v1.1.7

- [x] 🚀修复删除收藏在一些列表模式下不显示
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de
url_launcher_ios: ae1517e5e344f5544fb090b079e11f399dfbe4d2

PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3

Expand Down
4 changes: 3 additions & 1 deletion ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -203,6 +203,7 @@
/* Begin PBXShellScriptBuildPhase section */
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down Expand Up @@ -234,6 +235,7 @@
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down
2 changes: 2 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>
6 changes: 4 additions & 2 deletions lib/configs/host.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ import 'package:flutter/material.dart';
import 'package:wax/basic/commons.dart';
import 'package:wax/basic/methods.dart';

const _defaultHost = "https://www.htcomic.top/";
const _defaultHost = "https://www.htmanga2.top/";
const _hostMap = {
"https://www.htmanga2.top/": "HT02TOP",
"https://www.ssmh01.top/": "SSM01TOP",
"https://www.htcomic.top/": "HTTOP",
"https://www.wnacg.top/": "TOP",
"https://www.wnacg.top/": "WNTOP",
"http://www.wnacg.com/": "COM",
};

Expand Down
6 changes: 3 additions & 3 deletions lib/screens/comic_reader_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import '../../configs/reader_type.dart';
import '../configs/volume_controller.dart';
import './components/content_error.dart';
import './components/content_loading.dart';
import 'package:modal_bottom_sheet/modal_bottom_sheet.dart';
import 'package:modal_bottom_sheet/modal_bottom_sheet.dart' as mbs;
import 'package:photo_view/photo_view_gallery.dart';
import 'package:scrollable_positioned_list/scrollable_positioned_list.dart';

Expand Down Expand Up @@ -330,7 +330,7 @@ abstract class _ComicReaderState extends State<_ComicReader> {
case ReaderControllerType.threeArea:
return Stack(
children: [
_buildViewer(),
_buildViewer(),
_buildBar(_buildThreeAreaControllerAction()),
],
);
Expand Down Expand Up @@ -706,7 +706,7 @@ abstract class _ComicReaderState extends State<_ComicReader> {

//
_onMoreSetting() async {
await showMaterialModalBottomSheet(
await mbs.showMaterialModalBottomSheet(
context: context,
backgroundColor: const Color(0xAA000000),
builder: (context) {
Expand Down
4 changes: 2 additions & 2 deletions lib/screens/components/browser_bottom_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import '../../configs/host.dart';
import '../../configs/pager_column_number.dart';
import '../../configs/pager_controller_mode.dart';
import '../../configs/pager_view_mode.dart';
import 'package:modal_bottom_sheet/modal_bottom_sheet.dart';
import 'package:modal_bottom_sheet/modal_bottom_sheet.dart' as mbs;
import 'package:flutter/material.dart';

class BrowserBottomSheetAction extends StatelessWidget {
Expand All @@ -23,7 +23,7 @@ class BrowserBottomSheetAction extends StatelessWidget {
}

Future _displayBrowserBottomSheet(BuildContext context) async {
await showMaterialModalBottomSheet(
await mbs.showMaterialModalBottomSheet(
context: context,
backgroundColor: const Color(0xAA000000),
builder: (context) {
Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ packages:
name: modal_bottom_sheet
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.0.1"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -354,35 +354,35 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.6"
version: "6.1.8"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.21"
version: "6.0.23"
url_launcher_ios:
dependency: transitive
description:
name: url_launcher_ios
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.17"
version: "6.0.18"
url_launcher_linux:
dependency: transitive
description:
name: url_launcher_linux
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.0.2"
url_launcher_macos:
dependency: transitive
description:
name: url_launcher_macos
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.0.2"
url_launcher_platform_interface:
dependency: transitive
description:
Expand All @@ -396,14 +396,14 @@ packages:
name: url_launcher_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.13"
version: "2.0.14"
url_launcher_windows:
dependency: transitive
description:
name: url_launcher_windows
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.0.3"
vector_math:
dependency: transitive
description:
Expand Down

0 comments on commit b067b40

Please sign in to comment.