Files
AUTO-MAS-test/notice_formatting.py
2025-03-31 21:09:28 +08:00

18 lines
631 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

title = "愚人节快乐!"
markdown = """
## 愚人节快乐!
首先,还是附上断罪者兑换码(万一有博士还没兑换呢):`NSEOMKYTAMUCXEVQ`
然后很高兴告诉大家AUTO_MAA全新用户列表即将完成重构预计在本月推送至稳定版。
届时,您将可以享受到更加直观方便用户设置流程,甚至可以定制一周的刷理智轮换表!
更多开发进度信息,请关注我们的[开发任务进度表](https://docs.qq.com/aio/DQ3Z5eHNxdmxFQmZX?p=PXUlCZyv0abGLSJH7FiIih)。
DLmaster_361
2025年4月1日
"""
print(f'"{title}": "{markdown.replace("\n",r"\n")}"')