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:
@@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user