mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 17:42:20 +08:00
parent
fd1cbc1ba9
commit
2ec69fa9d3
19
src/apps/com.tbc.android.defaults.ts
Normal file
19
src/apps/com.tbc.android.defaults.ts
Normal 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'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user