fix(mindspace): refresh published HTML after workspace sync

Keep online publication snapshots aligned when public/*.html changes, default static page binds to public access with MindSpace delivery URLs, and split browser-safe workspace helpers out of the Vite import chain.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-07-10 20:44:04 +08:00
parent 7f8d692d16
commit e3063ea806
12 changed files with 279 additions and 110 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { buildMindSpacePageSaveInstructions } from './mindspace-page-patch.mjs';
import {
buildSelectedAssetDeleteInstructions,
buildSelectedAssetReadInstructions,
} from './mindspace-asset-agent.mjs';
} from './mindspace-asset-agent-instructions.mjs';
const VIEW_LABELS = {
home: '空间首页',