mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:33:40 +08:00
feat(智慧生活): 更新弹窗 (#419)
This commit is contained in:
parent
666bef1014
commit
d931c5ace0
15
src/apps/com.huawei.smarthome.ts
Normal file
15
src/apps/com.huawei.smarthome.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.huawei.smarthome',
|
||||
name: '智慧生活',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
||||
rules: '@[text="以后再说"] +2 [text="立即更新"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12738253',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user