mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:53:34 +08:00
feat(桂林银行): 开屏广告 (#945)
* Create com.glyh.mbank.pro.ts * Update com.glyh.mbank.pro.ts * chore(actions): check_format_lint * feat(桂林银行): 开屏广告-规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li> close #939
This commit is contained in:
parent
079da71fc5
commit
9e8cee39bc
16
src/apps/com.glyh.mbank.pro.ts
Normal file
16
src/apps/com.glyh.mbank.pro.ts
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.glyh.mbank.pro',
|
||||||
|
name: '桂林银行',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
|
rules: 'TextView[id="com.glyh.mbank.pro:id/tv_countdown"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12876201',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user