forked from FENNY521/JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
更新企鹅阅读 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
更新企鹅阅读 #1
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
cb2c110
QQ阅读APP
ziye12 5189b12
QQ阅读APP
ziye12 68e2985
Delete QQread.js
ziye12 01c1dad
QQ阅读APP
ziye12 22f11b2
QQ阅读APP
ziye12 527317d
Add files via upload
ziye12 b6f83f0
Update QQread.js
ziye12 746b9ab
Update QQread.js
ziye12 6e73b74
Update QQread.js
ziye12 cb190c2
Update QQread.js
ziye12 a80ebb8
Update QQread.yml
ziye12 863dc59
Update QQread.js
ziye12 beac899
企鹅读书 目前必须每天手动看一次书,才能恢复正常
ziye12 2465580
企鹅读书 目前必须每天手动看一次书,才能恢复正常
ziye12 5bc1027
:goal_net: fix: add non-null judgment
liby adfeb0f
:art: style: format the code
liby ca78600
Merge pull request #23 from liby/master
ziye12 196e35a
企鹅读书 解决1金币问题,务必获取一次更新body,更新秘密
ziye12 88e7b77
Update qqreads.yml
ziye12 1eb986c
企鹅读书 解决1金币问题,务必获取一次更新body,更新秘密
ziye12 cf98174
企鹅读书 解决1金币问题,务必看书获取一次更新body,更新秘密
ziye12 1f0a07c
企鹅读书 已解决1金币问题,务必添加重写,重新获取一次更新body
ziye12 217532e
Update qqreads.yml
ziye12 1fa6bf6
Update QQread.js
ziye12 c0ef477
企鹅读书 已解决1金币问题,务必添加重写,重新获取一次更新body
ziye12 8cb417b
企鹅读书 解决1金币问题,务必获取一次更新body,更新秘密
ziye12 321fac1
企鹅阅读支持boxjs设置多账号
ztxtop e0ed4d0
Merge pull request #28 from ztxtop/master
ziye12 0bc6838
企鹅读书 更新支持boxjs
ziye12 3e1df52
Update sync-repo.yml
ziye12 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
50 changes: 50 additions & 0 deletions
.github/workflows/QQread.yml
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node | ||
| # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions | ||
|
|
||
| name: QQ阅读APP | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| schedule: | ||
| - cron: '30 10-23 * * *' | ||
| watch: | ||
| types: started | ||
|
|
||
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| if: github.event.repository.owner.id == github.event.sender.id | ||
| env: | ||
| QQREADAPP_HEADER: ${{ secrets.QQREADAPP_HEADER }} | ||
| QQREADAPP_VIDEOHD: ${{ secrets.QQREADAPP_VIDEOHD }} | ||
| COOKIES_SPLIT: ${{ secrets.COOKIES_SPLIT }} | ||
|
|
||
| steps: | ||
| - name: Checkout | ||
| run: | | ||
| git clone https://github.com/ziye12/JavaScript.git ~/JavaScript | ||
| - name: Use Node.js 12.x | ||
| uses: actions/setup-node@v1 | ||
| with: | ||
| node-version: 12.x | ||
| - name: npm install | ||
| if: env.QQREADAPP_HEADER | ||
| run: | | ||
| cd ~/JavaScript | ||
| npm install | ||
| - name: '运行 【QQ阅读APP】' | ||
| if: env.QQREADAPP_HEADER | ||
| run: | | ||
| cd ~/JavaScript | ||
| node Task/QQread.js | ||
| env: | ||
|
|
||
| PUSH_KEY: ${{ secrets.PUSH_KEY }} | ||
| BARK_PUSH: ${{ secrets.BARK_PUSH }} | ||
| TG_BOT_TOKEN: ${{ secrets.TG_BOT_TOKEN }} | ||
| TG_USER_ID: ${{ secrets.TG_USER_ID }} | ||
| BARK_SOUND: ${{ secrets.BARK_SOUND }} | ||
| DD_BOT_TOKEN: ${{ secrets.DD_BOT_TOKEN }} | ||
| DD_BOT_SECRET: ${{ secrets.DD_BOT_SECRET }} | ||
|
|
||
|
|
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.