mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
19
src/apps/com.pcs.knowing_weather.ts
Normal file
19
src/apps/com.pcs.knowing_weather.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.pcs.knowing_weather',
|
||||
name: '知天气-决策',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '版本更新',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
matchLauncher: true,
|
||||
rules: '[text="立即升级"] +2 [text="以后再说"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13378992', // activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user