mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(普益基金): 开屏广告、版本更新 (#2028)
* feat(简书):开屏广告、VIP弹窗 * feat(普益基金):开屏广告、版本更新 * 格式更正 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
34
src/apps/com.pywm.fund.ts
Normal file
34
src/apps/com.pywm.fund.ts
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.pywm.fund',
|
||||||
|
name: '普益基金',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: '[id="com.pywm.fund:id/tv_countdown"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13327274',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '版本更新',
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: 'TextView[text="立即更新"]',
|
||||||
|
action: 'back',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13327271',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user