askbot-dragon 1.6.40-beta → 1.6.41-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -111,14 +111,23 @@ export default {
|
|
|
111
111
|
isPC: true,
|
|
112
112
|
previewHref: "",
|
|
113
113
|
sourceFileType: '',
|
|
114
|
+
// docSource: {
|
|
115
|
+
// LOCAL_FILE: "来源于本地文件",
|
|
116
|
+
// CREATED_BY_ONESELF: "来源于自建知识",
|
|
117
|
+
// WECHAT: "来源于微信",
|
|
118
|
+
// AUTO_SYN_FROM_LOCAL_FILE: "自动同步于本地",
|
|
119
|
+
// YUQUE: "来源于语雀",
|
|
120
|
+
// CORP_LOCAL_FILE: '来源于企业知识库',
|
|
121
|
+
// FEISHU: '来源于飞书-云文档'
|
|
122
|
+
// },
|
|
114
123
|
docSource: {
|
|
115
|
-
LOCAL_FILE: "
|
|
116
|
-
CREATED_BY_ONESELF: "
|
|
117
|
-
WECHAT: "
|
|
118
|
-
AUTO_SYN_FROM_LOCAL_FILE: "
|
|
119
|
-
YUQUE: "
|
|
120
|
-
CORP_LOCAL_FILE: '
|
|
121
|
-
FEISHU: '
|
|
124
|
+
LOCAL_FILE: "个人知识",
|
|
125
|
+
CREATED_BY_ONESELF: "个人知识",
|
|
126
|
+
WECHAT: "个人知识",
|
|
127
|
+
AUTO_SYN_FROM_LOCAL_FILE: "个人知识",
|
|
128
|
+
YUQUE: "企业知识",
|
|
129
|
+
CORP_LOCAL_FILE: '企业知识',
|
|
130
|
+
FEISHU: '企业知识'
|
|
122
131
|
},
|
|
123
132
|
imageObj: {
|
|
124
133
|
PDF: 'pdf1',
|