Skip to content

Commit

Permalink
add questions & disable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harryhare committed Jul 17, 2021
1 parent e25ae3b commit 653fcae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get_credit_ubuntu_flaresolverr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: 'get credit with flaresolverr(sometimes work)'

on:
workflow_dispatch:
schedule:
- cron: '45 0 * * *'
# schedule:
# - cron: '45 0 * * *'

jobs:
run:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
```
### github action 模式(不稳定)
### ~~github action 模式(极不稳定)~~
* fork 这个repo
Expand Down
3 changes: 3 additions & 0 deletions prepare.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
sudo apt-get update
# 如果找不到 tesseract-ocr,请按照下面链接的说明增加 ppa
# https://launchpad.net/~alex-p/+archive/ubuntu/tesseract-ocr-devel
# https://notesalexp.org/tesseract-ocr/
sudo apt-get -y install python3 python3-pip tesseract-ocr=4.1.1-2build2
#brew install tesseract
#apt-cache policy tesseract-ocr
Expand Down
2 changes: 2 additions & 0 deletions src/questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@
'在论坛发slack群,qq群,微信群,任何站外讨论方式,会如何?': '以上都正确',
'以下哪种不是Mods of dataflow?': 'tcp/ip',
'以下哪种不是Modes of dataflow?': 'tcp/ip',
'普通用户参与维护社区文明秩序的方法有哪些': '以上都是',
'在一亩三分地发帖,不需要遵守哪些规则?': '世界唯一正确的道德评判标准',
}

0 comments on commit 653fcae

Please sign in to comment.