Skip to content

Commit

Permalink
chore: update notice (#565)
Browse files Browse the repository at this point in the history
* chore: update notice

* chore: update notice

* chore: update notice
  • Loading branch information
uyarn authored Nov 26, 2024
1 parent 33fb646 commit 64ccc06
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/typos-config.toml
Original file line number Diff line number Diff line change
@@ -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/**"]
extend-exclude = ["**/lib/**","**/spline/**","contributor.html","README.md","README_zh-CN.md","docsearch.min.js","*.svg","**/public/**","pnpm-lock.yaml"]
14 changes: 7 additions & 7 deletions services/notice.json
Original file line number Diff line number Diff line change
@@ -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": {}
}
2 changes: 1 addition & 1 deletion site/src/pages/home/avatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 64ccc06

Please sign in to comment.