diff --git a/src/apps/com.chinaunicom.bol.cloudapp.ts b/src/apps/com.chinaunicom.bol.cloudapp.ts new file mode 100644 index 00000000..06a3bb94 --- /dev/null +++ b/src/apps/com.chinaunicom.bol.cloudapp.ts @@ -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', + }, + ], + }, + ], +});