From 209345282fbb99b4bfc98a0c40025c268201d1b2 Mon Sep 17 00:00:00 2001 From: iBug Date: Thu, 2 Jul 2020 20:56:09 +0800 Subject: [PATCH] Update README.md --- .github/workflows/build.yml | 1 - README.md | 8 +++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7dfe19..640bcee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,4 +23,3 @@ jobs: git -c user.name=GitHub -c user.email=noreply@github.com commit \ -m "Auto build from GitHub Actions run ${GITHUB_RUN_NUMBER}" git push - popd &>/dev/null diff --git a/README.md b/README.md index 7b28f5e..1ae8c3c 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,13 @@ PAC scripts for proxies ## 使用 -访问网页:,可以直接在线生成并下载。 +获取方式:[本仓库的 `dist` 分支](https://github.com/iBug/pac/tree/dist) -网页版生成器的源代码[在这](https://github.com/iBug/iBug-source/blob/master/_project/pac-generator.md),依赖于本仓库中的 [`code.js`](code.js) 文件。 - -如有任何问题,欢迎在 [Issue 列表](https://github.com/iBug/pac/issues)中提出。 +每周六 12:00 (UTC) 会自动使用 GitHub Actions 运行[生成脚本](build.py)从数据源获取 IP 地址列表并生成 PAC 文件。 ## 贡献 本项目包含两部分 -1. 从数据源获取 IP 地址列表并转换为 PAC 文件适用的格式,该部分代码在上面链接的生成器源代码中 +1. 从数据源获取 IP 地址列表并转换为 PAC 文件适用的格式,该部分代码位于 [`build.py`](build.py) 文件 2. PAC 文件的其他部分(例如解析域名和匹配 IP 地址等),该部分代码位于 [`code.js`](code.js) 文件