Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed Apr 17, 2024
1 parent 9da9df6 commit 2b5211e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 781 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
with:
fetch-depth: 16 # Ensure we can generate changelogs

- name: "Get pURLfy core"
- name: "Get pURLfy core & rules"
run: |
mkdir -p rules && wget https://cdn.jsdelivr.net/gh/PRO-2684/pURLfy@latest/rules/cn.json -O rules/cn.json
wget https://cdn.jsdelivr.net/gh/PRO-2684/pURLfy@latest/purlfy.min.js -O purlfy.js
- name: "Zip release files" # Only if the version has been updated
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@
### 手动安装

- 稳定版: 下载 Release 中的 `purlfy-release.zip`,解压后放入[数据目录](https://github.com/mo-jinran/LiteLoaderQQNT-Plugin-Template/wiki/1.%E4%BA%86%E8%A7%A3%E6%95%B0%E6%8D%AE%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84#liteloader%E7%9A%84%E6%95%B0%E6%8D%AE%E7%9B%AE%E5%BD%95)下的 `plugins/purlfy` 文件夹中即可。(若没有该文件夹请自行创建)
- CI 版: 若想体验最新的 CI 功能,可以下载下面列出的文件后同上安装。其中 `purlfy.js` 未包含在此仓库内,您可以从以下几个来源获取:
- [GitHub](https://github.com/PRO-2684/pURLfy/blob/main/purlfy.js)
- [jsDelivr](https://cdn.jsdelivr.net/gh/PRO-2684/pURLfy@latest/purlfy.js)
- [jsDelivr (minified)](https://cdn.jsdelivr.net/gh/PRO-2684/pURLfy@latest/purlfy.min.js) (注意重命名为 `purlfy.js`)
- CI 版: 若想体验最新的 CI 功能,可以下载下面列出的文件后同上安装。其中 `purlfy.js` 以及规则文件 `rules/` 未包含在此仓库内,您可以从 [GitHub](https://github.com/PRO-2684/pURLfy/blob/main/purlfy.js) 获取。

完成后的目录结构应该如下:

Expand Down
Loading

0 comments on commit 2b5211e

Please sign in to comment.