mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
25 lines
650 B
TypeScript
25 lines
650 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cn.wps.yun',
|
|
name: '金山文档',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '局部广告-列表卡片广告',
|
|
desc: '点击右侧x',
|
|
rules: [
|
|
{
|
|
activityIds: 'cn.wps.yun.ui.IndexActivity',
|
|
quickFind: true,
|
|
matches:
|
|
'[id="cn.wps.yun:id/rootGroup"][childCount=5] > [id="cn.wps.yun:id/moreIconRight"]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/47232102/bc97cb52-aad0-4114-a548-5831edbe342d',
|
|
snapshotUrls: 'https://i.gkd.li/import/13495062',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|