From b1174fc1e3855d761c29fbb90271dbe07b5fe51a Mon Sep 17 00:00:00 2001 From: wangqiao Date: Sun, 14 Sep 2025 16:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B7=A5=E5=85=B7=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=88=86=E7=B1=BB=E5=8F=8A=E6=9D=A5=E6=BA=90=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/toolbox/types.ts | 1 + pages/toolbox-publish/index.vue | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/api/toolbox/types.ts b/api/toolbox/types.ts index 4e234b1..a2bb83a 100644 --- a/api/toolbox/types.ts +++ b/api/toolbox/types.ts @@ -7,6 +7,7 @@ export interface TcreateReq { createIp?: string projectType: number[] categoryId?: number + sourceType?: number files: { id: number title: string diff --git a/pages/toolbox-publish/index.vue b/pages/toolbox-publish/index.vue index e8ce6b6..36e5e6f 100644 --- a/pages/toolbox-publish/index.vue +++ b/pages/toolbox-publish/index.vue @@ -32,10 +32,10 @@ --> - - - 原创开发 - 转载分享 + + + 原创开发 + 转载分享 @@ -146,6 +146,7 @@ files: [], description: '', categoryId: 0, + sourceType: 0, })