mod: android/iOS配置文件、mainApp页面

This commit is contained in:
guozhigq
2023-04-18 11:43:03 +08:00
parent 13aab2e20f
commit efa257b175
9 changed files with 205 additions and 7 deletions

View File

@ -12,7 +12,7 @@ class _HotPageState extends State<HotPage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('hot'),
title: const Text('热门'),
),
);
}