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