From 1a35039a513971fbfd1b77dd685ae27a326d44d7 Mon Sep 17 00:00:00 2001 From: xjh22222228 Date: Fri, 27 Oct 2023 17:48:53 +0800 Subject: [PATCH] release: v7.0.0 --- src/constants/index.ts | 2 +- src/types/index.d.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/constants/index.ts b/src/constants/index.ts index dbfc8420f9..2d066a1e26 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -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', diff --git a/src/types/index.d.ts b/src/types/index.d.ts index cb17bcec93..4b951dd2f7 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -94,6 +94,8 @@ export interface ISettings { iconfontUrl?: string showGithub: boolean showLanguage: boolean + showCopy: Boolean|undefined + showShare: Boolean|undefined simThemeImages: Record[] simThemeDesc: string