-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from MKStoler4096/master
修复#6:实时刷新考试状态和顶部状态栏 不知道能不能用,先合并再说()
- Loading branch information
Showing
6 changed files
with
91 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ jobs: | |
uses: actions/[email protected] | ||
if: github.event.release.prerelease == false || matrix.os == 'windows-latest' | ||
|
||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v4 | ||
if: github.event.release.prerelease == false || matrix.os == 'windows-latest' | ||
|
@@ -29,7 +28,6 @@ jobs: | |
run: yarn install | ||
if: github.event.release.prerelease == false || matrix.os == 'windows-latest' | ||
|
||
|
||
- name: Build and package for Windows | ||
if: github.event.release.prerelease == false && matrix.os == 'windows-latest' | ||
run: yarn build:win | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters