docs: 品牌升级,优化 README 风格

This commit is contained in:
sanbuphy
2026-03-06 21:59:45 +08:00
parent 5e37fc1109
commit aa080c2097
4 changed files with 888 additions and 35 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ echo "🚀 Pre-push checks started..."
echo ""
echo "1️⃣ Running forced build..."
if ! npm run build:force > /dev/null 2>&1; then
if ! SITEMAP_NO_WRITE=1 npm run build:force > /dev/null 2>&1; then
echo ""
echo "❌ Forced build failed! Please fix build errors before pushing."
echo ""