This commit is contained in:
Sevichecc 2022-08-13 17:54:02 +08:00
parent 425dfc8ea5
commit 8ae21cdbbb
2 changed files with 19 additions and 8 deletions

View file

@ -68,15 +68,26 @@ export const friends: Friend[] = [
title: 'SummberBlue', title: 'SummberBlue',
link: 'https://summerblue.space/', link: 'https://summerblue.space/',
descr: '早睡早起身体好' descr: '早睡早起身体好'
},
{
id: 'loikin',
rel: 'friend',
name: 'Loikin',
title: '此生未命名',
link: 'https://blog.loikein.one/',
descr: '用爱和理性对抗荒谬',
avatar: 'https://github.com/loikein/blog-hugo/blob/main/static/favicon.ico'
},
{
id: 'sharktale',
rel: 'friend',
name: '鲨',
title: '一只脆脆鲨',
link: 'http://blog.sharktale.xyz/',
descr: '遇见一只脆脆鲨',
avatar: 'https://s2.loli.net/2022/03/30/xwOzn9G8TIqFPvR.jpg'
} }
// { // {
// id: 'test5',
// name: '藍',
// title: '藍藍藍藍藍',
// link: 'https://kwaa.dev',
// descr: 'without avatar'
// },
// {
// id: 'test6', // id: 'test6',
// title: 'Test6', // title: 'Test6',
// name: 'test6' // name: 'test6'

View file

@ -6,7 +6,7 @@ tags:
- Vue - Vue
--- ---
最近做了一下这个[Vue.js 挑战](https://cn-vuejs-challenges.netlify.app/questions/14-dynamic-css-values/README.zh-CN.html)其中的题目大多出自[Vue3 文档](https://staging-cn.vuejs.org/),都不是很难,但涉及到的知识点 最近做了一下这个[Vue.js 挑战](https://cn-vuejs-challenges.netlify.app/questions/14-dynamic-css-values/README.zh-CN.html)其中的题目大多出自[Vue3 文档](https://staging-cn.vuejs.org/),都不是很难,但涉及到的知识点
比较琐碎,用来复习挺好的。 比较琐碎,用来复习挺好的。
然后这是我的答案和题目涉及到的知识点,除了[鼠标指针](###鼠标指针)这个部分没通过单元测试之外,其他都都通过了,然后这个鼠标指针为什么没通过单元测试我也没弄明白,试了下其他人的也通过不了,好奇怪…… 然后这是我的答案和题目涉及到的知识点,除了[鼠标指针](###鼠标指针)这个部分没通过单元测试之外,其他都都通过了,然后这个鼠标指针为什么没通过单元测试我也没弄明白,试了下其他人的也通过不了,好奇怪……