Skip to content

Commit

Permalink
✨ feat: 测试svg文件的制作与绘制;
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Jul 16, 2024
1 parent 37c5b53 commit a2f2c45
Show file tree
Hide file tree
Showing 13 changed files with 216 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
// 暂时不使用该lsp插件,因为存在bug,还没有修复。
// "Vercel.turbo-vsc"
// https://blog.mo7.cc/tools/vscode/vscode_Draw.html
// TODO: 阅读这几个内容 特别是阅读动图 看看能够优化md绘图的工作体验?
"jock.svg",
"eightHundreds.vscode-mindmap",
"hediet.vscode-drawio"
],
"unwantedRecommendations": []
}
}
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,13 @@
* This property determines the language used for voice accessibility features.
* The value should be a valid language code, such as "zh-CN" for Simplified Chinese.
*/
"accessibility.voice.speechLanguage": "zh-CN"
"accessibility.voice.speechLanguage": "zh-CN",
"workbench.editorAssociations": {
// 该配置不合理 无效
// "*.svg": "hediet.vscode-drawio-text",
// 从vscode用户配置得知,这里配置为default即可。
"*.svg": "default",
// 关联特定文件后缀 以特定插件打开
"*.drawio.svg": "hediet.vscode-drawio"
}
}
1 change: 1 addition & 0 deletions packages/monorepo-1/src/summarys/svg/bug.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions packages/monorepo-1/src/summarys/svg/exit-fullscreen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/monorepo-1/src/summarys/svg/eye-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/monorepo-1/src/summarys/svg/eye.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions packages/monorepo-1/src/summarys/svg/fullscreen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/monorepo-1/src/summarys/svg/global-s.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/monorepo-1/src/summarys/svg/global.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a2f2c45

Please sign in to comment.