Commit 63c84756 by tanghuan

增加ICP备案信息显示

1 parent 0dd57c74
...@@ -367,9 +367,13 @@ class WebPage extends StatelessWidget { ...@@ -367,9 +367,13 @@ class WebPage extends StatelessWidget {
), ),
SizedBox(height: 8), SizedBox(height: 8),
Text( Text(
'Copyright © 中山班小二科技有限公司', '粤ICP备2025475184号-15A',
), ),
SizedBox(height: 8), SizedBox(height: 8),
Text(
'Copyright © 中山班小二科技有限公司',
),
SizedBox(height: 18),
], ],
), ),
), ),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!