新增静态演示界面

This commit is contained in:
2026-07-21 17:41:01 +08:00
parent 030b11fe67
commit b9d7c9f2ee
23 changed files with 4215 additions and 144 deletions
+3
View File
@@ -1,5 +1,8 @@
allprojects {
repositories {
// Flutter Android engine artifacts. The mirror avoids very slow or
// interrupted downloads from storage.googleapis.com in China.
maven { url = uri("https://storage.flutter-io.cn/download.flutter.io") }
maven { url = uri("https://maven.aliyun.com/repository/google") }
maven { url = uri("https://maven.aliyun.com/repository/public") }
google()