Feature(custom): rewrite gallery page for better performance

This commit is contained in:
Kuingsmile
2025-08-08 16:00:21 +08:00
parent 6aebfcbb28
commit fd9dac735a
17 changed files with 4240 additions and 1298 deletions

View File

@@ -33,6 +33,7 @@ export interface IConfigStruct {
shortKey: {
[key: string]: IShortKeyConfig
}
isAlwaysForceReload: boolean
logLevel: string[]
logPath: string
logFileSizeLimit: number
@@ -120,6 +121,7 @@ export const configPaths = {
_path: 'settings.shortKey',
'picgo:upload': 'settings.shortKey[picgo:upload]'
},
isAlwaysForceReload: 'settings.isAlwaysForceReload',
logLevel: 'settings.logLevel',
logPath: 'settings.logPath',
logFileSizeLimit: 'settings.logFileSizeLimit',