mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(可可影视): 通知提示-公告弹窗
This commit is contained in:
23
src/apps/com.kk.ysk3.tz12063k.ts
Normal file
23
src/apps/com.kk.ysk3.tz12063k.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.kk.ysk3.tz12063k',
|
||||||
|
name: '可可影视',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '通知提示-公告弹窗',
|
||||||
|
desc: '点击[朕知道了]',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.salmon.film.main.ui.MainActivity',
|
||||||
|
matches: '[text="朕知道了"][clickable=true][visibleToUser=true]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/c93d9be8-559a-46aa-8416-f52a7c99df4b',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14321907',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user