mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
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:
23
src/apps/com.chinaunicom.bol.cloudapp.ts
Normal file
23
src/apps/com.chinaunicom.bol.cloudapp.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user