Update code to v1.0.22

Update hangover version, freedreno version, edmax verion, signal 9 fault tutorial link.
This commit is contained in:
Caten
2025-04-20 22:36:10 +08:00
parent 1408bd063e
commit bdd0888585
9 changed files with 134 additions and 132 deletions

View File

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