mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
feat(网易BUFF): 更新弹窗 (#1980)
* feat(海贝音乐):开屏广告 * chore(actions): check_format_lint * fix(海贝音乐): 开屏广告(更新snapshotUrl) * feat(网易BUFF): 更新弹窗 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
18
src/apps/com.netease.buff.ts
Normal file
18
src/apps/com.netease.buff.ts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.netease.buff',
|
||||||
|
name: 'BUFF',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '更新弹窗',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: '[text="暂不更新"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13310265',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user