diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..10d51c6
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "livePreview.defaultPreviewPath": "/notes/helloshop/index.html"
+}
\ No newline at end of file
diff --git a/notes/helloshop/drawio.md b/notes/helloshop/drawio.md
index 51ef203..b2d6929 100644
--- a/notes/helloshop/drawio.md
+++ b/notes/helloshop/drawio.md
@@ -10,7 +10,7 @@ Drawio 是一个开源的画图工具,支持在线和桌面两种方式,支
## 画图入口
-[Drawio 官网](https://www.drawio.com){:target="_blank"}
+[Drawio 官网](https://www.drawio.com)
[在线画图](https://www.drawio.com)
@@ -62,6 +62,15 @@ Drawio 是一个开源的画图工具,支持在线和桌面两种方式,支
使用阿里图标库 iconfont 找图,可以下载 SVG 图像,然后嵌入到 Drawio 中,可以修改 SVG 图像的样式,但需要配置规则,如下代码。
+```xml
+
+```
+
```
editableCssRules=.*;
```
@@ -83,7 +92,7 @@ editableCssRules=.*;
定义一个简单的路径动画。
```xml
-
+
```
@@ -99,6 +108,3 @@ editableCssRules=.*;
```
-
-## svgdata 插件
-
diff --git a/notes/helloshop/logo.svg b/notes/helloshop/logo.svg
new file mode 100644
index 0000000..6a2acd3
--- /dev/null
+++ b/notes/helloshop/logo.svg
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/notes/helloshop/readme.md b/notes/helloshop/readme.md
index 14d4e6d..9223d1a 100644
--- a/notes/helloshop/readme.md
+++ b/notes/helloshop/readme.md
@@ -34,6 +34,8 @@ Visual Studio 2022、 .NET 8、C# 12.0、Aspire、ASP.NET Core,EF Core、WebAp
### 代码仓库
+
+
国外仓库:[https://github.com/bit365/hello-shop](https://github.com/bit365/hello-shop){target="_blank"}
国内仓库:[https://gitee.com/bit365/hello-shop](https://github.com/bit365/hello-shop){target="_blank"}
diff --git a/notes/helloshop/test.svg b/notes/helloshop/test.svg
new file mode 100644
index 0000000..ccf468c
--- /dev/null
+++ b/notes/helloshop/test.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file