Skip to content

Commit

Permalink
feat: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Hao-yiwen committed Nov 29, 2024
1 parent 3451352 commit 3a50627
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,5 @@ jobs:

- name: Build AAR
run: |
flutter build aar --release
echo "检查 AAR 构建输出目录"
ls -la build/host/outputs/repo/
- name: Upload AAR
uses: actions/upload-artifact@v3
with:
name: flutter-aar
path: build/host/outputs/repo/
cd android
./gradlew assembleRelease
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
- node app.js
2. 启动该项目,目前只支持短信验证码登录

## 展示
## 应用视频

<img src="showcase/show_home.png" width="30%" style="display:inline-block;" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="showcase/show_player.png" width="30%" style="display:inline-block;" />
<img src="showcase/show_gif.gif" width="30%" style="display:inline-block;" />


## 项目介绍
Expand Down
Binary file added showcase/show_gif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a50627

Please sign in to comment.