@@ -1,6 +1,37 @@
-<div align="center">
-<img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
-</div>
+# Anycall H5 页面
+
+# 运行环境
+NodeJs v22.20.0
+pnpm 9.0.0
+# 开发
+安装依赖
+`pnpm install`
+运行开发
+`pnpm dev`
+# 测试部署
+```
+pnpm install
+pnpm build
+----
# Run and deploy your AI Studio app
@@ -3,6 +3,9 @@
"private": true,
"version": "0.0.0",
"type": "module",
+ "engines": {
+ "node": "^20.19.0 || >=22.12.0"
+ },
"scripts": {
"dev": "vite",
"build": "vite build",
@@ -23,5 +26,6 @@
"sass": "^1.93.3",
"typescript": "~5.8.2",
"vite": "^6.2.0"
- }
+ "packageManager": "pnpm@9.0.0"
}