Showing
1 changed file
with
13 additions
and
0 deletions
| @@ -14,6 +14,19 @@ | @@ -14,6 +14,19 @@ | ||
| 14 | } | 14 | } |
| 15 | }, | 15 | }, |
| 16 | { | 16 | { |
| 17 | + "intentName": "ViewColumn", | ||
| 18 | + "domain": "", | ||
| 19 | + "intentVersion": "1.0.1", | ||
| 20 | + "srcEntry": "./ets/utils/InsightIntentExecutorImpl.ets", | ||
| 21 | + "uiAbility": { | ||
| 22 | + "ability": "EntryAbility", | ||
| 23 | + "executeMode": [ | ||
| 24 | + "background", | ||
| 25 | + "foreground" | ||
| 26 | + ] | ||
| 27 | + } | ||
| 28 | + }, | ||
| 29 | + { | ||
| 17 | "intentName": "ViewColumnUpdate", | 30 | "intentName": "ViewColumnUpdate", |
| 18 | "domain": "", | 31 | "domain": "", |
| 19 | "intentVersion": "1.0.1", | 32 | "intentVersion": "1.0.1", |
-
Please register or login to post a comment