Lines Matching refs:app
32 "app-base" : [{
39 "app-resources" : [{
171 #处理 app-base
172 app = new.get("app-base")
173 if app is not None and len(app) > 0:
174 _merge_scope_app(origin.get("app-base"), app)
177 #处理 app-resources
178 app = new.get("app-resources")
179 if app is not None and len(app) > 0:
180 _merge_scope_app(origin.get("app-resources"), app)