mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
18 lines
395 B
TypeScript
18 lines
395 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.One.WoodenLetter',
|
|
name: '一个木函',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
rules: '[text^="新版本"] <2 * +2 * > [text="忽略"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14332536',
|
|
},
|
|
],
|
|
});
|