mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(石墨文档): 开屏广告 (#1025)
This commit is contained in:
23
src/apps/chuxin.shimo.shimowendang.ts
Normal file
23
src/apps/chuxin.shimo.shimowendang.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'chuxin.shimo.shimowendang',
|
||||||
|
name: '石墨文档',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: [
|
||||||
|
'chuxin.shimo.shimowendang.launchad.mediatom.MediatomActivity',
|
||||||
|
'chuxin.shimo.shimowendang.MainActivity',
|
||||||
|
],
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
|
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12894158', // chuxin.shimo.shimowendang.launchad.mediatom.MediatomActivity
|
||||||
|
'https://gkd-kit.songe.li/import/12894163', // chuxin.shimo.shimowendang.MainActivity
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user