feat(小卖部逆袭记): 卡片广告 (#2228)

* Create com.dz.xmbnxj.ts

* Update com.dz.xmbnxj.ts

---------

Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
tiygu 2023-11-20 22:09:44 +08:00 committed by GitHub
parent ad7dca7a55
commit 99aa08f6a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
src/apps/com.dz.xmbnxj.ts Normal file
View 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',
},
],
},
],
});