加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
readme.txt 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
charles 提交于 2018-06-11 14:45 . add
// 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化