mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(巴士报站): 开屏广告 (#2123)
* feat(巴士报站): 开屏广告 * feat(巴士報站): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
18
src/apps/mo.gov.dsat.bis.ts
Normal file
18
src/apps/mo.gov.dsat.bis.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user