Files
TrulyMEM-TrueHumanMEM-local/entry/build/default/intermediates/process_profile/default/module.json
root ac113d6fb0 feat: add markdown rendering, API settings, star graph auto-view toggle
- index.html: markdown rendering with marked.js + DOMPurify XSS protection
- settings.html: API Key/Base URL/Model config form with save
- graph.html: auto camera transition toggle for add/read/delete nodes
2026-04-28 18:05:41 +08:00

70 lines
1.5 KiB
JSON

{
"app": {
"bundleName": "com.trulymem.app",
"vendor": "trulymem",
"versionCode": 1000001,
"versionName": "1.0.0",
"icon": "$media:layered_image",
"label": "$string:app_name",
"apiReleaseType": "Release",
"compileSdkVersion": "6.1.0.105",
"targetAPIVersion": 60100023,
"minAPIVersion": 60100023,
"compileSdkType": "HarmonyOS",
"targetMinorAPIVersion": 0,
"targetPatchAPIVersion": 0,
"appEnvironments": [],
"bundleType": "app",
"buildMode": "debug",
"debug": true
},
"module": {
"name": "entry",
"type": "entry",
"description": "$string:module_desc",
"mainElement": "EntryAbility",
"deviceTypes": [
"phone",
"tablet",
"2in1"
],
"deliveryWithInstall": true,
"installationFree": false,
"pages": "$profile:main_pages",
"abilities": [
{
"name": "EntryAbility",
"srcEntry": "./ets/entryability/EntryAbility.ets",
"description": "$string:EntryAbility_desc",
"icon": "$media:layered_image",
"label": "$string:EntryAbility_label",
"startWindowIcon": "$media:startIcon",
"startWindowBackground": "$color:start_window_background",
"exported": true,
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"action.system.home"
]
}
]
}
],
"requestPermissions": [
{
"name": "ohos.permission.INTERNET"
},
{
"name": "ohos.permission.GET_NETWORK_INFO"
}
],
"packageName": "entry",
"virtualMachine": "ark13.0.1.0",
"compileMode": "esmodule",
"dependencies": []
}
}