mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(应用商店): 功能类-[您是否年满 18 岁?]弹窗
This commit is contained in:
24
src/apps/com.sec.android.app.samsungapps.ts
Normal file
24
src/apps/com.sec.android.app.samsungapps.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.sec.android.app.samsungapps',
|
||||||
|
name: '应用商店',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '功能类-[您是否年满 18 岁?]弹窗',
|
||||||
|
desc: '点击[是]',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.sec.android.app.samsungapps.SearchResultActivity',
|
||||||
|
matches:
|
||||||
|
'[text="您是否年满 18 岁?"] +4 @[clickable=true] > [text="是"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/cee78493-fbe1-46a0-8dcf-a8b1f1f61f19',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14473690',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user