mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:43:46 +08:00
feat(小卖部逆袭记): 卡片广告 (#2228)
* Create com.dz.xmbnxj.ts * Update com.dz.xmbnxj.ts --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
parent
ad7dca7a55
commit
99aa08f6a6
22
src/apps/com.dz.xmbnxj.ts
Normal file
22
src/apps/com.dz.xmbnxj.ts
Normal file
|
@ -0,0 +1,22 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.dz.xmbnxj',
|
||||
name: '小卖部逆袭记',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '底部卡片广告',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.lynx.boot.LynxActivity',
|
||||
quickFind: true,
|
||||
matches: '[id="com.dz.xmbnxj:id/mix_img_close"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/99116490/40d3c3c9-9443-4c71-9a98-69efa38f8bfd',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13399232',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user