Showing
1 changed file
with
3 additions
and
6 deletions
| @@ -34,8 +34,7 @@ export function viewBlogInsightIntentShare(context: common.UIAbilityContext, ent | @@ -34,8 +34,7 @@ export function viewBlogInsightIntentShare(context: common.UIAbilityContext, ent | ||
| 34 | intentVersion: '1.0.1', | 34 | intentVersion: '1.0.1', |
| 35 | identifier, | 35 | identifier, |
| 36 | intentActionInfo: { | 36 | intentActionInfo: { |
| 37 | - actionMode, | ||
| 38 | - currentPercentage: 50, | 37 | + actionMode |
| 39 | //目前不考虑发生时段 | 38 | //目前不考虑发生时段 |
| 40 | // executedTimeSlots: { | 39 | // executedTimeSlots: { |
| 41 | // executedEndTime: new Date().getTime(), | 40 | // executedEndTime: new Date().getTime(), |
| @@ -91,8 +90,7 @@ export function viewBlogItemInsightIntentShare(context: common.UIAbilityContext, | @@ -91,8 +90,7 @@ export function viewBlogItemInsightIntentShare(context: common.UIAbilityContext, | ||
| 91 | intentVersion: '1.0.1', | 90 | intentVersion: '1.0.1', |
| 92 | identifier, | 91 | identifier, |
| 93 | intentActionInfo: { | 92 | intentActionInfo: { |
| 94 | - actionMode: ActionMode.EXECUTED, | ||
| 95 | - currentPercentage: 50, | 93 | + actionMode: ActionMode.EXECUTED |
| 96 | }, | 94 | }, |
| 97 | intentEntityInfo: { | 95 | intentEntityInfo: { |
| 98 | entityName: 'Blog', | 96 | entityName: 'Blog', |
| @@ -138,8 +136,7 @@ export function viewColumInsightIntentShare(context: common.UIAbilityContext, en | @@ -138,8 +136,7 @@ export function viewColumInsightIntentShare(context: common.UIAbilityContext, en | ||
| 138 | intentVersion: '1.0.1', | 136 | intentVersion: '1.0.1', |
| 139 | identifier: generateUUID(), | 137 | identifier: generateUUID(), |
| 140 | intentActionInfo: { | 138 | intentActionInfo: { |
| 141 | - actionMode: ActionMode.EXECUTED, | ||
| 142 | - currentPercentage: 50, | 139 | + actionMode: ActionMode.EXECUTED |
| 143 | }, | 140 | }, |
| 144 | intentEntityInfo: { | 141 | intentEntityInfo: { |
| 145 | entityName: 'Column', | 142 | entityName: 'Column', |
-
Please register or login to post a comment