back up bj
This commit is contained in:
BIN
backup/.aws.zip
Normal file
BIN
backup/.aws.zip
Normal file
Binary file not shown.
BIN
backup/.sgp_04_23.zip
Normal file
BIN
backup/.sgp_04_23.zip
Normal file
Binary file not shown.
BIN
backup/.sgp_0603.zip
Normal file
BIN
backup/.sgp_0603.zip
Normal file
Binary file not shown.
BIN
backup/4、职业道德规范-技术岗.docx
Normal file
BIN
backup/4、职业道德规范-技术岗.docx
Normal file
Binary file not shown.
BIN
backup/5、员工保密协议.docx
Normal file
BIN
backup/5、员工保密协议.docx
Normal file
Binary file not shown.
BIN
backup/6、竞业限制协议.docx
Normal file
BIN
backup/6、竞业限制协议.docx
Normal file
Binary file not shown.
BIN
backup/apkTools.zip
Normal file
BIN
backup/apkTools.zip
Normal file
Binary file not shown.
BIN
backup/bj-Screenshots.7z
Normal file
BIN
backup/bj-Screenshots.7z
Normal file
Binary file not shown.
BIN
backup/bjdev-ssh.zip
Normal file
BIN
backup/bjdev-ssh.zip
Normal file
Binary file not shown.
26
backup/build.bat
Normal file
26
backup/build.bat
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
::D:\CocosDashboard_1.1.1\resources\.editors\Creator\2.4.8\CocosCreator.exe
|
||||||
|
::D:\Git\Whot\WhotClient\build\jsb-default\frameworks\runtime-src\proj.android-studio\app
|
||||||
|
@set PROJ=D:\Git\Whot\WhotClient
|
||||||
|
@set VER=1.0.0
|
||||||
|
@set CODE=120230705
|
||||||
|
|
||||||
|
cd /d %PROJ%
|
||||||
|
|
||||||
|
node tools/setEtc1.js
|
||||||
|
|
||||||
|
D:\CocosDashboard_1.1.1\resources\.editors\Creator\2.4.8\CocosCreator.exe --path .\ --build "platform=android;buildPath=.\build;debug=false;md5Cache=false;optimizeHotUpdate=false;useDebugKeystore=true;orientation={'landscapeLeft': true};template=default;apiLevel=android-31;encryptJs=true;xxteaKey=2480c0d5-16e0-45;appABIs=['armeabi-v7a','arm64-v8a'];packageName=com.hfhy.waje.special;"
|
||||||
|
|
||||||
|
@set ASPROJ=%PROJ%\build\jsb-default\frameworks\runtime-src\proj.android-studio\app
|
||||||
|
@set APKDIR=D:\share\publish\android\whot\release\%VER%
|
||||||
|
mkdir %APKDIR%
|
||||||
|
|
||||||
|
cd /d %ASPROJ%
|
||||||
|
call D:\Gradle\gradle-6.7.1\bin\gradle assemblespecialRelease -PVERSION_NAME=%VER% -PVERSION_CODE=%CODE%
|
||||||
|
call D:\Gradle\gradle-6.7.1\bin\gradle bundlespecialRelease -PVERSION_NAME=%VER% -PVERSION_CODE=%CODE%
|
||||||
|
move %ASPROJ%\build\outputs\apk\special\release\whotClient-special-release.apk %APKDIR%\special_release_v%VER%.apk
|
||||||
|
move %ASPROJ%\build\outputs\bundle\specialRelease\whotClient-special-release.aab %APKDIR%\special_release_v%VER%.aab
|
||||||
|
|
||||||
|
::xcopy /y /k /e /c %APKDIR%\lubo_release_v%VER%.apk G:\
|
||||||
|
::xcopy /y /k /e /c %APKDIR%\whot_release_v%VER%.aab G:\
|
||||||
|
|
||||||
|
pause
|
||||||
5
backup/buildT.cmd
Normal file
5
backup/buildT.cmd
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
set JAVA_HOME=D:\Program Files\Java\jdk-17
|
||||||
|
cd /d E:\Git\S\D\whot\WhotClient\build\jsb-default\frameworks\runtime-src\proj.android-studio\app
|
||||||
|
call D:\Gradle\gradle-8.13\bin\gradle clean
|
||||||
|
call D:\Gradle\gradle-8.13\bin\gradle assemblewajebetDebug -PVERSION_NAME=2.10.45 -PVERSION_CODE=120240125
|
||||||
|
pause
|
||||||
28
backup/build_pure.bat
Normal file
28
backup/build_pure.bat
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
::D:\CocosDashboard_1.1.1\resources\.editors\Creator\2.4.8\CocosCreator.exe
|
||||||
|
::D:\Git\Whot\WhotClient\build\jsb-default\frameworks\runtime-src\proj.android-studio\app
|
||||||
|
@set PROJ=D:\Git\Whot\WhotClient
|
||||||
|
@set VER=1.0.0
|
||||||
|
@set CODE=120230705
|
||||||
|
@set PackType=special
|
||||||
|
|
||||||
|
cd /d %PROJ%
|
||||||
|
|
||||||
|
node tools/setEtc1.js
|
||||||
|
|
||||||
|
D:\CocosDashboard_1.1.1\resources\.editors\Creator\2.4.8\CocosCreator.exe --path .\ --build "platform=android;buildPath=.\build;debug=false;md5Cache=false;optimizeHotUpdate=false;useDebugKeystore=true;orientation={'landscapeLeft': true};template=default;apiLevel=android-31;encryptJs=true;xxteaKey=2480c0d5-16e0-45;appABIs=['armeabi-v7a','arm64-v8a'];packageName=com.hfhy.waje.special"
|
||||||
|
|
||||||
|
@set ASPROJ=%PROJ%\build\jsb-default\frameworks\runtime-src\proj.android-studio\app
|
||||||
|
@set APKDIR=D:\share\publish\android\whot\release\%VER%
|
||||||
|
mkdir %APKDIR%
|
||||||
|
|
||||||
|
cd /d %ASPROJ%
|
||||||
|
call D:\Gradle\gradle-6.7.1\bin\gradle clean
|
||||||
|
call D:\Gradle\gradle-6.7.1\bin\gradle assemble%PackType%Release -PVERSION_NAME=%VER% -PVERSION_CODE=%CODE%
|
||||||
|
call D:\Gradle\gradle-6.7.1\bin\gradle bundle%PackType%Release -PVERSION_NAME=%VER% -PVERSION_CODE=%CODE%
|
||||||
|
move %ASPROJ%\build\outputs\apk\%PackType%\release\whotClient-%PackType%-release.apk %APKDIR%\%PackType%_release_v%VER%.apk
|
||||||
|
move %ASPROJ%\build\outputs\bundle\%PackType%Release\whotClient-%PackType%-release.aab %APKDIR%\%PackType%_release_v%VER%.aab
|
||||||
|
|
||||||
|
::xcopy /y /k /e /c %APKDIR%\lubo_release_v%VER%.apk G:\
|
||||||
|
::xcopy /y /k /e /c %APKDIR%\lubo_release_v%VER%.aab G:\
|
||||||
|
|
||||||
|
pause
|
||||||
BIN
backup/etcpack.exe
Normal file
BIN
backup/etcpack.exe
Normal file
Binary file not shown.
BIN
backup/etcpacktool.exe
Normal file
BIN
backup/etcpacktool.exe
Normal file
Binary file not shown.
6
backup/password.txt
Normal file
6
backup/password.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
outlook
|
||||||
|
wajedev@outlook.com
|
||||||
|
wajeGame2026
|
||||||
|
cocos
|
||||||
|
dev2026
|
||||||
|
1...q...
|
||||||
2
backup/s3-hk_credentials.csv
Normal file
2
backup/s3-hk_credentials.csv
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
用户名,密码,控制台登录 URL
|
||||||
|
s3-hk,dYG|E86+,https://866435064587.signin.aws.amazon.com/console
|
||||||
|
3
backup/test-提审-windos-01.rdp
Normal file
3
backup/test-提审-windos-01.rdp
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
auto connect:i:1
|
||||||
|
full address:s:ec2-18-163-75-183.ap-east-1.compute.amazonaws.com
|
||||||
|
username:s:Administrator
|
||||||
23
backup/test.cmd
Normal file
23
backup/test.cmd
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
@set ROBOT_KEY=924d16d1-3caf-488f-b89b-0802b910c26b
|
||||||
|
@set TOOLPATH=D:\Jenkins\tools
|
||||||
|
@set PROJ=D:\W\SS\D\WhotClient
|
||||||
|
@set CODE=120240125
|
||||||
|
@set APKTYPE=debug
|
||||||
|
@set VER=%Version%
|
||||||
|
@set BRANCH=SpecialSkin_master
|
||||||
|
@set GRADLE=D:\Gradle\gradle-8.13\bin\gradle
|
||||||
|
@set VER=2.11.0
|
||||||
|
|
||||||
|
@set JAVA_HOME=D:\Program Files\Java\jdk-17
|
||||||
|
@set ASPROJ=%PROJ%\build\jsb-default\frameworks\runtime-src\proj.android-studio\app
|
||||||
|
@set SHAREDIR=D:\share\publish\android\special\debug\%VER%
|
||||||
|
|
||||||
|
set list=special opay wajebet palmgame xender
|
||||||
|
for %%i in (%list%) do (
|
||||||
|
echo build %%i
|
||||||
|
echo apk=test_%%i_%APKTYPE%_v%VER%.apk
|
||||||
|
echo buildDir=%ASPROJ%\build\outputs\apk\%%i\%APKTYPE%
|
||||||
|
echo assemble%%iDebug -PVERSION_NAME=%VER% -PVERSION_CODE=%CODE%
|
||||||
|
echo %ASPROJ%\build\outputs\apk\%%i\%APKTYPE%\whotClient-%%i-%APKTYPE%.apk to %SHAREDIR%\test_%%i_%APKTYPE%_v%VER%.apk /y
|
||||||
|
)
|
||||||
|
pause
|
||||||
BIN
backup/v2rayN-windows-64.zip
Normal file
BIN
backup/v2rayN-windows-64.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user