mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
24 lines
549 B
TypeScript
24 lines
549 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.jianshu.haruki',
|
|
name: '简书',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: 'VIP弹窗',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.baiji.jianshu.ui.splash.SplashScreenActivity',
|
|
matches: '[id="com.jianshu.haruki:id/dialog_lucky_prize_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13327286',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|