mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(纯纯打码): 全屏广告-解锁高级功能 (#318)
Signed-off-by: ✨小透明・宸✨ <47057319+TransparentLC@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
25
src/apps/me.drakeet.puremosaic.ts
Normal file
25
src/apps/me.drakeet.puremosaic.ts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'me.drakeet.puremosaic',
|
||||||
|
name: '纯纯打码',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-解锁高级功能',
|
||||||
|
desc: '点击“不”',
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: ['.MainActivity', 'me.iwf.photopicker.PhotoPickerActivity'],
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: ['[text="解锁高级功能"]', '[text="不"]'],
|
||||||
|
action: 'clickNode',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/16761630',
|
||||||
|
'https://i.gkd.li/i/16761818',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user