mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
chore: init
This commit is contained in:
13
src/apps/cn.wps.moffice_eng.ts
Normal file
13
src/apps/cn.wps.moffice_eng.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'cn.wps.moffice_eng',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: 'WPS-开屏广告',
|
||||
activityIds: 'cn.wps.moffice.documentmanager.PreStartActivity',
|
||||
rules: '[id=`cn.wps.moffice_eng:id/splash_skip`]',
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user