mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
15 lines
331 B
TypeScript
15 lines
331 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.jym.mall',
|
|
name: '交易猫',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '升级弹窗',
|
|
rules: '[id="com.jym.mall:id/tv_cancel"][text="下次再说"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12496974',
|
|
},
|
|
],
|
|
});
|