feat(红板报): 开屏广告 (#3261)

close #3244
This commit is contained in:
walklty
2023-12-24 20:14:03 +08:00
committed by GitHub
parent 5ef2b98d15
commit fdade110dc

22
src/apps/flipboard.cn.ts Normal file
View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'flipboard.cn',
name: '红板报',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="flipboard.cn:id/splash_text_layout"]',
snapshotUrls: 'https://i.gkd.li/import/13694601',
},
],
},
],
});