mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(无界趣连) 更新提示
This commit is contained in:
16
src/apps/com.wujie.connect.ts
Normal file
16
src/apps/com.wujie.connect.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.wujie.connect',
|
||||
name: '无界趣连',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[vid="no_update_tv"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14296122',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user