mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(转转) 更新弹窗
This commit is contained in:
16
src/apps/com.wuba.zhuanzhuan.ts
Normal file
16
src/apps/com.wuba.zhuanzhuan.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.wuba.zhuanzhuan',
|
||||
name: '转转',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '@[text="下次再说"] +2 [text="立即升级"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14292849',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user