Fix typos

This commit is contained in:
iBug 2020-07-27 15:43:45 +08:00
parent 4dccc7a535
commit 8737d747b3
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ PAC scripts for proxies
获取方式:[本仓库的 Releases](https://github.com/iBug/pac/releases/latest) 获取方式:[本仓库的 Releases](https://github.com/iBug/pac/releases/latest)
- `pac-<name>.txt` 包含从数据源 `<name>` 获取的 IP 地址列表(白名单) - `pac-<name>.txt` 包含从数据源 `<name>` 获取的 IP 地址列表(白名单)
- `pad-gfwlist-<name>.txt` 在 IP 白名单的基础上添加了 GFWList 的匹配 - `pac-gfwlist-<name>.txt` 在 IP 白名单的基础上添加了 GFWList 的匹配
本代码是为 Shadowsocks Windows 4.1.9 及以上版本设计的,若要在旧版本或使用其他代理软件中使用,请手动修改文件第 5 行 `__PROXY__` 为你的代理地址,详情见 [shadowsocks-windows#2761](https://github.com/shadowsocks/shadowsocks-windows/issues/2761)。 本代码是为 Shadowsocks Windows 4.1.9 及以上版本设计的,若要在旧版本或使用其他代理软件中使用,请手动修改文件第 5 行 `__PROXY__` 为你的代理地址,详情见 [shadowsocks-windows#2761](https://github.com/shadowsocks/shadowsocks-windows/issues/2761)。

View File

@ -29,7 +29,7 @@ def main():
# Produce the markdown # Produce the markdown
with open(RELEASE_MARKDOWN_PATH, "w") as f: with open(RELEASE_MARKDOWN_PATH, "w") as f:
body = "This is an automatic release created from [GitHub Actions run {}](https://github.com/{}/actions/runs/{}) on {},".format( body = "This is an automatic release created from [GitHub Actions run {}](https://github.com/{}/actions/runs/{}) on {}.".format(
os.environ["GITHUB_RUN_NUMBER"], os.environ["GITHUB_RUN_NUMBER"],
os.environ["GITHUB_REPOSITORY"], os.environ["GITHUB_REPOSITORY"],
os.environ["GITHUB_RUN_ID"], os.environ["GITHUB_RUN_ID"],