From 8ced024a94d665bbd171d59b632cfafb39ce44d1 Mon Sep 17 00:00:00 2001
From: XiaoDaiGua-Ray <443547225@qq.com>
Date: Fri, 26 Jan 2024 23:32:53 +0800
Subject: [PATCH] version: 4.6.2-beta1.1
---
CHANGELOG.md | 33 ++++++++++++++++++-
README-ZH.md | 2 +-
README.md | 2 +-
package.json | 2 +-
src/app-components/app/AppAvatar/index.tsx | 14 ++++----
src/app-components/app/RayLink/index.tsx | 32 +++++++++---------
.../provider/AppVersionProvider/index.tsx | 6 ++++
src/directives/modules/copy/index.ts | 32 +++++++++---------
.../Menu/components/SiderBarLogo/index.scss | 1 -
src/layout/components/Menu/index.scss | 8 +++++
src/layout/components/Menu/index.tsx | 4 +--
src/layout/components/MenuTag/index.scss | 9 ++++-
src/layout/components/SiderBar/index.scss | 8 +++++
src/layout/components/SiderBar/index.tsx | 2 +-
src/layout/index.scss | 8 +++++
src/store/modules/signing/index.ts | 4 +--
src/styles/setting.scss | 3 ++
src/types/modules/utils.ts | 12 ++++++-
src/utils/cache.ts | 27 ++++++---------
19 files changed, 143 insertions(+), 66 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fbcdaf7..0b182dcc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,37 @@
# CHANGE LOG
-## 4.6.2-beta
+## 4.6.2-beta1.1
+
+## Feats
+
+- `cache` 工具包相关
+ - 优化 `removeStorage` 方法类型推导,当 `key` 为预留字关键字时,强制绑定 `storageType` 为对应的类型值
+
+```ts
+import { removeStorage } from '@/utils'
+
+// 正确
+removeStorage('__all__', 'all')
+removeStorage('__all_sessionStorage__', 'sessionStorage')
+removeStorage('__all_localStorage__', 'localStorage')
+remove('your key', 'sessionStorage' || 'localStorage')
+
+// 错误
+removeStorage('__all__', 'sessionStorage')
+removeStorage('__all_sessionStorage__', 'localStorage')
+removeStorage('__all_localStorage__', 'all')
+removeStorage('__all_localStorage__', 'sessionStorage')
+remove('your key', 'all')
+```
+
+- 优化 `Layout` 布局样式,移除 `border` 边框,添加 `box-shadow` 阴影
+
+## Fixes
+
+- 修复 `copy` 指令复制的时候不能正确的提示的问题
+- 修复 `AppVersionProvider` 组件不能正确的注入 `appVersion` 的问题
+
+## 4.6.2-beta1.0
为了支持同域名下同时部署多套系统,重构了 `cache` 工具包支持前缀配置。并且暴露重构所有的缓存 `key` 配置项,为了便捷的进行私有数据缓存。
diff --git a/README-ZH.md b/README-ZH.md
index 6ba8887c..135e68ee 100644
--- a/README-ZH.md
+++ b/README-ZH.md
@@ -4,7 +4,7 @@
alt="Ray Template"
width="200"
height="200"
- src="https://r2chevereto.yka.moe/longmao.navigator.th.png"
+ src="https://avatars.githubusercontent.com/u/51957438?v=4"
/>
diff --git a/README.md b/README.md
index f79e3e2c..8a50e817 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
alt="Ray Template"
width="200"
height="200"
- src="https://r2chevereto.yka.moe/longmao.navigator.th.png"
+ src="https://avatars.githubusercontent.com/u/51957438?v=4"
/>
diff --git a/package.json b/package.json
index 960898f6..1c1f0724 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "ray-template",
"private": false,
- "version": "4.6.2-beta",
+ "version": "4.6.2-beta1.1",
"type": "module",
"engines": {
"node": "^18.0.0 || >=20.0.0",
diff --git a/src/app-components/app/AppAvatar/index.tsx b/src/app-components/app/AppAvatar/index.tsx
index b977b47f..6d018b3c 100644
--- a/src/app-components/app/AppAvatar/index.tsx
+++ b/src/app-components/app/AppAvatar/index.tsx
@@ -63,22 +63,24 @@ const AppAvatar = defineComponent({
}
},
render() {
+ const { signing, cssVars, spaceSize, avatarSize, $props } = this
+
return (
- {this.signing?.name}
+ {signing?.name}
)
},
diff --git a/src/app-components/app/RayLink/index.tsx b/src/app-components/app/RayLink/index.tsx
index 908e38ec..06969a26 100644
--- a/src/app-components/app/RayLink/index.tsx
+++ b/src/app-components/app/RayLink/index.tsx
@@ -16,41 +16,41 @@ export default defineComponent({
name: 'RayLink',
setup() {
const avatarOptions: AvatarOptions[] = [
- {
- key: 'yunhome',
- src: 'https://yunkuangao.me/',
- tooltip: '云之家',
- icon: 'https://r2chevereto.yka.moe/avatar.jpeg',
- },
- {
- key: 'yun-cloud-images',
- src: 'https://yunkuangao.com/',
- tooltip: '云图床',
- icon: 'https://r2chevereto.yka.moe/avatar.jpeg',
- },
+ // {
+ // key: 'yunhome',
+ // src: 'https://yunkuangao.me/',
+ // tooltip: '云之家',
+ // icon: 'https://r2chevereto.yka.moe/avatar.jpeg',
+ // },
+ // {
+ // key: 'yun-cloud-images',
+ // src: 'https://yunkuangao.com/',
+ // tooltip: '云图床',
+ // icon: 'https://r2chevereto.yka.moe/avatar.jpeg',
+ // },
{
key: 'ray-js-note',
src: 'https://note.youdao.com/s/ObWEe2BB',
tooltip: 'Ray的前端学习笔记',
- icon: 'https://r2chevereto.yka.moe/longmao.navigator.png',
+ icon: 'https://avatars.githubusercontent.com/u/51957438?v=4',
},
{
key: 'ray-js-cover',
src: 'https://note.youdao.com/s/IC8xKPdB',
tooltip: 'Ray的面试题总结',
- icon: 'https://r2chevereto.yka.moe/longmao.navigator.png',
+ icon: 'https://avatars.githubusercontent.com/u/51957438?v=4',
},
{
key: 'ray-template-doc',
src: 'https://xiaodaigua-ray.github.io/ray-template-doc/',
tooltip: 'Ray Template Doc',
- icon: 'https://r2chevereto.yka.moe/longmao.navigator.png',
+ icon: 'https://avatars.githubusercontent.com/u/51957438?v=4',
},
{
key: 'ray-template-doc-out',
src: 'https://ray-template.yunkuangao.com/',
tooltip: 'Ray Template Doc (国内地址)',
- icon: 'https://r2chevereto.yka.moe/longmao.navigator.png',
+ icon: 'https://avatars.githubusercontent.com/u/51957438?v=4',
},
]
diff --git a/src/app-components/provider/AppVersionProvider/index.tsx b/src/app-components/provider/AppVersionProvider/index.tsx
index 4af69274..2dcef8b7 100644
--- a/src/app-components/provider/AppVersionProvider/index.tsx
+++ b/src/app-components/provider/AppVersionProvider/index.tsx
@@ -45,6 +45,12 @@ export default defineComponent({
'localStorage',
)
}
+ } else {
+ setStorage(
+ APP_CATCH_KEY.appVersionProvider,
+ version,
+ 'localStorage',
+ )
}
return {
diff --git a/src/directives/modules/copy/index.ts b/src/directives/modules/copy/index.ts
index ce2e52b0..2c95b21f 100644
--- a/src/directives/modules/copy/index.ts
+++ b/src/directives/modules/copy/index.ts
@@ -19,29 +19,31 @@ import ClipboardJS from 'clipboard'
import type { CopyElement } from './type'
import type { CustomDirectiveFC } from '@/directives/type'
+const createClipboard = (el: CopyElement, value: string) => {
+ const clipboard = new ClipboardJS(el, {
+ text: () => value,
+ })
+
+ el.$$clipboard = clipboard
+
+ el.$$clipboard.on('success', () => {
+ window.$message.success('复制成功')
+ })
+ el.$$clipboard.on('error', () => {
+ window.$message.error('复制失败')
+ })
+}
+
const copyDirective: CustomDirectiveFC = () => {
return {
mounted: (el, { value }) => {
- const clipboard = new ClipboardJS(el, {
- text: () => String(value),
- })
-
- clipboard.on('success', () => {
- window.$message.success('复制成功')
- })
- clipboard.on('error', () => {
- window.$message.error('复制失败')
- })
-
- el.$$clipboard = clipboard
+ createClipboard(el, value)
},
updated: (el, { value, oldValue }) => {
if (value !== oldValue) {
el.$$clipboard?.destroy()
- el.$$clipboard = new ClipboardJS(el, {
- text: () => String(value),
- })
+ createClipboard(el, value)
}
},
beforeUnmount: (el: CopyElement) => {
diff --git a/src/layout/components/Menu/components/SiderBarLogo/index.scss b/src/layout/components/Menu/components/SiderBarLogo/index.scss
index 7f1faa3a..8a5fd57d 100644
--- a/src/layout/components/Menu/components/SiderBarLogo/index.scss
+++ b/src/layout/components/Menu/components/SiderBarLogo/index.scss
@@ -19,7 +19,6 @@
gap: 8px 12px;
font-weight: 600;
overflow: hidden;
- border-right: solid 1px var(--n-border-color);
&.ray-menu__logo-url {
position: sticky;
diff --git a/src/layout/components/Menu/index.scss b/src/layout/components/Menu/index.scss
index abd0df87..fdbc484a 100644
--- a/src/layout/components/Menu/index.scss
+++ b/src/layout/components/Menu/index.scss
@@ -5,3 +5,11 @@
height: 100%;
}
}
+
+.ray-template--light .app-menu__sider {
+ box-shadow: 2px 0 8px $layoutShadowColorLight;
+}
+
+.ray-template--dark .app-menu__sider {
+ box-shadow: 2px 0 8px $layoutShadowColorDark;
+}
diff --git a/src/layout/components/Menu/index.tsx b/src/layout/components/Menu/index.tsx
index 644d7bab..cf0fc89a 100644
--- a/src/layout/components/Menu/index.tsx
+++ b/src/layout/components/Menu/index.tsx
@@ -67,7 +67,7 @@ export default defineComponent({
const BasicMenu = () => (