diff --git a/.DS_Store b/.DS_Store
index 6dc2ecce..c325e912 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/dist/production-dist/index.html b/dist/production-dist/index.html
index f4d239d3..bd0e77f1 100644
--- a/dist/production-dist/index.html
+++ b/dist/production-dist/index.html
@@ -5,7 +5,7 @@
ray template
-
+
diff --git a/src/components/RayLink/index.tsx b/src/components/RayLink/index.tsx
index ab888bf9..6369e3e3 100644
--- a/src/components/RayLink/index.tsx
+++ b/src/components/RayLink/index.tsx
@@ -23,6 +23,18 @@ const RayLink = defineComponent({
tooltip: '云图床',
icon: 'https://yunkuangao.com/images/20170801_005902048_iOS.md.jpg',
},
+ {
+ key: 'ray-js-note',
+ src: 'https://note.youdao.com/s/ObWEe2BB',
+ tooltip: 'Ray的前端学习笔记',
+ icon: 'https://gw.alipayobjects.com/zos/antfincdn/aPkFc8Sj7n/method-draw-image.svg',
+ },
+ {
+ key: 'ray-js-cover',
+ src: 'https://note.youdao.com/s/IC8xKPdB',
+ tooltip: 'Ray的面试题总结',
+ icon: 'https://gw.alipayobjects.com/zos/antfincdn/aPkFc8Sj7n/method-draw-image.svg',
+ },
]
const handleLinkClick = (item: AvatarOptions) => {