mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(联通智家): 更新弹窗 (#332)
This commit is contained in:
15
src/apps/com.woapp.hebei.ts
Normal file
15
src/apps/com.woapp.hebei.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.woapp.hebei',
|
||||
name: '联通智家',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
activityIds: 'net.smartont.we.wohome.ui.main.view.MainActivity',
|
||||
rules: '@[text="忽略更新"] + [text="立即更新"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12707746'],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user