!603 【5.0-Release】appfrezee挑单5.0分支

Merge pull request !603 from liujuan/OpenHarmony-5.0-Release
This commit is contained in:
openharmony_ci 2024-09-05 03:38:21 +00:00 committed by Gitee
commit 49a4b82b21
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 9 additions and 0 deletions

View File

@ -627,6 +627,8 @@ export class UserFileManagerAccess {
}
async prepareSystemAlbums(): Promise<void> {
Log.info(TAG, `prepareSystemAlbums before :${UserFileManagerAccess.SYSTEM_BEFORE_USER_ALBUM_LIST.length}, \
after :${UserFileManagerAccess.SYSTEM_AFTER_USER_ALBUM_LIST.length}`);
if (!this.media) {
Log.error(TAG, 'prepareSystemAlbums media resource is null!');
return;

View File

@ -546,6 +546,7 @@ export struct PhotoItem {
)
.clip(true)
.onTouch((event?: TouchEvent) => {
Log.info(TAG, 'onTouch start');
this.dealTouchEvent(event as TouchEvent);
this.eventPipeline?.onTouch(event as TouchEvent);
})

View File

@ -2,6 +2,7 @@
"forms": [
{
"name": "widget",
"displayName": "$string:form_FormAbility_label",
"description": "$string:form_FormAbility_label",
"src": "./js/widget/pages/index/index",
"window": {
@ -22,6 +23,7 @@
},
{
"name": "widget1",
"displayName": "$string:form_FormAbility_label",
"description": "$string:form_FormAbility_label",
"src": "./js/widget1/pages/index/index",
"window": {
@ -42,6 +44,7 @@
},
{
"name": "widget2",
"displayName": "$string:form_FormAbility_label",
"description": "$string:form_FormAbility_label",
"src": "./js/widget2/pages/index/index",
"window": {

View File

@ -2,6 +2,7 @@
"forms": [
{
"name": "widget",
"displayName": "$string:form_FormAbility_label",
"description": "$string:form_FormAbility_label",
"src": "./js/widget/pages/index/index",
"window": {
@ -22,6 +23,7 @@
},
{
"name": "widget1",
"displayName": "$string:form_FormAbility_label",
"description": "$string:form_FormAbility_label",
"src": "./js/widget1/pages/index/index",
"window": {
@ -42,6 +44,7 @@
},
{
"name": "widget2",
"displayName": "$string:form_FormAbility_label",
"description": "$string:form_FormAbility_label",
"src": "./js/widget2/pages/index/index",
"window": {