chore: align release docs and repository hygiene
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "senlinai_workbench"
|
||||
version = "0.1.0"
|
||||
description = "SenlinAI project workbench desktop shell"
|
||||
authors = ["SenlinAI"]
|
||||
description = "森林AI 项目工作台桌面壳"
|
||||
authors = ["森林AI"]
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "SenlinAI Workbench",
|
||||
"productName": "森林AI",
|
||||
"version": "0.1.0",
|
||||
"identifier": "ai.senlin.workbench",
|
||||
"build": {
|
||||
@@ -12,7 +12,7 @@
|
||||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"title": "项目工作台",
|
||||
"title": "森林AI",
|
||||
"width": 1280,
|
||||
"height": 820
|
||||
}
|
||||
|
||||
@@ -1,17 +1,19 @@
|
||||
# SenlinAI Acro React
|
||||
# 森林AI Web 客户端
|
||||
|
||||
SenlinAI primary web client built with React, TypeScript, Vite, and Arco Design.
|
||||
森林AI 当前主 Web 客户端,使用 React、TypeScript、Vite 和 Arco Design,目录为 `apps/web_v1`。
|
||||
|
||||
This app is the active web client under `apps/web_v1`.
|
||||
开发服务器默认运行在 `http://localhost:5173`,登录页默认连接 `http://localhost:9150` 的 API;两者都可按私有部署环境调整。
|
||||
|
||||
## Scripts
|
||||
## 开发与验证
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm ci
|
||||
npm run dev
|
||||
node --test scripts/api-client.test.mjs scripts/workspace-refresh-gate.test.mjs
|
||||
node scripts/structure-check.mjs
|
||||
node scripts/visual-check.mjs
|
||||
npm run build
|
||||
npm run lint
|
||||
node scripts/visual-check.mjs
|
||||
```
|
||||
|
||||
Default local preview port: `4174`.
|
||||
视觉检查使用临时 Vite 服务,默认端口为 `4175`;可通过 `VISUAL_CHECK_PORT` 覆盖。`dist/` 与 `test-results/` 都是本地产物,不应提交。
|
||||
|
||||
Reference in New Issue
Block a user