mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
17 lines
342 B
TypeScript
17 lines
342 B
TypeScript
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/i/14296122',
|
|
},
|
|
],
|
|
});
|