mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:03:41 +08:00
feat(Faceu激萌): 开屏广告 (#883)
* feat(Faceu激萌): 开屏广告 * chore(actions): check_format_lint * feat(Faceu激萌): 开屏广告-规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
parent
5741f4c9b7
commit
3a0ba0baa2
19
src/apps/com.lemon.faceu.ts
Normal file
19
src/apps/com.lemon.faceu.ts
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.lemon.faceu',
|
||||||
|
name: 'Faceu激萌',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.android.maya.activity.SplashActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12855897',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user