mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
chore: sync
This commit is contained in:
4
dist/gkd.json
vendored
4
dist/gkd.json
vendored
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "默认订阅",
|
"name": "默认订阅",
|
||||||
"version": 36,
|
"version": 37,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
"supportUri": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
{
|
{
|
||||||
"id": "air.tv.douyu.android",
|
"id": "air.tv.douyu.android",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@gkd-kit/subscription",
|
"name": "@gkd-kit/subscription",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.36",
|
"version": "0.0.37",
|
||||||
"main": "./dist/gkd.json",
|
"main": "./dist/gkd.json",
|
||||||
"unpkg": "./dist/gkd.json",
|
"unpkg": "./dist/gkd.json",
|
||||||
"jsdelivr": "./dist/gkd.json",
|
"jsdelivr": "./dist/gkd.json",
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ export const writeConfig = async (fp: string, config: SubscriptionConfig) => {
|
|||||||
`name`,
|
`name`,
|
||||||
`version`,
|
`version`,
|
||||||
`author`,
|
`author`,
|
||||||
'supportUrl',
|
'supportUri',
|
||||||
`updateUrl`,
|
`updateUrl`,
|
||||||
`apps`,
|
`apps`,
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -27,6 +27,6 @@ await writeConfig(`../dist/gkd.json`, {
|
|||||||
id: 0,
|
id: 0,
|
||||||
name: `默认订阅`,
|
name: `默认订阅`,
|
||||||
author: `lisonge`,
|
author: `lisonge`,
|
||||||
supportUrl: `https://github.com/gkd-kit/subscription`,
|
supportUri: `https://github.com/gkd-kit/subscription`,
|
||||||
apps,
|
apps,
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ export type SubscriptionConfig = {
|
|||||||
* https url\
|
* https url\
|
||||||
* android schema url, qq group
|
* android schema url, qq group
|
||||||
*/
|
*/
|
||||||
supportUrl?: string;
|
supportUri?: string;
|
||||||
apps: AppConfig[];
|
apps: AppConfig[];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user