mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-09 14:48:47 +08:00
feat:去除内置源
This commit is contained in:
@@ -5,5 +5,5 @@ JWT_SECRET=your_jwt_secret_here
|
|||||||
TELEGRAM_BASE_URL=https://t.me/s
|
TELEGRAM_BASE_URL=https://t.me/s
|
||||||
|
|
||||||
# Telegram频道配置
|
# Telegram频道配置
|
||||||
TELE_CHANNELS=[{"id":"guaguale115","name":"115网盘资源分享"},{"id":"hao115","name":"115网盘资源分享频道"},{"id":"yunpanshare","name":"网盘资源收藏(夸克)"}]
|
TELE_CHANNELS=[]
|
||||||
|
|
||||||
|
|||||||
@@ -51,20 +51,7 @@ const getTeleChannels = (): Channel[] => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 默认配置
|
// 默认配置
|
||||||
return [
|
return [];
|
||||||
{
|
|
||||||
id: "guaguale115",
|
|
||||||
name: "115网盘资源分享",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "hao115",
|
|
||||||
name: "115网盘资源分享频道",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "yunpanshare",
|
|
||||||
name: "网盘资源收藏(夸克)",
|
|
||||||
},
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export const config: Config = {
|
export const config: Config = {
|
||||||
|
|||||||
Reference in New Issue
Block a user