mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-10 06:08:14 -05:00
6 lines
406 B
TypeScript
6 lines
406 B
TypeScript
export const CLIPBOARD_IMAGE_FOLDER = 'picgo-clipboard-images'
|
|
export const RELEASE_URL = 'https://api.github.com/repos/Molunerfinn/PicGo/releases'
|
|
export const RELEASE_URL_BACKUP = 'https://picgo-1251750343.cos.ap-chengdu.myqcloud.com'
|
|
export const STABLE_RELEASE_URL = 'https://github.com/Molunerfinn/PicGo/releases/latest'
|
|
export const BETA_RELEASE_URL = 'https://github.com/Molunerfinn/PicGo/releases'
|