mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-31 07:09:36 +08:00
🔨 Refactor(custom): refactored all imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
import { II18nLanguage, IPasteStyle, ISartMode, IShortUrlServer } from '../types/enum'
|
||||
import { II18nLanguage, IPasteStyle, ISartMode, IShortUrlServer } from '#/types/enum'
|
||||
import { IBuildInCompressOptions, IBuildInWaterMarkOptions } from 'piclist'
|
||||
|
||||
export type ISartModeValues = typeof ISartMode[keyof typeof ISartMode]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import axios from 'axios'
|
||||
import yaml from 'js-yaml'
|
||||
import { RELEASE_URL, RELEASE_URL_BACKUP } from './static'
|
||||
import { RELEASE_URL, RELEASE_URL_BACKUP } from '#/utils/static'
|
||||
|
||||
export const getLatestVersion = async (): Promise<string> => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user