mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:43:44 +08:00
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:
parent
944542ca07
commit
0f25ee09f7
19
src/apps/com.wallstreetcn.news.ts
Normal file
19
src/apps/com.wallstreetcn.news.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user