feat(华尔街见闻): 开屏广告 (#851)

* Create com.wallstreetcn.news.ts

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
walklty 2023-10-10 23:34:39 +08:00 committed by GitHub
parent 944542ca07
commit 0f25ee09f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.wallstreetcn.news',
name: '华尔街见闻',
groups: [
{
key: 0,
name: '启动-开屏广告',
activityIds: ['com.wallstreetcn.news.ProxyMainActivity'],
rules: [
{
matches: '[id="com.wallstreetcn.news:id/iv_jump"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12850458',
},
],
},
],
});