mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(抖音): 青少年模式弹窗 (#1809)
This commit is contained in:
18
src/apps/com.ss.android.ugc.aweme.mobile.ts
Normal file
18
src/apps/com.ss.android.ugc.aweme.mobile.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.ss.android.ugc.aweme.mobile',
|
||||
name: '抖音',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '青少年模式弹窗',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules:
|
||||
'[id="com.ss.android.ugc.aweme.mobile:id/teen_mode_title"] +n [id="com.ss.android.ugc.aweme.mobile:id/bt_i_know"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13255513',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user