Skip to content

Commit

Permalink
修改官网二维码代码,放到qr_code目录
Browse files Browse the repository at this point in the history
  • Loading branch information
Luozf12345 committed Dec 12, 2023
1 parent 2af94cd commit 563d218
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tdesign-site/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"editor.formatOnSave": true,
"eslint.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.tslint": true,
"source.fixAll.eslint": true
"source.fixAll.tslint": "explicit",
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
Expand Down
2 changes: 1 addition & 1 deletion tdesign-site/site/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ flutter: ">=3.3.0"

## 交流反馈
<br/>
<img width="260" src="https://github.com/Tencent/tdesign-flutter/blob/main/feedback.png" />
<img width="260" src="/flutter/assets/qrcode/feedback.png" />
<br/>

0 comments on commit 563d218

Please sign in to comment.