Skip to content

Commit

Permalink
sync: 2024/12/24
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Dec 24, 2024
1 parent e1596b9 commit 518e514
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 903 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
run: corepack install
- name: Install node dependencies
run: pnpm install --frozen-lockfile
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
with:
sdk: stable
- name: Fetch Dart dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: corepack install
- name: Install node dependencies
run: pnpm install --frozen-lockfile
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
with:
sdk: stable
- name: Fetch Dart dependencies
Expand Down
19 changes: 0 additions & 19 deletions cloud_build/deploy.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions cloud_build/stage.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions src/_data/sidenav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@
- title: 聊天客户端示例
permalink: /ai-toolkit/chat-client-sample
- title: 使用 Google AI Dart SDK 进行构建(视频)
permalink: https://www.youtube.com/watch?v=1AuzJEiHjO4
permalink: https://www.bilibili.com/video/BV1hkkoYfEX9/
- title: Firebase & Firestore
children:
- title: 概览
permalink: /data-and-backend/firebase
- title: 探索如何将 Firebase 用于 Flutter
permalink: https://firebase.google.cn/docs/flutter
- title: 了解如何将 Firebase 用于 Flutter
permalink: https://www.youtube.com/watch?v=wUSkeTaBonA
permalink: https://www.bilibili.com/video/BV1eBkoYaE8i/
- title: 使用 FirebaseUI 向 Flutter 应用添加用户身份验证流程
permalink: https://firebase.google.cn/codelabs/firebase-auth-in-flutter-apps
- title: 了解如何将 Firebase 用于 Web
Expand Down Expand Up @@ -197,7 +197,7 @@
children:
- title: 概览
permalink: /ui/layout/scrolling
- title: 使用 Slivers 实现各种酷炫滚动效果
- title: 使用 Sliver 实现各种酷炫滚动效果
permalink: /ui/layout/scrolling/slivers
- title: 在列表开头添加一个浮动的顶栏
permalink: /cookbook/lists/floating-app-bar
Expand All @@ -218,7 +218,7 @@
permalink: /ui/adaptive-responsive/input
- title: 功能 & 政策
permalink: /ui/adaptive-responsive/capabilities
- title: 自动化平台适配
- title: 不同平台的自动适配
permalink: /ui/adaptive-responsive/platform-adaptations
- title: 最佳实践
permalink: /ui/adaptive-responsive/best-practices
Expand Down
Loading

0 comments on commit 518e514

Please sign in to comment.