File tree Expand file tree Collapse file tree 5 files changed +16
-7
lines changed
Expand file tree Collapse file tree 5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,11 @@ layout: changelog
33channel : dev
44title : 开发版更新日志
55date : 2021-08-22 23:18:02 +0800
6- note : Changelogs are written in Chinese.
76---
7+
8+ <!-- {% comment %}-->
9+ > [ !NOTE]
10+ > <!-- {% endcomment %}-->
11+ > Changelogs are written in Chinese.
12+ <!----{{ '> ' }}
13+ {: .notice--info }
Original file line number Diff line number Diff line change @@ -3,5 +3,11 @@ layout: changelog
33channel : stable
44title : 稳定版更新日志
55date : 2021-08-22 23:18:02 +0800
6- note : Changelogs are written in Chinese.
76---
7+
8+ <!-- {% comment %}-->
9+ > [ !NOTE]
10+ > <!-- {% endcomment %}-->
11+ > Changelogs are written in Chinese.
12+ <!----{{ '> ' }}
13+ {: .notice--info }
Original file line number Diff line number Diff line change 11---
22title : Hello Minecraft! Launcher 用户协议
33date : 2021-09-21 23:26:00 +0800
4- note : 更新时间 2021 年 9 月 21 日
54---
65
76欢迎使用黄鱼(以下简称“开发者”)提供的 Hello Minecraft! Launcher(以下简称“本软件”)软件与服务。 为了保障用户(或称“您”)的权益,特制定本用户协议书(以下简称本协议)。 请您在使用本软件前,详细阅读本协议的所有内容。开发者可能随时更新本协议,本协议一旦发生变动,开发者将会在相关页面上通告修改内容。 修改后的本协议一旦在页面上公布即有效代替原用户协议书。
Original file line number Diff line number Diff line change 22layout: document
33---
44
5+ {{ content }}
6+
57{% assign channel = page.channel | default: 'stable' %}
68{% assign changelogs = site.changelogs | where_exp: "item", "item.relative_path contains channel" | reverse %}
79{% for item in changelogs %}
Original file line number Diff line number Diff line change 88
99< div class ="notice--info ">
1010 < p > 本文由 {{ page.author | default: '未署名用户' }} 创建{% if page.contributors %},并由 {{ page.contributors | join: ' ' }} 编辑{% endif %}。</ p >
11- {%- if page.note -%}
12- < hr >
13- {{ page.note | markdownify }}
14- {%- endif -%}
1511</ div >
1612
1713{{ content }}
You can’t perform that action at this time.
0 commit comments