From 800c6865e6ce7744c4bed28b087ab96600f22f60 Mon Sep 17 00:00:00 2001 From: xjh22222228 Date: Sun, 15 Nov 2020 22:17:46 +0800 Subject: [PATCH] Update Data --- data/study/docs.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/study/docs.ts b/data/study/docs.ts index d693f04..02c69d8 100644 --- a/data/study/docs.ts +++ b/data/study/docs.ts @@ -231,11 +231,16 @@ export default { ] }, { - icon: '', name: 'YAML教程', desc: 'YAML教程', link: 'https://www.yiibai.com/yaml', }, + { + icon: 'https://www.google.com/images/icons/product/chrome-32.png', + name: 'Chrome Extension', + desc: '谷歌浏览器扩展插件开发文档', + link: 'https://developer.chrome.com/extensions', + }, ] }, ] -- GitLab