Skip to content

Commit d18ae73

Browse files
yyx990803Jinjiang
authored andcommitted
update lts page
1 parent bdb70e4 commit d18ae73

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/lts/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Vue 2 的长期技术支持 (LTS)、终止支持 (EOL) 及其延长版服务
22

3+
<p class="info"><b>希望继续留在 Vue 2?</b>
4+
如果你希望在 Vue 2 的终止支持时间 (2023 年 12 月 31 日) 之后仍然使用它,并且需要一个能够满足安全和浏览器兼容性要求的维护版本,请移步至:[学习更多关于 HeroDevs 对 Vue 2 的无限期支持](https://www.herodevs.com/support/vue)
5+
</p>
6+
37
## Vue 2 的技术支持会持续多久?
48

59
Vue 2.7 是当前、同时也是最后一个 Vue 2.x 的次级版本更新。Vue 2.7 会以其发布日期,即 2022 年 7 月 1 日开始计算,提供 18 个月的长期技术支持 (LTS:long-term support)。在此期间,Vue 2 将会提供必要的 bug 修复和安全修复,但不再提供新特性。

themes/vue/source/css/page.styl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
code
145145
background-color: #efefef
146146
p
147-
&.tip, &.success
147+
&.tip, &.success, &.info
148148
padding: 12px 24px 12px 30px
149149
margin: 2em 0
150150
border-left-width: 4px
@@ -175,6 +175,8 @@
175175
&:before
176176
content: "!"
177177
background-color: $red
178+
&.info
179+
border-left-color: $green
178180
&.success
179181
border-left-color: $green
180182
&:before

0 commit comments

Comments
 (0)