mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
* Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * feat(猴子分身): 购买会员弹窗 * feat(猴子分身): 购买会员弹窗 --------- Co-authored-by: lisonge <i@songe.li>
24 lines
573 B
TypeScript
24 lines
573 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cn.chuci.and.wkfenshen',
|
|
name: '猴子分身',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '购买会员弹窗',
|
|
activityIds: 'cn.chuci.and.wkfenshen.ActMain',
|
|
rules: [
|
|
{
|
|
quickFind: true,
|
|
matches: [
|
|
'[id="cn.chuci.and.wkfenshen:id/dialog_local_buy_btn"]',
|
|
'[id="cn.chuci.and.wkfenshen:id/action_close"]',
|
|
],
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13226988',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|