feat(花瓣):版本更新弹窗 (#3758)

close #3717
This commit is contained in:
AIsouler
2024-01-14 21:11:50 +08:00
committed by GitHub
parent 590be21cec
commit 741dc75f7a

View File

@@ -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',
},
],
},
],
});