HMDemo/hmcalculate/src/main/module.json5
2024-05-28 20:05:06 +08:00

14 lines
252 B
Plaintext

{
"module": {
"name": "hmcalculate",
"type": "shared",
"description": "$string:shared_desc",
"deviceTypes": [
"phone",
"tablet",
"2in1"
],
"deliveryWithInstall": true,
"pages": "$profile:main_pages"
}
}