Skip to content

Commit

Permalink
release: v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Oct 27, 2023
1 parent 3851bc9 commit 1a35039
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const LOGO_PATH = 'logo.png'

export const LOGO_CDN = getCDN('logo.png')

export const VERSION = '6.0.1'
export const VERSION = '7.0.0'

export const STORAGE_KEY_MAP = {
token: 'token',
Expand Down
2 changes: 2 additions & 0 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ export interface ISettings {
iconfontUrl?: string
showGithub: boolean
showLanguage: boolean
showCopy: Boolean|undefined
showShare: Boolean|undefined

simThemeImages: Record<string, string>[]
simThemeDesc: string
Expand Down

0 comments on commit 1a35039

Please sign in to comment.