mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:43:39 +08:00
feat(金山文档): 列表内广告 (#2641)
* Create cn.wps.yun.ts * feat(金山文档): 列表广告 --------- Co-authored-by: lisonge <i@songe.li> close #2628
This commit is contained in:
parent
ed9f236fc3
commit
0effea2073
24
src/apps/cn.wps.yun.ts
Normal file
24
src/apps/cn.wps.yun.ts
Normal file
|
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user