mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-12 20:40:33 +08:00
update settings
This commit is contained in:
1
frontend/vben/.gitignore
vendored
1
frontend/vben/.gitignore
vendored
@@ -31,3 +31,4 @@ pnpm-debug.log*
|
|||||||
package-lock.json
|
package-lock.json
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
|
|
||||||
|
.vscode
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 7
|
|||||||
|
|
||||||
// aes encryption key
|
// aes encryption key
|
||||||
export const cacheCipher = {
|
export const cacheCipher = {
|
||||||
key: '_11111000001111@',
|
key: 'xyY$#$%^&&56^$&Y&YR^fiu|\\{pop{Poi<:6%@#$^CJ&^^gHU',
|
||||||
iv: '@11111000001111_',
|
iv: 'knG^&e43w@65&90i90*YH-0+{K][;]\\}|kIOUGftyDTRFuy',
|
||||||
}
|
}
|
||||||
|
|
||||||
// Whether the system cache is encrypted using aes
|
// Whether the system cache is encrypted using aes
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export const LOCALE: { [key: string]: LocaleType } = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const localeSetting: LocaleSetting = {
|
export const localeSetting: LocaleSetting = {
|
||||||
showPicker: true,
|
showPicker: false,
|
||||||
// Locale
|
// Locale
|
||||||
locale: LOCALE.ZH_CN,
|
locale: LOCALE.ZH_CN,
|
||||||
// Default locale
|
// Default locale
|
||||||
|
|||||||
Reference in New Issue
Block a user