From 8f95c66e19f0f520e8c1f70ce388bfc45f0cf245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Sat, 6 May 2023 13:34:18 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E4=BC=98=E5=8C=96=20`checkbox`=20=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E9=A3=8E=E6=A0=BC=E7=9A=84=E8=BE=B9=E6=A1=86=E7=91=95?= =?UTF-8?q?=E7=96=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/layui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/layui.css b/src/css/layui.css index 44f6f8cc..3bc83c72 100644 --- a/src/css/layui.css +++ b/src/css/layui.css @@ -822,7 +822,7 @@ a cite{font-style: normal; *cursor:pointer;} .layui-form-checkbox *{display: inline-block; vertical-align: middle;} .layui-form-checkbox span{padding: 0 10px; height: 100%; font-size: 14px; border-radius: 2px 0 0 2px; background-color: #d2d2d2; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .layui-form-checkbox:hover span{background-color: #c2c2c2;} -.layui-form-checkbox i{position: absolute; right: 0; top: 0; width: 30px; height: 28px; border: 1px solid #d2d2d2; border-left: none; border-radius: 0 2px 2px 0; color: #fff; color: rgba(255,255,255,0); font-size: 20px; text-align: center;} +.layui-form-checkbox i{position: absolute; right: 0; top: 0; width: 30px; height: 100%; border: 1px solid #d2d2d2; border-left: none; border-radius: 0 2px 2px 0; color: #fff; color: rgba(255,255,255,0); font-size: 20px; text-align: center; box-sizing: border-box;} .layui-form-checkbox:hover i{border-color: #c2c2c2; color: #c2c2c2;} .layui-form-checked, .layui-form-checked:hover{border-color: #16b777;} .layui-form-checked span, .layui-form-checked:hover span{background-color: #16b777;} From 9a2e4db1110ebfa347e731d2023bd6f9a6b6197f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Sat, 6 May 2023 13:35:08 +0800 Subject: [PATCH 2/7] =?UTF-8?q?=E4=BC=98=E5=8C=96=20README=20=E6=96=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7eecfcdc..202384e5 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,13 @@ Layui 是一套开源免费的 Web UI 组件库,采用自身轻量级模块化 ## 破旧立新 🌱 -2016年10月14日,Layui 发布了 `1.0.0` 首版,此后多年被广泛应用在不计其数的 Web 平台。 +2016年10月14日,Layui 发布了 `1.0.0` 首版,此后多年被广泛应用于众多 Web 平台。 2021年10月13日,Layui 发布了原官网下线的公告(导读),并将文档站点切换到了 Gitee Pages,社区及日常维护亦全面转移到了 Gitee 和 Github 平台,以此呼吁大家拥抱其他更好的主流框架,导致大家误以为 Layui 停更了。事实上,自那以后,Layui 仍然在 Github 和 Gitee 保持活跃,并不存在所谓的停止更新,从当时的 `2.6.8` 一直连续迭代到如今的最新版本。 2023年4月24日,Layui 发布了 `2.8.0` 正式版,并上线了[新的文档站点](https://layui.dev),这是一次朴实的回归,更是情怀的延续。 但我们仍然坚持两年前那则公告中的观点, _即仍然推荐大家去拥抱主流,始终保持对前沿技术的无限热爱,是开发者们都应具备的思维属性_。 **而 Layui 所做的,是为填补主流之外的那些略显狭小的空隙**。Layui 虽不是前端主流,但也早已不是作者个人的 Layui,而是所有仍在坚持使用它的人的 Layui,它仍然支撑着许多项目,也代表着许多人的工作。作为开源创作者,应该要为这些坚持者而守望。 -未来,Layui 会持续陪伴着所有为之热爱的人们,共同去探索和论证 Layui 开发模式的可行性。 +未来,Layui 会持续陪伴着所有为之热爱的人们,共同去论证 Layui 开发模式的可行性。 ## 开源许可 From 46867694bacfc4cb526cbfe3a558410083e60f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Sat, 6 May 2023 13:36:02 +0800 Subject: [PATCH 3/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20docs=20=E5=8D=8F?= =?UTF-8?q?=E4=BD=9C=E7=9A=84=E5=88=86=E6=94=AF=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/@note/2.8/news.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/@note/2.8/news.md b/docs/@note/2.8/news.md index 7ee232e7..85467c02 100644 --- a/docs/@note/2.8/news.md +++ b/docs/@note/2.8/news.md @@ -21,7 +21,7 @@ Layui 虽不是前端主流,但也早已不是作者个人的 Layui,而是 此次上线的新版文档站,旨在为朴实归来的 Layui 提供一个新的精神「基站」,它基于 laytpl 和 markdown 驱动,在版面上进行了大量优化,内容重新编写、力求精简,以辅助大家更好地使用 Layui。 同时,Layui 文档也已和 Layui 本身一同开源在项目中,以供大家在线和离线都能阅读以及协同维护。 -- **文档协作:** https://github.com/layui/layui/tree/main/docs +- **文档协作:** https://github.com/layui/layui/tree/2.x/docs - **文档阅读:** https://layui.dev --- From 20390bbbd9c665763192b2daa9704b17df04283a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Sun, 7 May 2023 16:49:16 +0800 Subject: [PATCH 4/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=AF=BC=E8=AF=BB?= =?UTF-8?q?=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versions.md b/docs/versions.md index 4b6c75f5..cfe1d19c 100644 --- a/docs/versions.md +++ b/docs/versions.md @@ -5,7 +5,7 @@ toc: true # 更新日志 -> 导读:📑 [Layui 2.8 《升级指南》](./@note/2.8/upgrade-guide.html) · 📑 [Layui 新版文档站上线初衷](./@note/2.8/news.html) +> 导读:📑 [Layui 2.8 《升级指南》](/docs/@note/2.8/upgrade-guide.html) · 📑 [Layui 新版文档站上线初衷](/docs/@note/2.8/news.html)
+ 发布:2023-05-07 +
+ +随着 Layui `2.8` 的发布,以及官方新文档站的归来 ([**https://layui.dev**](//layuion.com)),为了保证 Layui 文档的及时性和权威性,我们郑重呼吁第三方单位或个人停止搭建 Layui 文档镜像站点,这不仅严重侵害 Layui 维护团队的基本权益,更严重影响开发者在使用 Layui 时可能造成的一系列信息不对称问题。过去两年,第三方镜像站点已经造成诸多弊端,譬如镜像文档与实际使用版本的出入问题,无形之中给维护团队增加了与使用者的 `Issue` 沟通成本和障碍。 + +我们再次重申《[**Layui 新版文档站上线初衷**](https://layui.dev/docs/@note/2.8/news.html)》中的观点:**此次重新上线的新版文档站,旨在为 Layui 开发使用者提供一个新的精神「基站」,并能够在第一时间获悉版本的最新动态与及时的文档内容**,不至于造成信息的混乱。同时,也是希望通过官方文档站的流量,在日后也能为创作团队支撑一丝基本的日常开支。希望第三方尊重创作者的劳动成果,一起守望好这来之不易的坚持。 + +也请大家以官方文档为准,避免可能造成的信息差异。 + +Layui · 2023.05.07 + +--- + + \ No newline at end of file From 3d4065e273a81b1e1837cfe683087dc460cf27f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Sun, 7 May 2023 21:21:49 +0800 Subject: [PATCH 7/7] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E7=AC=94=E8=AE=B0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/@note/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/@note/index.md diff --git a/docs/@note/index.md b/docs/@note/index.md new file mode 100644 index 00000000..bbc923b4 --- /dev/null +++ b/docs/@note/index.md @@ -0,0 +1,13 @@ +--- +title: 📑 笔记 +toc: false +editable: false +--- + +# 📑 笔记 + +| 📑 | 📅 | ✍ | +| --- | --- | --- | +| ⚡ [关于呼吁第三方停止搭建 Layui 文档镜像站的声明](/docs/@note/2.8/docs-statement.html) | 2023-05-07 | - | +| 📑 [Layui 2.8 《升级指南》](/docs/@note/2.8/upgrade-guide.html) | - | - | +| 🚀[ Layui 新版文档站上线初衷](/docs/@note/2.8/news.html) | 2023-04-24 | - | \ No newline at end of file