+ The thank-you list is tracked manually, and we will process your
+ donation within 3 days. Thank you for your support and patience.
+
+
+
- **王同学。** — ¥66.00 via _Alipay_ on _October 5th, 2025_
- **吴**** — Donated a front panel on _December 15th, 2024_
--
cgit v1.2.3
From 0c17fe3de4635a09980c1cfcab81e4d058f170ed Mon Sep 17 00:00:00 2001
From: Li Zhineng
Date: Thu, 9 Oct 2025 17:00:05 +0800
Subject: add a divider
---
_sass/main.scss | 7 +++++++
wall-of-love.markdown | 2 ++
2 files changed, 9 insertions(+)
diff --git a/_sass/main.scss b/_sass/main.scss
index e10513b..aabc110 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -142,6 +142,13 @@ body {
color: var(--color-neutral-50);
}
+.site-main hr {
+ margin-block: 2rem;
+ background-color: var(--color-neutral-900);
+ border: 0;
+ height: 1px;
+}
+
.site-footer {
grid-area: footer;
padding-inline: 1.5rem;
diff --git a/wall-of-love.markdown b/wall-of-love.markdown
index 0af13a0..a65111d 100644
--- a/wall-of-love.markdown
+++ b/wall-of-love.markdown
@@ -48,5 +48,7 @@ real reason the fans are still spinning.
+---
+
- **王同学。** — ¥66.00 via _Alipay_ on _October 5th, 2025_
- **吴**** — Donated a front panel on _December 15th, 2024_
--
cgit v1.2.3
From a2c65bceaf7b83e20360281dcb35e2945bfb04da Mon Sep 17 00:00:00 2001
From: Li Zhineng
Date: Thu, 9 Oct 2025 17:04:22 +0800
Subject: recent supporters
---
_sass/main.scss | 9 +++++----
wall-of-love.markdown | 4 +++-
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/_sass/main.scss b/_sass/main.scss
index aabc110..baa595a 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -104,6 +104,11 @@ body {
padding-inline: 1.5rem;
}
+.site-main h2 {
+ font-size: 1.125rem;
+ margin-block-end: 1rem;
+}
+
.site-main p {
margin-block-end: 1.5rem;
}
@@ -201,10 +206,6 @@ body {
}
}
-.donation-title {
- font-size: 1.25rem;
-}
-
.donation-details {
margin-top: 1rem;
background-color: var(--color-neutral-900);
diff --git a/wall-of-love.markdown b/wall-of-love.markdown
index a65111d..5194abe 100644
--- a/wall-of-love.markdown
+++ b/wall-of-love.markdown
@@ -6,7 +6,7 @@ Big thanks to everyone keeping this project alive and breathing. You’re the
real reason the fans are still spinning.
-
+
Love our work? Buy us a coffee!
@@ -50,5 +50,7 @@ real reason the fans are still spinning.
---
+## Recent Supporters
+
- **王同学。** — ¥66.00 via _Alipay_ on _October 5th, 2025_
- **吴**** — Donated a front panel on _December 15th, 2024_
--
cgit v1.2.3
From abcd30fd98603807b527cca9f7b7fc9ad1a9408b Mon Sep 17 00:00:00 2001
From: Li Zhineng
Date: Thu, 9 Oct 2025 17:20:10 +0800
Subject: style blockquote element
---
_sass/main.scss | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/_sass/main.scss b/_sass/main.scss
index baa595a..d87ab71 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -154,6 +154,17 @@ body {
height: 1px;
}
+.site-main blockquote {
+ margin-block-start: 0.75rem;
+ padding-block: 0.75rem;
+ padding-inline: 1rem;
+ font-size: 0.875rem;
+ color: var(--color-neutral-300);
+ background-color: var(--color-neutral-900);
+ border-radius: 0.375rem;
+ overflow: hidden;
+}
+
.site-footer {
grid-area: footer;
padding-inline: 1.5rem;
--
cgit v1.2.3
From ac93580550b34522ab93b30760affd0cba7be783 Mon Sep 17 00:00:00 2001
From: Li Zhineng
Date: Thu, 9 Oct 2025 17:23:11 +0800
Subject: update link
---
index.markdown | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/index.markdown b/index.markdown
index 1988a40..9e24d00 100644
--- a/index.markdown
+++ b/index.markdown
@@ -31,7 +31,7 @@ The project scope has expanded significantly beyond our initial expectations.
We are open-source enthusiasts and do not have any affiliation with
AIRMX—The company. The project is managed by a software engineer and a
UI designer. If you appreciate our work, we would be grateful for your support
-through GitHub Sponsors or PayPal. Your generosity means a lot to us.
+through [WeChat or Alipay][support]. Your generosity means a lot to us.
If you have any questions or just want to say hello, please feel free to
send us a message at [hello@openairmx.org][contact-email].
@@ -40,4 +40,5 @@ send us a message at [hello@openairmx.org][contact-email].
[setup-page]: https://github.com/openairmx/setup
[airmx]: https://github.com/openairmx/airmx
[homebridge-airmx]: https://github.com/openairmx/homebridge-airmx
+[support]: /wall-of-love
[contact-email]: mailto:hello@openairmx.org
--
cgit v1.2.3
From 613a9ab4d22b8c9bbb7cfa51b0f06a6b6c7524cf Mon Sep 17 00:00:00 2001
From: Li Zhineng
Date: Thu, 9 Oct 2025 17:24:11 +0800
Subject: add names
---
index.markdown | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.markdown b/index.markdown
index 9e24d00..bf820cc 100644
--- a/index.markdown
+++ b/index.markdown
@@ -29,9 +29,9 @@ provide dedicated repositories for:
The project scope has expanded significantly beyond our initial expectations.
We are open-source enthusiasts and do not have any affiliation with
-AIRMX—The company. The project is managed by a software engineer and a
-UI designer. If you appreciate our work, we would be grateful for your support
-through [WeChat or Alipay][support]. Your generosity means a lot to us.
+AIRMX—The company. The project is managed by a software engineer—Zhineng and a
+UI designer—Shiyun. If you appreciate our work, we would be grateful for your
+support through [WeChat or Alipay][support]. Your generosity means a lot to us.
If you have any questions or just want to say hello, please feel free to
send us a message at [hello@openairmx.org][contact-email].
--
cgit v1.2.3
From d1527198afb60961c3930c3236fc5e0b958d2d34 Mon Sep 17 00:00:00 2001
From: Li Zhineng
Date: Thu, 9 Oct 2025 17:29:31 +0800
Subject: fix line
---
wall-of-love.markdown | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wall-of-love.markdown b/wall-of-love.markdown
index 5194abe..85292a4 100644
--- a/wall-of-love.markdown
+++ b/wall-of-love.markdown
@@ -19,7 +19,7 @@ real reason the fans are still spinning.