mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-30 04:22:24 +08:00
Compare commits
3 Commits
appbase-v1
...
aba7019e0f
| Author | SHA1 | Date | |
|---|---|---|---|
| aba7019e0f | |||
| 68a9d65280 | |||
| f918b91636 |
@@ -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 分支!"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat May 16 09:15:15 GMT 2026
|
||||
stageCount=10
|
||||
#Sun May 17 02:08:10 HKT 2026
|
||||
stageCount=11
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.9
|
||||
buildCount=7
|
||||
baseBetaVersion=15.20.10
|
||||
publishVersion=15.20.10
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.11
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat May 16 09:15:15 GMT 2026
|
||||
stageCount=10
|
||||
#Sun May 17 02:07:57 HKT 2026
|
||||
stageCount=11
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.9
|
||||
buildCount=7
|
||||
baseBetaVersion=15.20.10
|
||||
publishVersion=15.20.10
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.11
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user