feat(坦克TANK): 开屏广告 (#3329)

close #3295
This commit is contained in:
jiuqianyuan
2023-12-24 20:37:54 +08:00
committed by GitHub
parent af2f94a11b
commit 132407c63a

18
src/apps/com.gwm.tank.ts Normal file
View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.gwm.tank',
name: '坦克TANK',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13713608',
},
],
});