Squashed commit of the following:

commit e4e5414ae0d4836e53509cc34bc97842d30172e4
Author: aisouler <zy43220@gmail.com>
Date:   Sun Jan 21 14:06:51 2024 +0800

    Update com.chinaunicom.bol.cloudapp.ts

commit c9419d68e5ebd57b85178b0b815e6d97d49e9f1f
Author: aisouler <zy43220@gmail.com>
Date:   Sun Jan 21 14:06:23 2024 +0800

    feat(联通云盘):更新提示
This commit is contained in:
aisouler
2024-02-01 18:29:19 +08:00
parent c15ae2f9e3
commit 3cc46df0b2

View File

@@ -0,0 +1,23 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.chinaunicom.bol.cloudapp',
name: '联通云盘',
groups: [
{
key: 1,
name: '更新提示',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
desc: '点击取消',
rules: [
{
matches: '@[text="取消"] < * + * > [text="立即下载"]',
snapshotUrls: 'https://i.gkd.li/import/13998612',
},
],
},
],
});