diff --git a/config/deploy.template-cn.yaml b/config/deploy.template-cn.yaml index eba0d3f..6f79910 100644 --- a/config/deploy.template-cn.yaml +++ b/config/deploy.template-cn.yaml @@ -1,8 +1,8 @@ Deploy: Git: # URL of AzurLaneAutoScript repository - # [CN user] Use 'cn' to get update from git-over-cdn service - # [Other] Use 'global' to get update from https://github.com/TheFunny/ArisuAutoSrcipt + # [CN user] Use 'cn' to get update from self-hosted git service + # [Other] Use 'global' to get update from https://github.com/TheFunny/ArisuAutoSweeper Repository: cn # Branch of Alas # [Developer] Use 'dev', 'app', etc, to try new features diff --git a/config/deploy.template.yaml b/config/deploy.template.yaml index e223420..f124e51 100644 --- a/config/deploy.template.yaml +++ b/config/deploy.template.yaml @@ -1,8 +1,8 @@ Deploy: Git: # URL of AzurLaneAutoScript repository - # [CN user] Use 'cn' to get update from git-over-cdn service - # [Other] Use 'global' to get update from https://github.com/TheFunny/ArisuAutoSrcipt + # [CN user] Use 'cn' to get update from self-hosted git service + # [Other] Use 'global' to get update from https://github.com/TheFunny/ArisuAutoSweeper Repository: global # Branch of Alas # [Developer] Use 'dev', 'app', etc, to try new features diff --git a/deploy/Windows/template.yaml b/deploy/Windows/template.yaml index d32f0f2..a245bff 100644 --- a/deploy/Windows/template.yaml +++ b/deploy/Windows/template.yaml @@ -1,8 +1,8 @@ Deploy: Git: # URL of AzurLaneAutoScript repository - # [CN user] Use 'cn' to get update from git-over-cdn service - # [Other] Use 'global' to get update from https://github.com/TheFunny/ArisuAutoSrcipt + # [CN user] Use 'cn' to get update from self-hosted git service + # [Other] Use 'global' to get update from https://github.com/TheFunny/ArisuAutoSweeper Repository: 'global' # Branch of Alas # [Developer] Use 'dev', 'app', etc, to try new features diff --git a/module/webui/app.py b/module/webui/app.py index db7e7a5..f23f26d 100644 --- a/module/webui/app.py +++ b/module/webui/app.py @@ -1110,7 +1110,7 @@ class AlasGUI(Frame): """ AAS is a free open source software, if you paid for AAS from any channel, please refund. AAS 是一款免费开源软件,如果你在任何渠道付费购买了AAS,请退款。 - Project repository 项目地址:`https://github.com/TheFunny/ArisuAutoSrcipt` + Project repository 项目地址:`https://github.com/TheFunny/ArisuAutoSweeper` """ ).style("text-align: center") diff --git a/webapp/packages/main/public/deploy.yaml.tpl b/webapp/packages/main/public/deploy.yaml.tpl index 74d9c82..945fdfd 100644 --- a/webapp/packages/main/public/deploy.yaml.tpl +++ b/webapp/packages/main/public/deploy.yaml.tpl @@ -1,8 +1,8 @@ Deploy: Git: # URL of AzurLaneAutoScript repository - # [CN user] Use 'cn' to get update from git-over-cdn service - # [Other] Use 'global' to get update from https://github.com/TheFunny/ArisuAutoSrcipt + # [CN user] Use 'cn' to get update from self-hosted git service + # [Other] Use 'global' to get update from https://github.com/TheFunny/ArisuAutoSweeper Repository: {{repository}} # Branch of Alas # [Developer] Use 'dev', 'app', etc, to try new features