We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e120fed commit 12b81edCopy full SHA for 12b81ed
3 files changed
_includes/footer.html
@@ -23,6 +23,12 @@
23
{% endfor %}
24
</div>
25
26
+ <div>
27
+ © {{ site.time | date: "%Y" }}
28
+ {{ site.title }}
29
+
30
+ </div>
31
+
32
<input
33
type="checkbox"
34
class="dark-toggle"
images/preview.jpg
62.3 KB
index.md
@@ -23,6 +23,30 @@ redirect_from:
## 新闻
+{% capture text %}
+偶像大师2目前已完成汉化技术验证,正在汉化中!
+{%
+ include button.html
+ link="contact"
+ text="预览效果"
+ icon="fa-solid fa-arrow-right"
35
+ flip=true
36
+ style="bare"
37
+%}
38
39
+{% endcapture %}
40
41
42
+ include feature.html
43
+ image="images/preview.jpg"
44
45
+ title="预览"
46
+ text=text
47
48
49
50
{% capture text %}
51
52
如果你能够进行日译、程序、修图,亦或是有一腔热情,愿意协助测试,偶像大师2汉化项目欢迎你的加入!
0 commit comments