修复歌词原文和译文交错排列时会出现不对应的问题
This commit is contained in:
parent
452db2f7d2
commit
f92ddb245b
8 changed files with 183 additions and 40 deletions
3
build.bat
Normal file
3
build.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
echo off
|
||||
@REM forceposix 表示在windows上参数也为linux风格,即以“-”开头
|
||||
go build -tags="forceposix" -ldflags "-s -w" -o lts.exe .
|
Reference in a new issue