Skip to content

Commit 9f294af

Browse files
committed
Update code to v1.0.22
Update hangover version, freedreno version, edmax verion, signal 9 fault tutorial link.
1 parent 304df8c commit 9f294af

File tree

9 files changed

+134
-132
lines changed

9 files changed

+134
-132
lines changed

android/app/src/main/kotlin/com/example/tiny_computer/Signal9Activity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import androidx.core.content.ContextCompat.startActivity
2020
class Signal9Activity : AppCompatActivity() {
2121

2222
private val helperLink = "https://www.vmos.cn/zhushou.htm"
23-
private val helperLink2 = "https://b23.tv/WwqOqW6"
23+
private val helperLink2 = "https://www.cnblogs.com/yejiuluo/articles/18271904"
2424

2525
override fun onCreate(savedInstanceState: Bundle?) {
2626
super.onCreate(savedInstanceState)

assets/patch.tar.gz

21.4 MB
Binary file not shown.

extra/cross/install-hangover

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ echo "最新版本: $latest_version"
2222
hangover_url="https://github.com/AndreRH/hangover/releases/download/hangover-${latest_version}/hangover_${latest_version}_debian12_bookworm_arm64.tar"
2323

2424
mirror_sites=(
25+
"https://gh.llkk.cc/"
2526
"https://github.moeyy.xyz/"
2627
"https://mirror.ghproxy.com/"
2728
""

extra/cross/install-hangover-stable

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ sudo apt update
55
sudo apt upgrade -y
66

77
hangover_url="https://github.com/AndreRH/hangover/releases/download/hangover-9.20.1/hangover_9.20.1_debian12_bookworm_arm64.tar"
8-
latest_version="9.20.1"
8+
latest_version="10.4"
99

1010
mirror_sites=(
11+
"https://gh.llkk.cc/"
1112
"https://github.moeyy.xyz/"
1213
"https://mirror.ghproxy.com/"
1314
""

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ Virgl可为使用OpenGL ES的应用提供加速。"""),
594594
或者寻找该Windows软件官方是否提供Linux arm64版本。"""),
595595
const SizedBox.square(dimension: 8),
596596
Wrap(alignment: WrapAlignment.center, spacing: 4.0, runSpacing: 4.0, children: [
597-
OutlinedButton(style: D.commandButtonStyle, child: const Text("安装Hangover稳定版(9.22)"), onPressed: () async {
597+
OutlinedButton(style: D.commandButtonStyle, child: const Text("安装Hangover稳定版(10.4)"), onPressed: () async {
598598
Util.termWrite("bash ~/.local/share/tiny/extra/install-hangover-stable");
599599
G.pageIndex.value = 0;
600600
}),

lib/workflow.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ rm /tmp/wps.deb"""},
400400
{"name":"卸载WPS", "command":"sudo apt autoremove --purge -y wps-office"},
401401
{"name":"安装CAJViewer", "command":"wget https://download.cnki.net/net.cnki.cajviewer_1.3.20-1_arm64.deb -O /tmp/caj.deb && sudo apt update && sudo apt install -y /tmp/caj.deb && bash /home/tiny/.local/share/tiny/caj/postinst; rm /tmp/caj.deb"},
402402
{"name":"卸载CAJViewer", "command":"sudo apt autoremove --purge -y net.cnki.cajviewer && bash /home/tiny/.local/share/tiny/caj/postrm"},
403-
{"name":"安装亿图图示", "command":"wget https://www.edrawsoft.cn/2download/aarch64/edrawmax_12.6.1-1_arm64_binner.deb -O /tmp/edraw.deb && sudo apt update && sudo apt install -y /tmp/edraw.deb && bash /home/tiny/.local/share/tiny/edraw/postinst; rm /tmp/edraw.deb"},
403+
{"name":"安装亿图图示", "command":"wget https://cc-download.wondershare.cc/business/prd/edrawmax_13.1.0-1_arm64_binner.deb -O /tmp/edraw.deb && sudo apt update && sudo apt install -y /tmp/edraw.deb && bash /home/tiny/.local/share/tiny/edraw/postinst; rm /tmp/edraw.deb"},
404404
{"name":"卸载亿图图示", "command":"sudo apt autoremove --purge -y edrawmax libldap-2.4-2"},
405405
{"name":"安装QQ", "command":"""wget \$(curl -L https://cdn-go.cn/qq-web/im.qq.com_new/latest/rainbow/linuxQQDownload.js | grep -oP '(?<=armDownloadUrl":\\{"deb":")[^"]+') -O /tmp/qq.deb && sudo apt update && sudo apt install -y /tmp/qq.deb && sed -i 's#Exec=/opt/QQ/qq %U#Exec=/opt/QQ/qq --no-sandbox %U#g' /usr/share/applications/qq.desktop; rm /tmp/qq.deb"""},
406406
{"name":"卸载QQ", "command":"sudo apt autoremove --purge -y linuxqq"},

macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2626
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2727
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2828
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
29-
FLTWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "FLTWebViewFlutterPlugin"))
29+
WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
3030
}

0 commit comments

Comments
 (0)