mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-08-17 05:16:33 +08:00
feat: desktop_multi_window Support
This commit is contained in:
18
lib/ui/tools/log_analyze_ui/log_analyze_ui.dart
Normal file
18
lib/ui/tools/log_analyze_ui/log_analyze_ui.dart
Normal file
@@ -0,0 +1,18 @@
|
||||
import 'package:fluent_ui/fluent_ui.dart';
|
||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||
|
||||
class ToolsLogAnalyzeDialogUI extends HookConsumerWidget {
|
||||
const ToolsLogAnalyzeDialogUI({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
return ScaffoldPage(
|
||||
header: const PageHeader(
|
||||
title: Text("Log 分析器"),
|
||||
),
|
||||
content: Column(
|
||||
children: [],
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user