Compare commits

...

4 Commits

Author SHA1 Message Date
aba7019e0f 合并 APPBase 项目 2026-05-17 12:40:46 +08:00
68a9d65280 Merge branch 'projects-keeper' of https://gitea.winboll.cc/Studio/WinBoLL.git into projects-keeper 2026-05-17 12:18:02 +08:00
f918b91636 更换分支名称 2026-05-17 12:17:13 +08:00
qinglong
771f591a3a 合并 APPBase 项目 2026-05-16 17:30:01 +08:00
4 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
#!/system/bin/sh
## 合并其他项目分支的模块源码到projects-keeper分支。
## 合并其他项目分支的模块源码到projects_keeper分支。
# ====================== 0. 进入目标目录 ======================
TARGET_DIR="/sdcard/AppProjects/Projects_Keeper"
@@ -36,7 +36,7 @@ fi
# ====================== 3. Git 分支检查 ======================
CUR_BRANCH=$(git symbolic-ref --short HEAD 2>/dev/null)
TARGET_BRANCH="projects-keeper"
TARGET_BRANCH="projects_keeper"
if [ "$CUR_BRANCH" != "$TARGET_BRANCH" ]; then
echo "错误:当前不在 $TARGET_BRANCH 分支!"

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sat May 16 03:50:01 CST 2026
stageCount=10
#Sun May 17 02:08:10 HKT 2026
stageCount=11
libraryProject=libappbase
baseVersion=15.20
publishVersion=15.20.9
buildCount=6
baseBetaVersion=15.20.10
publishVersion=15.20.10
buildCount=0
baseBetaVersion=15.20.11

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sat May 16 03:50:01 CST 2026
stageCount=10
#Sun May 17 02:07:57 HKT 2026
stageCount=11
libraryProject=libappbase
baseVersion=15.20
publishVersion=15.20.9
buildCount=6
baseBetaVersion=15.20.10
publishVersion=15.20.10
buildCount=0
baseBetaVersion=15.20.11

View File

@@ -135,7 +135,7 @@ public class LogUtils {
return;
}
final long KEEP_FILE_SIZE = 512000L; // 500K
final long KEEP_FILE_SIZE = 25000L; // ~25KB 确保剪贴板可完整复制
final long MAX_FILE_SIZE = 2*KEEP_FILE_SIZE;
final long fileSize = _mfLogCatchFile.length();