mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
19 lines
422 B
TypeScript
19 lines
422 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.tencent.qt.qtl',
|
|
name: '掌上英雄联盟',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[id="com.tencent.qt.qtl:id/btn_update_cancel"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13611286',
|
|
},
|
|
],
|
|
});
|