mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
Add more mirror site for box86/box64 and wine
This commit is contained in:
@@ -662,9 +662,8 @@ class _InfoPageState extends State<InfoPage> {
|
||||
elevation: 1,
|
||||
expandedHeaderPadding: const EdgeInsets.all(0),
|
||||
expansionCallback: (panelIndex, isExpanded) {
|
||||
setState(() {
|
||||
_expandState[panelIndex] = isExpanded;
|
||||
});
|
||||
_expandState[panelIndex] = isExpanded;
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) => setState(() {}));
|
||||
},
|
||||
children: [
|
||||
ExpansionPanel(
|
||||
|
||||
@@ -404,7 +404,7 @@ VSCode、输入法
|
||||
];
|
||||
|
||||
//默认快捷指令
|
||||
static const commands = [{"name":"检查更新并升级", "command":"sudo dpkg --configure -a && sudo apt update && sudo apt upgrade -y && sudo localedef -c -i zh_CN -f UTF-8 zh_CN.UTF-8"},
|
||||
static const commands = [{"name":"检查更新并升级", "command":"sudo dpkg --configure -a && sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo localedef -c -i zh_CN -f UTF-8 zh_CN.UTF-8"},
|
||||
{"name":"查看系统信息", "command":"neofetch -L && neofetch --off"},
|
||||
{"name":"清屏", "command":"clear"},
|
||||
{"name":"中断任务", "command":"\x03"},
|
||||
|
||||
Reference in New Issue
Block a user