Skip to content

Commit 518e514

Browse files
committed
sync: 2024/12/24
1 parent e1596b9 commit 518e514

File tree

6 files changed

+6
-903
lines changed

6 files changed

+6
-903
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
run: corepack install
142142
- name: Install node dependencies
143143
run: pnpm install --frozen-lockfile
144-
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
144+
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
145145
with:
146146
sdk: stable
147147
- name: Fetch Dart dependencies

.github/workflows/stage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: corepack install
3636
- name: Install node dependencies
3737
run: pnpm install --frozen-lockfile
38-
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
38+
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
3939
with:
4040
sdk: stable
4141
- name: Fetch Dart dependencies

cloud_build/deploy.yaml

-19
This file was deleted.

cloud_build/stage.yaml

-29
This file was deleted.

src/_data/sidenav.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@
9292
- title: 聊天客户端示例
9393
permalink: /ai-toolkit/chat-client-sample
9494
- title: 使用 Google AI Dart SDK 进行构建(视频)
95-
permalink: https://www.youtube.com/watch?v=1AuzJEiHjO4
95+
permalink: https://www.bilibili.com/video/BV1hkkoYfEX9/
9696
- title: Firebase & Firestore
9797
children:
9898
- title: 概览
9999
permalink: /data-and-backend/firebase
100100
- title: 探索如何将 Firebase 用于 Flutter
101101
permalink: https://firebase.google.cn/docs/flutter
102102
- title: 了解如何将 Firebase 用于 Flutter
103-
permalink: https://www.youtube.com/watch?v=wUSkeTaBonA
103+
permalink: https://www.bilibili.com/video/BV1eBkoYaE8i/
104104
- title: 使用 FirebaseUI 向 Flutter 应用添加用户身份验证流程
105105
permalink: https://firebase.google.cn/codelabs/firebase-auth-in-flutter-apps
106106
- title: 了解如何将 Firebase 用于 Web
@@ -197,7 +197,7 @@
197197
children:
198198
- title: 概览
199199
permalink: /ui/layout/scrolling
200-
- title: 使用 Slivers 实现各种酷炫滚动效果
200+
- title: 使用 Sliver 实现各种酷炫滚动效果
201201
permalink: /ui/layout/scrolling/slivers
202202
- title: 在列表开头添加一个浮动的顶栏
203203
permalink: /cookbook/lists/floating-app-bar
@@ -218,7 +218,7 @@
218218
permalink: /ui/adaptive-responsive/input
219219
- title: 功能 & 政策
220220
permalink: /ui/adaptive-responsive/capabilities
221-
- title: 自动化平台适配
221+
- title: 不同平台的自动适配
222222
permalink: /ui/adaptive-responsive/platform-adaptations
223223
- title: 最佳实践
224224
permalink: /ui/adaptive-responsive/best-practices

0 commit comments

Comments
 (0)