feat: 粉丝页面

This commit is contained in:
guozhigq
2023-07-11 15:37:47 +08:00
parent 522ce60750
commit a2f65cfe09
10 changed files with 234 additions and 4 deletions

4
lib/pages/fan/index.dart Normal file
View File

@ -0,0 +1,4 @@
library fan;
export './controller.dart';
export './view.dart';