Skip to content

Commit f7a751c

Browse files
committed
update
1 parent c315379 commit f7a751c

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ Logo 捏他自 [《游戏王》](https://zh.wikipedia.org/wiki/%E9%81%8A%E6%88%B
1616

1717
此外,有一个算法粗体版本 [「缝合粗像素字体」](https://github.com/pixel-font-studio/fusion-bold-pixel-font)
1818

19+
> [!IMPORTANT]
20+
>
21+
> 我们正在进行有关像素字体的使用情况调查。
22+
>
23+
> 如果可以,请帮忙填写下面链接的问卷。非常感谢!
24+
>
25+
> https://wj.qq.com/s2/24009025/7f6a/
26+
1927
## 预览
2028

2129
[点击此链接](https://fusion-pixel-font.takwolf.com/playground.html) 实时预览字体效果。

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-9J2VKMZMSN"></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-9J2VKMZMSN')
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)