Fix learn 404, coin animation, full regions, and AI key errors.

Use numeric /learn/{num} routes, register Tailwind coin animations with方孔铜钱 UI, expand to 34 provinces, and surface missing OPENAI_API_KEY clearly.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-10 21:32:20 +08:00
parent 96b659fbe5
commit a487b17165
15 changed files with 931 additions and 159 deletions
+8
View File
@@ -84,6 +84,14 @@ module.exports = {
animation: {
"accordion-down": "accordion-down 0.2s ease-out",
"accordion-up": "accordion-up 0.2s ease-out",
"coin-front-front":
"coin-front-front 3.8s cubic-bezier(0.645,0.045,0.355,1) forwards",
"coin-front-back":
"coin-front-back 3.8s cubic-bezier(0.645,0.045,0.355,1) forwards",
"coin-back-front":
"coin-back-front 3.8s cubic-bezier(0.645,0.045,0.355,1) forwards",
"coin-back-back":
"coin-back-back 3.8s cubic-bezier(0.645,0.045,0.355,1) forwards",
},
},
},