🎨 Style(custom): format with prettier

This commit is contained in:
Kuingsmile
2024-06-15 19:37:50 +08:00
parent 096f564c31
commit 5af8a6b529
157 changed files with 21365 additions and 22952 deletions
+9 -10
View File
@@ -1,11 +1,10 @@
import { II18nLanguage, IPasteStyle, ISartMode, IShortUrlServer } from '#/types/enum'
import { IBuildInCompressOptions, IBuildInWaterMarkOptions } from 'piclist'
export type ISartModeValues = typeof ISartMode[keyof typeof ISartMode]
export type IPasteStyleValues = typeof IPasteStyle[keyof typeof IPasteStyle]
export type II18nLanguageValues = typeof II18nLanguage[keyof typeof II18nLanguage]
export type IShortUrlServerValues = typeof IShortUrlServer[keyof typeof IShortUrlServer]
export type ISartModeValues = (typeof ISartMode)[keyof typeof ISartMode]
export type IPasteStyleValues = (typeof IPasteStyle)[keyof typeof IPasteStyle]
export type II18nLanguageValues = (typeof II18nLanguage)[keyof typeof II18nLanguage]
export type IShortUrlServerValues = (typeof IShortUrlServer)[keyof typeof IShortUrlServer]
export type manualPageOpenType = 'window' | 'browser'
interface IPicGoPlugins {
@@ -14,10 +13,10 @@ interface IPicGoPlugins {
export interface IConfigStruct {
picBed: {
uploader: string,
current?: string,
smms?: ISMMSConfig,
qiniu?: IQiniuConfig,
uploader: string
current?: string
smms?: ISMMSConfig
qiniu?: IQiniuConfig
upyun?: IUpYunConfig
tcyun?: ITcYunConfig
github?: IGitHubConfig
@@ -33,7 +32,7 @@ export interface IConfigStruct {
transformer?: string
list: IPicBedType[]
[others: string]: any
},
}
settings: {
shortKey: {
[key: string]: IShortKeyConfig