mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat: check+contribution
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { AppConfig } from '../types';
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
export default defineAppConfig({
|
||||
id: 'cn.wps.moffice_eng',
|
||||
name: `WPS`,
|
||||
name: 'WPS',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
@@ -10,5 +10,29 @@ export default <AppConfig>{
|
||||
activityIds: 'cn.wps.moffice.documentmanager.PreStartActivity',
|
||||
rules: '[id=`cn.wps.moffice_eng:id/splash_skip`]',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '首页-文档列表广告',
|
||||
exampleUrls: [
|
||||
'https://github.com/gkd-kit/subscription/assets/38517192/57787554-0443-4bc0-9f29-1759aae07b9b',
|
||||
],
|
||||
activityIds: [
|
||||
'cn.wps.moffice.main.StartPublicActivity',
|
||||
'cn.wps.moffice.main.local.HomeRootActivity',
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
matches: '[text="关闭当前广告"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12505365',
|
||||
},
|
||||
{
|
||||
matches: '[id$="/nativeclose"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12505350',
|
||||
'https://gkd-kit.gitee.io/import/12505286',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user