Showing
1 changed file
with
29 additions
and
3 deletions
| @@ -13,6 +13,7 @@ | @@ -13,6 +13,7 @@ | ||
| 13 | "deliveryWithInstall": true, | 13 | "deliveryWithInstall": true, |
| 14 | "installationFree": false, | 14 | "installationFree": false, |
| 15 | "pages": "$profile:main_pages", | 15 | "pages": "$profile:main_pages", |
| 16 | + "querySchemes": ["rmrbapp"], | ||
| 16 | "abilities": [ | 17 | "abilities": [ |
| 17 | { | 18 | { |
| 18 | "name": "EntryAbility", | 19 | "name": "EntryAbility", |
| @@ -30,22 +31,47 @@ | @@ -30,22 +31,47 @@ | ||
| 30 | "skills": [ | 31 | "skills": [ |
| 31 | { | 32 | { |
| 32 | "entities": [ | 33 | "entities": [ |
| 33 | - "entity.system.home" | 34 | + "entity.system.home", |
| 35 | + "entity.system.browsable" | ||
| 34 | ], | 36 | ], |
| 35 | "actions": [ | 37 | "actions": [ |
| 36 | "action.system.home", | 38 | "action.system.home", |
| 37 | - "com.test.pushaction" | 39 | + "com.test.pushaction", |
| 40 | + "ohos.want.action.viewData" | ||
| 38 | ], | 41 | ], |
| 42 | +// "uris": [{ | ||
| 43 | +// // 之前的 推送配置 | ||
| 44 | +// "scheme": 'rmrbapp', | ||
| 45 | +// "host": 'rmrb.app', | ||
| 46 | +// 'port': '8080', | ||
| 47 | +// "path": 'openwith' | ||
| 48 | +// }] | ||
| 39 | }, | 49 | }, |
| 40 | { | 50 | { |
| 41 | "uris": [ | 51 | "uris": [ |
| 42 | - { | 52 | + { // 配置 - (播控中心用) |
| 43 | "scheme": 'rmrbapp', | 53 | "scheme": 'rmrbapp', |
| 44 | "host": 'rmrb.app', | 54 | "host": 'rmrb.app', |
| 45 | 'port': '8080', | 55 | 'port': '8080', |
| 46 | "path": 'openwith' | 56 | "path": 'openwith' |
| 57 | + }, | ||
| 58 | + { // 普通配置 - 暂时无法跳转 - ?? | ||
| 59 | + "scheme": "rmrbapp", | ||
| 60 | + "host": "rmrb.app", | ||
| 61 | + "path": "openwith" | ||
| 62 | + }, | ||
| 63 | + { // 分享用 - 正式环境地址 | ||
| 64 | + "scheme": "https", | ||
| 65 | + "host": "www.peopleapp.com", | ||
| 66 | + "pathStartWith": "column" | ||
| 67 | + }, | ||
| 68 | + { // 分享用 - 测试环境地址 | ||
| 69 | + "scheme": "https", | ||
| 70 | + "host": "pd-people-uat.pdnews.cn", | ||
| 71 | + "pathStartWith": "column" | ||
| 47 | } | 72 | } |
| 48 | ], | 73 | ], |
| 74 | + "domainVerify": true | ||
| 49 | } | 75 | } |
| 50 | ] | 76 | ] |
| 51 | } | 77 | } |
-
Please register or login to post a comment