Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

xuzhenjun130/hostsSwitchHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hostsSwitchHelper

hosts切换助手

功能基本参考SwitchHosts,SwitchHosts 基于Electron,兼容多系统,但是文件体积比较大50M+。在最新版chrome浏览器已经无法使用remote debugging protocol 来清理DNS缓存了,于是自己动手写一个。

hosts切换助手调用系统安装的chrome浏览器创建应用程序。只能在windows下使用,但是文件体积压缩后不到1M。

前端使用element-ui,快速创建一个还算漂亮的界面。

桌面程序使用aardio开发。

build 步骤:

    1. ui目录安装依赖后 npm run build
    1. arrdio软件打开项目 -> 发布。
    1. Publish为软件发布目录,可以看到编译生成的 Hosts切换助手.exe 及前端资目录 res

下载地址