mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:13:40 +08:00
parent
399003a253
commit
ec4ed04231
19
src/apps/com.shunwang.weihuyun.ts
Normal file
19
src/apps/com.shunwang.weihuyun.ts
Normal file
|
@ -0,0 +1,19 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.shunwang.weihuyun',
|
||||
name: '维护云',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: ['com.shunwang.maintaincloud.welcome.SplashActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.shunwang.weihuyun:id/tv_jump"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12903874'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user