添加scheme 调用

This commit is contained in:
2024-04-30 15:37:39 +08:00
parent 84272111c7
commit c027ac9087
5 changed files with 55 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ import { BusinessError } from '@ohos.base';
import { Log } from '@devwiki/base';
import { BaseLocalStorage, ScreenUtil } from '@devwiki/base';
import { HomeItem, HomeItemGroup } from '../model/Home';
import { common, Want } from '@kit.AbilityKit';
@Entry
@@ -43,6 +44,13 @@ struct Index {
items: [
{ name: 'AVPlayer', page: 'pages/media/AVPlayerPage' },
]
},
//系统能力
{
name: 'System',
items: [
{name: "Scheme", page: 'pages/system/SchemePage'}
]
}
];