🎉 feat: initialize 宇之然AI维度 project
- uni-app Vue3 frontend with dark glassmorphism theme - 5 AI dimensions: Origin / Development / Current / Learning / Trend - AI Chat system prompt updated from geometry to AI - 23 AI knowledge articles initialized in DB - Trend API + cron job for daily news - Product pricing (Pro ¥19.9, VIP ¥39.9) - Pinia stores + API utilities - AGENTS.md documentation
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
@echo off
|
||||
echo ========================================
|
||||
echo 运行单元测试和集成测试
|
||||
echo ========================================
|
||||
echo.
|
||||
|
||||
cd %~dp0
|
||||
|
||||
echo [1/3] 设置测试环境...
|
||||
set NODE_ENV=test
|
||||
|
||||
echo [2/3] 运行测试...
|
||||
call npm test
|
||||
|
||||
echo.
|
||||
echo [3/3] 生成测试报告...
|
||||
echo 测试完成!
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user