From 8ae21cdbbb48468751cf342c544ac7996d4d72f2 Mon Sep 17 00:00:00 2001 From: Sevichecc <91365763+Sevichecc@users.noreply.github.com> Date: Sat, 13 Aug 2022 17:54:02 +0800 Subject: [PATCH] friend --- src/lib/config/friends.ts | 25 ++++++++++++++++++------- urara/2022-08-12-vue-challenges.md | 2 +- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/src/lib/config/friends.ts b/src/lib/config/friends.ts index 53f17a9f..6d526426 100644 --- a/src/lib/config/friends.ts +++ b/src/lib/config/friends.ts @@ -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' diff --git a/urara/2022-08-12-vue-challenges.md b/urara/2022-08-12-vue-challenges.md index 4befae3f..0c05db8e 100644 --- a/urara/2022-08-12-vue-challenges.md +++ b/urara/2022-08-12-vue-challenges.md @@ -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/),都不是很难,但涉及到的知识点 比较琐碎,用来复习挺好的。 然后这是我的答案和题目涉及到的知识点,除了[鼠标指针](###鼠标指针)这个部分没通过单元测试之外,其他都都通过了,然后这个鼠标指针为什么没通过单元测试我也没弄明白,试了下其他人的也通过不了,好奇怪……