mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 14:29:29 +08:00
friend
This commit is contained in:
parent
425dfc8ea5
commit
8ae21cdbbb
2 changed files with 19 additions and 8 deletions
|
@ -68,15 +68,26 @@ export const friends: Friend[] = [
|
|||
title: 'SummberBlue',
|
||||
link: 'https://summerblue.space/',
|
||||
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',
|
||||
// title: 'Test6',
|
||||
// name: 'test6'
|
||||
|
|
|
@ -6,7 +6,7 @@ tags:
|
|||
- 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/),都不是很难,但涉及到的知识点
|
||||
比较琐碎,用来复习挺好的。
|
||||
|
||||
然后这是我的答案和题目涉及到的知识点,除了[鼠标指针](###鼠标指针)这个部分没通过单元测试之外,其他都都通过了,然后这个鼠标指针为什么没通过单元测试我也没弄明白,试了下其他人的也通过不了,好奇怪……
|
||||
|
|
Loading…
Reference in a new issue