feat(云端学习): 开屏广告 (#253)

* feat(云端学习)

* 规则放宽
This commit is contained in:
Kun Jinkao 2023-09-21 23:28:31 +08:00 committed by GitHub
parent fd1cbc1ba9
commit 2ec69fa9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.tbc.android.defaults',
name: '云端学习',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: ['com.tbc.android.defaults.MainActivity'],
rules: [
{
matches: '[id="com.tbc.android.defaults:id/tvLoginAdSkip"]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12685253'],
},
],
},
],
});