Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(花瓣):版本更新弹窗 (#3758)
Browse files Browse the repository at this point in the history
close #3717
  • Loading branch information
AIsouler authored Jan 14, 2024
1 parent 590be21 commit 741dc75
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/apps/com.huaban.android.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.huaban.android',
name: '花瓣',
groups: [
{
key: 1,
quickFind: true,
name: '更新提示-版本更新弹窗',
desc: '点击不再提示',
rules: [
{
matches: '[vid="tv_update"] + * > [text="不再提示"]',
snapshotUrls: 'https://i.gkd.li/import/13832253',
},
],
},
],
});

0 comments on commit 741dc75

Please sign in to comment.