mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(钛马星): 开屏广告 (#64)
* feat(钛马星): 跳过开屏广告 * fix(钛马星): 开屏广告-无需界面id --------- Co-authored-by: dlh <du__th@163.com> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
22
src/apps/com.tima.carnet.m.main.ts
Normal file
22
src/apps/com.tima.carnet.m.main.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.tima.carnet.m.main',
|
||||||
|
name: '钛马星',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '开屏广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/22029832/5aa3f016-d33c-4821-91bd-f23235b04ad3',
|
||||||
|
'https://gkd-kit.gitee.io/import/12594568',
|
||||||
|
'https://gkd-kit.gitee.io/import/12594574',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user