Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update notice #565

Merged
merged 3 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading