Skip to content

Commit 0aadc5b

Browse files
authored
Merge pull request #16 from TMBotDev/beta
Sync: Change Encoding To GB2312
2 parents 5080f26 + d9fa599 commit 0aadc5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@echo off
22

33
if exist node_modules (
4-
echo 依赖存在!开始运行!
4+
echo 依赖存在!开始运行!
55
node app.js
66
pause
77
exit
88
) else (
9-
echo 依赖不存在!按下任意键开始安装!(请确认node环境)
9+
echo 依赖不存在!按下任意键开始安装!(请确认node环境)
1010
pause
1111
npm i
1212
)

0 commit comments

Comments
 (0)