Skip to content

Commit b5cbda4

Browse files
committed
Update code to 1.0.20.
Fix wps
1 parent fd535f0 commit b5cbda4

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

lib/workflow.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ VSCode、输入法
394394
{"name":"安装科学计算软件Octave", "command":"sudo apt update && sudo apt install -y octave"},
395395
{"name":"卸载Octave", "command":"sudo apt autoremove --purge -y octave"},
396396
{"name":"安装WPS", "command":r"""cat << 'EOF' | sh && sudo dpkg --configure -a && sudo apt update && sudo apt install -y /tmp/wps.deb
397-
wget https://mirrors.sdu.edu.cn/spark-store-repository/aarch64-store/office/wps-office/wps-office_11.1.0.11720-fix1_arm64.deb -O /tmp/wps.deb
397+
wget https://mirrors.sdu.edu.cn/spark-store-repository/aarch64-store/office/wps-office/wps-office_11.1.0.11720-fix2_arm64.deb -O /tmp/wps.deb
398398
EOF
399399
rm /tmp/wps.deb"""},
400400
{"name":"卸载WPS", "command":"sudo apt autoremove --purge -y wps-office"},

pubspec.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ packages:
101101
dependency: transitive
102102
description:
103103
name: equatable
104-
sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2
104+
sha256: "567c64b3cb4cf82397aac55f4f0cbd3ca20d77c6c03bedbc4ceaddc08904aef7"
105105
url: "https://pub.dev"
106106
source: hosted
107-
version: "2.0.5"
107+
version: "2.0.7"
108108
fake_async:
109109
dependency: transitive
110110
description:
@@ -316,10 +316,10 @@ packages:
316316
dependency: transitive
317317
description:
318318
name: path_provider_android
319-
sha256: c464428172cb986b758c6d1724c603097febb8fb855aa265aeecc9280c294d4a
319+
sha256: "8c4967f8b7cb46dc914e178daa29813d83ae502e0529d7b0478330616a691ef7"
320320
url: "https://pub.dev"
321321
source: hosted
322-
version: "2.2.12"
322+
version: "2.2.14"
323323
path_provider_foundation:
324324
dependency: transitive
325325
description:
@@ -380,10 +380,10 @@ packages:
380380
dependency: transitive
381381
description:
382382
name: permission_handler_html
383-
sha256: af26edbbb1f2674af65a8f4b56e1a6f526156bc273d0e65dd8075fab51c78851
383+
sha256: "38f000e83355abb3392140f6bc3030660cfaef189e1f87824facb76300b4ff24"
384384
url: "https://pub.dev"
385385
source: hosted
386-
version: "0.1.3+2"
386+
version: "0.1.3+5"
387387
permission_handler_platform_interface:
388388
dependency: transitive
389389
description:
@@ -585,10 +585,10 @@ packages:
585585
dependency: transitive
586586
description:
587587
name: url_launcher_linux
588-
sha256: e2b9622b4007f97f504cd64c0128309dfb978ae66adbe944125ed9e1750f06af
588+
sha256: "4e9ba368772369e3e08f231d2301b4ef72b9ff87c31192ef471b380ef29a4935"
589589
url: "https://pub.dev"
590590
source: hosted
591-
version: "3.2.0"
591+
version: "3.2.1"
592592
url_launcher_macos:
593593
dependency: transitive
594594
description:
@@ -673,10 +673,10 @@ packages:
673673
dependency: transitive
674674
description:
675675
name: webview_flutter_android
676-
sha256: dec83a8da0a2dcd8a25418534cc59348dbc2855fa1dd0cc929c62b6029fde392
676+
sha256: "285cedfd9441267f6cca8843458620b5fda1af75b04f5818d0441acda5d7df19"
677677
url: "https://pub.dev"
678678
source: hosted
679-
version: "4.0.1"
679+
version: "4.1.0"
680680
webview_flutter_platform_interface:
681681
dependency: transitive
682682
description:
@@ -689,18 +689,18 @@ packages:
689689
dependency: transitive
690690
description:
691691
name: webview_flutter_wkwebview
692-
sha256: f14ee08021772fed913da8daebcfdeb46be457081e521e93e9918fe6cd1ce9e8
692+
sha256: b7e92f129482460951d96ef9a46b49db34bd2e1621685de26e9eaafd9674e7eb
693693
url: "https://pub.dev"
694694
source: hosted
695-
version: "3.16.1"
695+
version: "3.16.3"
696696
win32:
697697
dependency: transitive
698698
description:
699699
name: win32
700-
sha256: "84ba388638ed7a8cb3445a320c8273136ab2631cd5f2c57888335504ddab1bc2"
700+
sha256: "8b338d4486ab3fbc0ba0db9f9b4f5239b6697fcee427939a40e720cbb9ee0a69"
701701
url: "https://pub.dev"
702702
source: hosted
703-
version: "5.8.0"
703+
version: "5.9.0"
704704
win32_registry:
705705
dependency: transitive
706706
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.19+15
19+
version: 1.0.20+16
2020

2121
environment:
2222
sdk: '>=3.1.0 <4.0.0'

0 commit comments

Comments
 (0)