mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
19 lines
415 B
TypeScript
19 lines
415 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.shangfang.gylm',
|
|
name: '高佣联盟',
|
|
groups: [
|
|
{
|
|
key: 2,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
rules: '[id="com.shangfang.gylm:id/iv_upgrade_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13643599',
|
|
},
|
|
],
|
|
});
|