mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
18 lines
396 B
TypeScript
18 lines
396 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.huawei.smarthome',
|
|
name: '智慧生活',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '@[text="以后再说"] +2 [text="立即更新"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12738253',
|
|
},
|
|
],
|
|
});
|