mirror of
https://github.com/iBug/pac.git
synced 2025-07-13 21:02:16 +08:00
Update README.md
This commit is contained in:
parent
e799ec4ee9
commit
209345282f
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -4,15 +4,13 @@ PAC scripts for proxies
|
||||
|
||||
## 使用
|
||||
|
||||
访问网页:<https://ibugone.com/project/pac-generator>,可以直接在线生成并下载。
|
||||
获取方式:[本仓库的 `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) 文件
|
||||
|
Loading…
Reference in New Issue
Block a user