Merge pull request #3766 from mgz0227/master

优化workflow,优化帮助md
This commit is contained in:
Antecer 2024-02-29 14:21:01 +08:00 committed by GitHub
commit 9755547294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 5 deletions

View File

@ -149,7 +149,9 @@ jobs:
ylogin: ${{ secrets.LANZOU_ID }}
phpdisk_info: ${{ secrets.LANZOU_PSD }}
# 蓝奏云里的文件夹ID阅读3测试版:2670621
LANZOU_FOLDER_ID: '2670621'
LANZOU_FOLDER_ID: ${{ secrets.LANZOU_FOLDER_ID }}
#蓝奏云分享链接
LANZOU_URL: ${{ secrets.LANZOU_URL }}
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
@ -162,7 +164,7 @@ jobs:
run: |
path="$GITHUB_WORKSPACE/apk/"
python3 $GITHUB_WORKSPACE/.github/scripts/lzy_web.py "$path" "$LANZOU_FOLDER_ID"
echo "[$(date -u -d '+8 hour' '+%Y.%m.%d %H:%M:%S')] 分享链接: https://kunfei.lanzoux.com/b0f810h4b"
echo "[$(date -u -d '+8 hour' '+%Y.%m.%d %H:%M:%S')] 分享链接: $LANZOU_URL"
test_Branch:
needs: [ prepare, build ]

View File

@ -1,8 +1,8 @@
# 源规则帮助
* [阅读3.0(Legado)规则说明](https://mgz0227.github.io/The-tutorial-of-Legado/)
* [书源帮助文档](https://celetor.github.io/teachme/Rule/source.html)
* [订阅源帮助文档](https://celetor.github.io/teachme/Rule/rss.html)
* [书源帮助文档](https://mgz0227.github.io/The-tutorial-of-Legado/Rule/source.html)
* [订阅源帮助文档](https://mgz0227.github.io/The-tutorial-of-Legado/Rule/rss.html)
* 辅助键盘❓中可插入URL参数模板,打开帮助,js教程,正则教程,选择文件
* 规则标志, {{......}}内使用规则必须有明显的规则标志,没有规则标志当作js执行
```

View File

@ -194,7 +194,7 @@
<string name="replace_rule">替换规则</string>
<string name="replace_to">替换为</string>
<string name="img_cover">封面</string>
<string name="book"></string>
<string name="book"></string>
<string name="volume_key_page">音量键翻页</string>
<string name="mouse_wheel_page">鼠标滚轮翻页</string>
<string name="click_turn_page">点击翻页</string>