diff --git a/.gitea/workflows/miniapp-preview.yml b/.gitea/workflows/miniapp-preview.yml index 79283d4..6f5fbf9 100644 --- a/.gitea/workflows/miniapp-preview.yml +++ b/.gitea/workflows/miniapp-preview.yml @@ -1,6 +1,7 @@ name: Publish Mini Program Dev Version on: + workflow_dispatch: push: branches: - main diff --git a/mini/package.json b/mini/package.json index b2990be..cd58200 100644 --- a/mini/package.json +++ b/mini/package.json @@ -4,7 +4,7 @@ "description": "祈福小助手 - 万年历微信小程序", "private": true, "scripts": { - "test": "echo \"No tests yet\" && exit 0", + "test": "echo \"No tests yet\"", "upload": "node ci/upload-ci.cjs", "preview": "node ci/preview-ci.cjs" }, diff --git a/mini/pages/home/home.wxss b/mini/pages/home/home.wxss index 5958efe..101f04b 100644 --- a/mini/pages/home/home.wxss +++ b/mini/pages/home/home.wxss @@ -52,7 +52,7 @@ padding-bottom: 40rpx; } -/* ===== 老黄历大日历卡片 ===== */ +/* ===== 老黄历大日历卡片(节气精确查表版) ===== */ .almanac-card { border-radius: 24rpx; padding: 32rpx 24rpx 24rpx; @@ -619,3 +619,4 @@ padding: 4rpx 24rpx; border-radius: 999rpx; } +