Skip to content

Commit

Permalink
♻️
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Oct 10, 2024
1 parent ecaccbf commit fc25a80
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ci/version.code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.9
v1.6.10
4 changes: 4 additions & 0 deletions ci/version.info.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.6.10

- [x] ✨ 分流修复

v1.6.9

- [x] ✨ 双页浏览
Expand Down
13 changes: 8 additions & 5 deletions lib/configs/network_cdn_host.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ Widget cdnHostSetting() {


var cdnHosts = {
"随机": "0",
"分流1": "1",
"分流2": "2",
"分流3": "3",
"分流4": "4",
"随机": "0",
"分流1": "1",
"分流2": "2",
"分流3": "3",
"分流4": "4",
"分流5": "5",
"分流6": "6",
"分流7": "7",
};

Future<T?> chooseCdnDialog<T>(BuildContext buildContext) async {
Expand Down
2 changes: 1 addition & 1 deletion macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

COCOAPODS: 1.12.1
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
33CC10EC2044A3C60003C045 = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion macos/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Cocoa
import FlutterMacOS

@NSApplicationMain
@main
class AppDelegate: FlutterAppDelegate {

override init() {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: jasmine comic browser

publish_to: 'none'

version: 1.6.9+29
version: 1.7.0+30

environment:
sdk: ">=2.15.1 <3.0.0"
Expand Down

0 comments on commit fc25a80

Please sign in to comment.