Skip to content

Commit

Permalink
移除不必要的注释
Browse files Browse the repository at this point in the history
  • Loading branch information
duzhuoshanwai committed Jan 5, 2025
1 parent fdb8fb1 commit ddd7025
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/function/twikoo/utils/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const fn = {
throw new Error('未配置图片上传服务')
}
// tip: qcloud 图床走前端上传,其他图床走后端上传
// LskyPro 和 PicList 填写时需要添加前缀 并在下面使用slice去除前缀
switch (config.IMAGE_CDN) {
case '7bu':
await fn.uploadImageToLskyPro({ photo, fileName, config, res, imageCdn: 'https://7bu.top' })
Expand Down

0 comments on commit ddd7025

Please sign in to comment.