Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Nov 11, 2024
1 parent efd44a5 commit 508aaef
Show file tree
Hide file tree
Showing 88 changed files with 427 additions and 407 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/publish-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ jobs:
node-version: 20.x

- name: Build Js
run: |
git submodule init
git submodule update --remote "resources/mobile"
./cmd appbuild publish
uses: nick-fields/retry@v2
with:
timeout_minutes: 10
max_attempts: 5
command: |
git submodule init
git submodule update --remote "resources/mobile"
./cmd appbuild publish
- name: Set up JDK 11
uses: actions/setup-java@v3
Expand All @@ -36,6 +40,7 @@ jobs:
- name: Build Android
uses: nick-fields/retry@v2
with:
timeout_minutes: 60
max_attempts: 10
command: |
cd resources/mobile/platforms/android/eeuiApp
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## [0.39.97]

### Bug Fixes

- iOS16-无法打开定位签到的问题

### Performance

- 优化初始化数据
- 优化一处定位签到的问题
- 升级海豚表情包
- 优化新窗口链接打开逻辑
- 添加会议机器人快捷菜单

## [0.39.88]

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DooTask",
"version": "0.39.88",
"codeVerson": 153,
"version": "0.39.97",
"codeVerson": 154,
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 508aaef

Please sign in to comment.