点 ⟳ 旋转 · 同款果冻聚成一片就连锁消除,连锁越多倍数越高
"""
html = HTML.replace("__ASSETS__", ASSETS).replace("__SYMBOLS__", SYMS)
os.makedirs(os.path.dirname(OUT), exist_ok=True)
with open(OUT, "w", encoding="utf-8") as f:
f.write(html)
print("wrote", OUT, f"({len(html)//1024} KB)")