-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
一键编译脚本写好啦! 新增功能: chrome翻译修复
- Loading branch information
Showing
24 changed files
with
51 additions
and
91 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@echo off | ||
echo start build | ||
@del ..\releases.zip >nul | ||
@rd /s/q bin >nul | ||
@rd /s/q ghostcp >nul | ||
set http_proxy=http://127.0.0.1:7890 | ||
set https_proxy=http://127.0.0.1:7890 | ||
git clone https://github.com/macronut/ghostcp/ | ||
cd ghostcp | ||
go build | ||
cd .. | ||
mkdir bin | ||
copy .\ghostcp\ghostcp.exe .\bin | ||
copy .\needfile\* .\bin /Y | ||
copy ..\default.conf .\bin /Y | ||
7z.exe a -r ./releases.zip ./bin | ||
copy .\releases.zip ..\ | ||
rd /s/q ghostcp | ||
rd /s/q bin | ||
del releases.zip | ||
echo done. | ||
pause |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
tcpioneer.exe -install | ||
tcpioneer.exe -start |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tcpioneer.exe -stop |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 使用方法 | ||
在ip.txt里面用,分隔IP | ||
|
||
然后执行iptest.py |
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
a871386
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
ghost – ./
ghost-git-main-suto.vercel.app
ghost-rho-ten.vercel.app
ghost.fucktx.eu.org
ghost-suto.vercel.app