@@ -0,0 +1,8 @@
+#功能
+下载github最新文件
+
+#使用说明
+GitAutoupdater.exe 工程 文件 -p 代理
+GitAutoupdater.exe gogs/gogs gogs_0.13.0_windows_amd64.zip,gogs_0.13.0_linux_386.zip -p https://gh-proxy.com/https://github.com/
@@ -0,0 +1,10 @@
+@echo off
+setlocal enabledelayedexpansion
+set GitAutoupdater_exe=D:\kinve\rundir\AutoGitUpdate\GitAutoupdater.exe
+set PRO_NAME=yisier/nps
+set DOWN_LIST=windows_amd64_client.tar.gz,windows_amd64_server.tar.gz
+set PROXY=https://gh-proxy.com/https://github.com/
+%GitAutoupdater_exe% %PRO_NAME% %DOWN_LIST% -p %PROXY%