1 Star 0 Fork 0

charles / webui-aria2forgolang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
// frist download yaaw-master.zip and webui-aria2-master.zip and compiler.jar
// delete folder webui-aria2-master\flags\ ;  webui-aria2-master\screenshots\ 
运行del.bat
 
  style.css里面第一行 
init.js 里面的语言文件
remove .translations('id_ID', mergeTranslation(translations.id_ID, translations.en_US))

不能压缩这个函数  webui.config(function ($translateProvider, $locationProvider) {
  $translateProvider
  
index.html 里面的语言文件引用,还有菜单
<script src="js/translate/id_ID.js"></script>
<li ng-click="changeLanguage('id_ID')"
删除js国际化文件
// and run compilerJS.bat
// open yaaw_vfsdata.go  and delete _vfsgen_fs vfsgen۰FS

.\yaaw_vfsdata.go:8:2: imported and not used: "bytes"
.\yaaw_vfsdata.go:9:2: imported and not used: "compress/gzip"
.\yaaw_vfsdata.go:10:2: imported and not used: "fmt"
.\yaaw_vfsdata.go:11:2: imported and not used: "io"
.\yaaw_vfsdata.go:12:2: imported and not used: "io/ioutil"
.\yaaw_vfsdata.go:15:2: imported and not used: "path" as pathpkg

go generate

go build -tags vfs -i -ldflags "-w -s"
 
go build -tags release -i -ldflags "-w -s"
 
 upx --brute aria2.exe
 
IntelliJ IDEA Evaluator

空文件

简介

webui aria2 for golang 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Go
1
https://gitee.com/charles/webui-aria2forgolang.git
git@gitee.com:charles/webui-aria2forgolang.git
charles
webui-aria2forgolang
webui-aria2forgolang
master

搜索帮助