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);