feat: app proxy

This commit is contained in:
Simon Ding
2024-07-27 17:18:38 +08:00
parent 5175e651ee
commit feecc9f983
8 changed files with 52 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ class _SystemPageState extends ConsumerState<SystemPage> {
columns: const [
DataColumn(label: Text("日志")),
DataColumn(label: Text("大小")),
DataColumn(label: Text("*"))
DataColumn(label: Text("下载"))
],
rows: List.generate(list.length, (i) {
final item = list[i];