feat(巴士报站): 开屏广告 (#2123)

* feat(巴士报站): 开屏广告

* feat(巴士報站): 开屏广告

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
JammyLin
2023-11-16 20:52:31 +08:00
committed by GitHub
parent 9a6cb14453
commit 03727d88df

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'mo.gov.dsat.bis',
name: '巴士報站',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="mo.gov.dsat.bis:id/skipBtn"]',
snapshotUrls: 'https://i.gkd.li/import/13350002',
},
],
});