export const CLIPBOARD_IMAGE_FOLDER = 'picgo-clipboard-images' export const FORM_IMAGE_FOLDER = 'picgo-form-images' export const RELEASE_URL = 'https://api.github.com/repos/Molunerfinn/PicGo/releases' export const RELEASE_URL_BACKUP = 'https://release.picgo.app' export const STABLE_RELEASE_URL = 'https://github.com/Molunerfinn/PicGo/releases/latest' export const BETA_RELEASE_URL = 'https://github.com/Molunerfinn/PicGo/releases' /** * PicGo Cloud uploader id(对应 ImgInfo.type)。跟 picgo-core * src/utils/static.ts 的 PICGO_CLOUD 常量对齐。 */ export const PICGO_CLOUD_UPLOADER_TYPE = 'picgo-cloud'