feat(蜜雪冰城): 开屏广告 (#754)

This commit is contained in:
Adam 2023-10-08 23:16:34 +08:00 committed by GitHub
parent f63a05d264
commit 0eb6dbb894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
src/apps/com.mxbc.mxsa.ts Normal file
View File

@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.mxbc.mxsa',
name: '蜜雪冰城',
groups: [
{
key: 1,
name: '开屏广告',
activityIds: ['com.mxbc.mxsa.modules.splash.SplashActivity'],
rules: [
{
matches: '[id="com.mxbc.mxsa:id/count_down"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12840093',
},
],
},
],
});