From 64ccc068cab5b0b78858501e29917a5b9e86c768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?w=C5=AB=20y=C4=81ng?= Date: Tue, 26 Nov 2024 20:39:08 +0800 Subject: [PATCH] chore: update notice (#565) * chore: update notice * chore: update notice * chore: update notice --- .github/workflows/typos-config.toml | 3 ++- services/notice.json | 14 +++++++------- site/src/pages/home/avatar.vue | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/typos-config.toml b/.github/workflows/typos-config.toml index f9ee7e4d..7d4eb234 100644 --- a/.github/workflows/typos-config.toml +++ b/.github/workflows/typos-config.toml @@ -1,5 +1,6 @@ [default.extend-words] hd = "hd" +metalness="metalness" [files] -extend-exclude = ["**/lib/**","**/spline/**","contributor.html","README.md","README_zh-CN.md","docsearch.min.js","*.svg","**/public/**"] \ No newline at end of file +extend-exclude = ["**/lib/**","**/spline/**","contributor.html","README.md","README_zh-CN.md","docsearch.min.js","*.svg","**/public/**","pnpm-lock.yaml"] \ No newline at end of file diff --git a/services/notice.json b/services/notice.json index 50e9cde3..958f8cf5 100644 --- a/services/notice.json +++ b/services/notice.json @@ -1,14 +1,14 @@ { - "all": { - "title": "📢 图标资源更新至 2000 个,增强图标模块的搜索体验,欢迎体验并反馈问题", - "type": "primary", - "actionUrl": "https://tdesign.tencent.com/design/icon#header-69", - "closeable": true - }, + "all": {}, "site": {}, "vue": {}, "react": {}, - "vue-next": {}, + "vue-next": { + "title": "📢 新增 Chat 对话组件,欢迎使用体验并反馈问题", + "type": "primary", + "actionUrl": "https://tdesign.tencent.com/chat", + "closeable": true + }, "vue-mobile": {}, "miniprogram": {} } diff --git a/site/src/pages/home/avatar.vue b/site/src/pages/home/avatar.vue index e7bc2604..6d357065 100644 --- a/site/src/pages/home/avatar.vue +++ b/site/src/pages/home/avatar.vue @@ -40,7 +40,7 @@ export default { width: var(--avatar-size); height: var(--avatar-size); transition: all 1s; - // fix safari border-radiu overflow bug + // fix safari border-radius overflow bug mask-image: -webkit-radial-gradient(white, black); -webkit-mask-image: -webkit-radial-gradient(white, black);