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,
})