feat(中华万年历日历):开屏广告 (#3130)

close #3105
This commit is contained in:
jiuqianyuan
2023-12-15 19:27:05 +08:00
committed by GitHub
parent 7030ade9b2
commit e49e8b21e3

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.etouch.ecalendar',
name: '中华万年历日历',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13650898',
},
],
});