feat(华为钱包): 完整服务横幅提示 (#2426)

close #2418
This commit is contained in:
walklty
2023-11-24 00:02:32 +08:00
committed by GitHub
parent 2ec19155a7
commit 1fc9c2f282

View File

@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.huawei.wallet',
name: '华为钱包',
groups: [
{
key: 1,
name: '服务提示',
enable: false,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches:
'[text="开启钱包扩展服务"] +2 [id="com.huawei.wallet:id/linear_close"]',
snapshotUrls: 'https://i.gkd.li/import/13441814',
},
],
},
],
});