Skip to content

Commit 6768857

Browse files
committed
update
1 parent 2dfe4ad commit 6768857

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@
1111

1212
开源的泛中日韩像素字体,黑体风格。
1313

14+
> [!WARNING]
15+
>
16+
> 该字体目前处于积极开发阶段,仍然缺少大量汉字。
17+
>
18+
> 对于 8px、10px、12px 请考虑临时性过渡方案:[缝合像素字体](https://github.com/TakWolf/fusion-pixel-font)
19+
>
20+
> 对于 16px 请考虑 [Unifont](https://unifoundry.com/unifont/index.html)
21+
22+
> [!IMPORTANT]
23+
>
24+
> 我们正在进行有关像素字体的使用情况调查。
25+
>
26+
> 如果可以,请帮忙填写下面链接的问卷。非常感谢!
27+
>
28+
> https://wj.qq.com/s2/24009025/7f6a/
29+
1430
## 预览
1531

1632
### 10 像素

assets/templates/common/base.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>{% block title %}{% endblock %}</title>
77
{% block style %}{% endblock %}
8+
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BQSG69LJYP"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || []
12+
function gtag() {
13+
dataLayer.push(arguments)
14+
}
15+
gtag('js', new Date())
16+
gtag('config', 'G-BQSG69LJYP')
17+
</script>
818
</head>
919
<body>
1020
{% block body %}{% endblock %}

assets/templates/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
align-items: center;
126126
}
127127
</style>
128+
129+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2558207133176863" crossorigin="anonymous"></script>
128130
{% endblock %}
129131
{% block body %}
130132
<div class="options-group">

0 commit comments

Comments
 (0)