一個簡單的 GUI,用於很棒的包 GoodbyeDPI
更多資訊和配置請查看原包。
Windows 安裝 ( .msi
) 可在發布部分取得
其他平台的安裝即將推出。
克隆項目
git clone https://github.com/subhamayd2/site-unblocker.git
進入專案目錄
cd site-unblocker
安裝依賴項
npm install
啟動反應使用者介面
npm run start
在main.js
中,進行此更改
mainWindow . loadURL ( "http://localhost:3000" ) ; /* Uncomment this line */
// mainWindow.loadFile(INDEX_PATH); /* Comment this line */
最後,啟動電子視窗
electron .
阿帕契許可證