切换淘宝源
npm
一天没把vsce
打包插件搞下来,登机也不行。切换淘宝源秒成功
npm
设置为淘宝源:设置为默认源:1
npm config set registry http://registry.npm.taobao.org/
1
npm config set registry https://registry.npmjs.org/
yarn
设置为淘宝源:设置为默认源:1
yarn config set registry https://registry.npm.taobao.org
1
yarn config set registry https://registry.yarnpkg.com
本主题VSC自动补全插件
B-
B-
开头的表示Butterfly主题自带的样式,主要有1
2
3
4
5
6
7
8
9
10
11
12
13
14B-note default: note Default.
B-note primary: note Primary.
B-note primary-no-icon: note Primary No-Icon.
B-note success: note Success.
B-note info: note Info.
B-note warning: note Warning.
B-note danger: note Danger.
B-mermaid: Mermaid绘图.
B-tabs: 默认不展开的Tabs.
B-tabs_tensorflow: 附带图标的Tabs TensorFlow.
B-hideBlock: 点击显示多种内容,可以是图片
B-inline: 点击在同一行显示内容(text2默认显示,text2点击后显示)
B-hideToggle: 下拉式折叠框
B-btn link: 跳转按钮
D-
D-
表示DIY自定义的样式
1 | D-border: 有背景色的边框 |
V-
V-
表示从Volantis扒来的样式1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20V-idea: 小灯泡note
V-warning: 警告note
V-red:: 红色字体
V-cyan: 青色字体
V-logo: 超大logo字体
V-small: 居中小字体,多种参数(left, center, right,small, h4, h3, h2, h1, large, huge, ultra)
V-timeline: 时间轴,可添加链接
V-link: 有头有脸的链接
V-U: 下划线
V-EMP:着重线
V-KBD:键盘样式
V-DEL:删除线,和~~效果一样
V-WAVY:波浪线
V-radio:小圆圈,可选择
V-checkbox: 方框,可选择
V-times: 方框与x
V-plus:方框 增加
V-minus: 方框 减少
V-video: 视频播放器
V-videos:多个视频并列
F-
F-
表示常用的一些HTML字体样式
1 | F-deeppink:粉色字体 |