File tree Expand file tree Collapse file tree 6 files changed +394
-169
lines changed
Expand file tree Collapse file tree 6 files changed +394
-169
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "currentState" : " role_activated_with_memory" ,
3+ "stateHistory" : [
4+ {
5+ "from" : " initial" ,
6+ "command" : " init" ,
7+ "timestamp" : " 2025-07-22T14:36:24.102Z" ,
8+ "args" : [
9+ {
10+ "workingDirectory" : " d:\\ Android Project\\ ColorFeatureEnhance" ,
11+ "ideType" : " cursor"
12+ }
13+ ]
14+ },
15+ {
16+ "from" : " initialized" ,
17+ "command" : " action" ,
18+ "timestamp" : " 2025-07-22T14:36:46.187Z" ,
19+ "args" : [
20+ " assistant"
21+ ]
22+ },
23+ {
24+ "from" : " role_activated_with_memory" ,
25+ "command" : " init" ,
26+ "timestamp" : " 2025-07-22T15:15:39.827Z" ,
27+ "args" : [
28+ {
29+ "workingDirectory" : " d:\\ Android Project\\ ColorFeatureEnhance" ,
30+ "ideType" : " cursor"
31+ }
32+ ]
33+ },
34+ {
35+ "from" : " initialized" ,
36+ "command" : " action" ,
37+ "timestamp" : " 2025-07-22T15:15:44.045Z" ,
38+ "args" : [
39+ " assistant"
40+ ]
41+ }
42+ ],
43+ "lastUpdated" : " 2025-07-22T15:15:44.053Z"
44+ }
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 2.0.0" ,
3+ "source" : " project" ,
4+ "metadata" : {
5+ "version" : " 2.0.0" ,
6+ "description" : " project 级资源注册表" ,
7+ "createdAt" : " 2025-07-22T15:15:39.838Z" ,
8+ "updatedAt" : " 2025-07-22T15:15:39.839Z" ,
9+ "resourceCount" : 0
10+ },
11+ "resources" : [],
12+ "stats" : {
13+ "totalResources" : 0 ,
14+ "byProtocol" : {},
15+ "bySource" : {}
16+ }
17+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -44,11 +44,6 @@ copy_system_to_temp() {
4444 return 1
4545 fi
4646
47- log_debug " 系统配置目录内容:"
48- ls -la " $SYSTEM_CONFIG_DIR " 2> /dev/null | while read line; do
49- log_debug " $line "
50- done
51-
5247 local copied_count=0
5348
5449 # 复制 app-features.xml
@@ -125,17 +120,17 @@ ensure_default_configs
125120
126121# 3. 执行挂载逻辑
127122log_info " 开始挂载配置文件"
128- # mount --bind $MODDIR/my_product/etc/ $APP_FEATURES_FILE /my_product/etc /$APP_FEATURES_FILE
129- # mount --bind $MODDIR/my_product/etc/ $OPLUS_FEATURES_FILE /my_product/etc /$OPLUS_FEATURES_FILE
123+ mount --bind $MODULE_CONFIG_DIR / $APP_FEATURES_FILE $SYSTEM_CONFIG_DIR /$APP_FEATURES_FILE
124+ mount --bind $MODULE_CONFIG_DIR / $OPLUS_FEATURES_FILE $SYSTEM_CONFIG_DIR /$OPLUS_FEATURES_FILE
130125
131126# 挂载any目录下的其他文件
132- TMPDIR=/data/adb/cos_feat_e /anymount
133- if [ -d " $TMPDIR " ]; then
134- for i in ` /bin/find $TMPDIR -type f -printf " %P " ` ; do
135- /bin/ mount /$TMPDIR /$i /$i
136- log_info $i
137- restorecon /$i
138- done
139- fi
127+ # TMPDIR=${0%/*} /anymount
128+ # if [ -d "$TMPDIR" ]; then
129+ # for i in `/bin/find $TMPDIR -type f -printf "%P "`; do
130+ # mount /$TMPDIR/$i /$i
131+ # log_info $i
132+ # restorecon /$i
133+ # done
134+ # fi
140135
141136log_info " === post-fs-data阶段完成 ==="
You can’t perform that action at this time.
0 commit comments