feat: 添加制品中心页面及相关组件,支持创建和编辑制品功能;更新README文档

This commit is contained in:
xiongxiao
2026-03-23 18:45:34 +08:00
committed by cnb
parent 482206129f
commit b0acbbf337
13 changed files with 717 additions and 28 deletions

View File

@@ -102,8 +102,9 @@ export const useWorkspaceStore = create<WorkspaceState>((set, get) => ({
updateItem: async (id, data) => {
try {
const res = await queryApi.mark.update({
id,
data: {
// @ts-ignore
id,
title: data.title || '',
tags: data.tags || [],
link: data.link || '',