From 0effea207351d9e9f1a4e1c9a20229c54826a636 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:54:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=87=91=E5=B1=B1=E6=96=87=E6=A1=A3):=20?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=86=85=E5=B9=BF=E5=91=8A=20(#2641)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create cn.wps.yun.ts * feat(金山文档): 列表广告 --------- Co-authored-by: lisonge close #2628 --- src/apps/cn.wps.yun.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/cn.wps.yun.ts diff --git a/src/apps/cn.wps.yun.ts b/src/apps/cn.wps.yun.ts new file mode 100644 index 00000000..57674bb9 --- /dev/null +++ b/src/apps/cn.wps.yun.ts @@ -0,0 +1,24 @@ +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', + }, + ], + }, + ], +});