mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
16 lines
391 B
TypeScript
16 lines
391 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.kuaishou.nebula',
|
|
name: '快手极速版',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.yxcorp.gifshow.HomeActivity',
|
|
rules: '[id="com.kuaishou.nebula:id/splash_skip_text"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12519389',
|
|
},
|
|
],
|
|
});
|