mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
ci: 优化 GitHub Actions 工作流并更新文档
- 重命名工作流:手动构建可执行文件 -> 构建可执行文件 - 添加日期变量到可执行文件名称,提高版本区分度 - 更新工作流触发条件和权限设置 - 修改 README 中关于构建和发布的说明,增加 Actions 下载链接 - 更新英文 README 中的相关信息
This commit is contained in:
@@ -70,8 +70,8 @@
|
||||
<p>如果仅需下载无水印作品文件,建议选择 <b>程序运行</b> 或 <b>Docker 运行</b>;如果有其他需求,建议选择 <b>源码运行</b>!</p>
|
||||
<p><code>2.2</code> 版本开始,项目功能无异常的情况下,无需额外处理 Cookie!</p>
|
||||
<h2>🖱 程序运行</h2>
|
||||
<p>⭐ Mac OS、Windows 10 及以上用户可前往 <a href="https://github.com/JoeanAmier/XHS-Downloader/releases/latest">Releases</a> 下载程序压缩包,解压后打开程序文件夹,双击运行 <code>main</code> 即可使用。</p>
|
||||
<p>⭐ 本项目包含手动构建可执行文件的 GitHub Actions,使用者可以随时使用 GitHub Actions 将最新源码构建为可执行文件!</p>
|
||||
<p>⭐ Mac OS、Windows 10 及以上用户可前往 <a href="https://github.com/JoeanAmier/XHS-Downloader/releases/latest">Releases</a> 或者 <a href="https://github.com/JoeanAmier/XHS-Downloader/actions">Actions</a> 下载程序压缩包,解压后打开程序文件夹,双击运行 <code>main</code> 即可使用。</p>
|
||||
<p>⭐ 本项目包含自动构建可执行文件的 GitHub Actions,使用者可以随时使用 GitHub Actions 将最新源码构建为可执行文件!</p>
|
||||
<p><strong>注意:Mac OS 平台可执行文件 <code>main</code> 可能需要从终端命令行启动;受设备限制,Mac OS 平台可执行文件尚未经过测试,无法保证可用性!</strong></p>
|
||||
<p>若通过此方式使用程序,文件默认下载路径为:<code>.\_internal\Download</code>;配置文件路径为:<code>.\_internal\settings.json</code></p>
|
||||
<h2>⌨️ Docker 运行</h2>
|
||||
@@ -433,7 +433,7 @@ async def example():
|
||||
### 3. 手动触发打包流程
|
||||
|
||||
1. 在您 Fork 的仓库中,点击顶部的 **Actions** 选项卡
|
||||
2. 找到名为 **手动构建可执行文件** 的工作流
|
||||
2. 找到名为 **构建可执行文件** 的工作流
|
||||
3. 点击右侧的 **Run workflow** 按钮:
|
||||
- 选择 **master** 或者 **develop** 分支
|
||||
- 点击 **Run workflow**
|
||||
|
||||
Reference in New Issue
Block a user