mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
18 lines
448 B
TypeScript
18 lines
448 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.kuaishou.nebula',
|
|
name: '快手极速版',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '青少年弹窗',
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
activityIds: 'com.yxcorp.gifshow.HomeActivity',
|
|
rules: '[id="com.kuaishou.nebula:id/positive"][text="我知道了"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13196316',
|
|
},
|
|
],
|
|
});
|