diff --git a/backup/.aws.zip b/backup/.aws.zip new file mode 100644 index 0000000..709e3be Binary files /dev/null and b/backup/.aws.zip differ diff --git a/backup/.sgp_04_23.zip b/backup/.sgp_04_23.zip new file mode 100644 index 0000000..fda6b6d Binary files /dev/null and b/backup/.sgp_04_23.zip differ diff --git a/backup/.sgp_0603.zip b/backup/.sgp_0603.zip new file mode 100644 index 0000000..9c66d0a Binary files /dev/null and b/backup/.sgp_0603.zip differ diff --git a/backup/4、职业道德规范-技术岗.docx b/backup/4、职业道德规范-技术岗.docx new file mode 100644 index 0000000..46fdd75 Binary files /dev/null and b/backup/4、职业道德规范-技术岗.docx differ diff --git a/backup/5、员工保密协议.docx b/backup/5、员工保密协议.docx new file mode 100644 index 0000000..d435127 Binary files /dev/null and b/backup/5、员工保密协议.docx differ diff --git a/backup/6、竞业限制协议.docx b/backup/6、竞业限制协议.docx new file mode 100644 index 0000000..4872040 Binary files /dev/null and b/backup/6、竞业限制协议.docx differ diff --git a/backup/apkTools.zip b/backup/apkTools.zip new file mode 100644 index 0000000..6b3cb7d Binary files /dev/null and b/backup/apkTools.zip differ diff --git a/backup/bj-Screenshots.7z b/backup/bj-Screenshots.7z new file mode 100644 index 0000000..5eb42cb Binary files /dev/null and b/backup/bj-Screenshots.7z differ diff --git a/backup/bjdev-ssh.zip b/backup/bjdev-ssh.zip new file mode 100644 index 0000000..5267c0a Binary files /dev/null and b/backup/bjdev-ssh.zip differ diff --git a/backup/build.bat b/backup/build.bat new file mode 100644 index 0000000..6e9bb04 --- /dev/null +++ b/backup/build.bat @@ -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 \ No newline at end of file diff --git a/backup/buildT.cmd b/backup/buildT.cmd new file mode 100644 index 0000000..d04dfe9 --- /dev/null +++ b/backup/buildT.cmd @@ -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 \ No newline at end of file diff --git a/backup/build_pure.bat b/backup/build_pure.bat new file mode 100644 index 0000000..09a7f33 --- /dev/null +++ b/backup/build_pure.bat @@ -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 \ No newline at end of file diff --git a/backup/etcpack.exe b/backup/etcpack.exe new file mode 100644 index 0000000..95148c4 Binary files /dev/null and b/backup/etcpack.exe differ diff --git a/backup/etcpacktool.exe b/backup/etcpacktool.exe new file mode 100644 index 0000000..cb64e0a Binary files /dev/null and b/backup/etcpacktool.exe differ diff --git a/backup/password.txt b/backup/password.txt new file mode 100644 index 0000000..e2110a1 --- /dev/null +++ b/backup/password.txt @@ -0,0 +1,6 @@ +outlook +wajedev@outlook.com +wajeGame2026 +cocos +dev2026 +1...q... \ No newline at end of file diff --git a/backup/s3-hk_credentials.csv b/backup/s3-hk_credentials.csv new file mode 100644 index 0000000..7c9c934 --- /dev/null +++ b/backup/s3-hk_credentials.csv @@ -0,0 +1,2 @@ +用户名,密码,控制台登录 URL +s3-hk,dYG|E86+,https://866435064587.signin.aws.amazon.com/console diff --git a/backup/test-提审-windos-01.rdp b/backup/test-提审-windos-01.rdp new file mode 100644 index 0000000..5ed4de5 --- /dev/null +++ b/backup/test-提审-windos-01.rdp @@ -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 \ No newline at end of file diff --git a/backup/test.cmd b/backup/test.cmd new file mode 100644 index 0000000..384045c --- /dev/null +++ b/backup/test.cmd @@ -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 \ No newline at end of file diff --git a/backup/v2rayN-windows-64.zip b/backup/v2rayN-windows-64.zip new file mode 100644 index 0000000..35f8819 Binary files /dev/null and b/backup/v2rayN-windows-64.zip differ