mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
* Update com.sdu.didi.psnger.ts * Update com.sdu.didi.psnger.ts * chore(actions): check_format_lint * feat(滴滴): 规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li> close #992
25 lines
555 B
TypeScript
25 lines
555 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.sdu.didi.psnger',
|
|
name: '滴滴',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
matchLauncher: true,
|
|
quickFind: true,
|
|
activityIds: [
|
|
'com.didi.sdk.app.launch.splash.SplashActivity',
|
|
'com.didi.sdk.app.MainActivity',
|
|
],
|
|
rules: [
|
|
{
|
|
matches: '[id=`com.sdu.didi.psnger:id/skip_ad_ll`]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12888394',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|