@3-/aiapi 0.1.91 → 0.1.93
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 +1 -1
- package/seg.js +1 -1
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@3-/aiapi","version":"0.1.
|
|
1
|
+
{"name":"@3-/aiapi","version":"0.1.93","repository":{"type":"git","url":"git+https://atomgit.com/i18n/lib.git"},"homepage":"https://atomgit.com/i18n/lib/tree/dev/aiapi","author":"i18n.site@gmail.com","license":"MulanPSL-2.0","exports":{".":"./lib.js","./*":"./*"},"files":["./*"],"devDependencies":{"@3-/read":"^0.1.4"},"scripts":{},"type":"module","dependencies":{"@3-/retry":"^0.0.2","@3-/rm_cn_space":"^0.1.3","@3-/sleep":"^0.0.4","@3-/txt_li":"^0.1.6","@3-/utf8":"^0.0.4","@tron-format/tron":"^0.1.3","lodash-es":"^4.17.23"}}
|
package/seg.js
CHANGED
|
@@ -16,7 +16,7 @@ OPT = {
|
|
|
16
16
|
properties: {
|
|
17
17
|
name: {
|
|
18
18
|
type: TYPE.STRING,
|
|
19
|
-
description: '
|
|
19
|
+
description: '此发言人的姓名。如无姓名,用简短的几个字概述身份,如:投资人、创业者、主持人等。如果,多个发言人没有姓名并且身份一致,用专家A、专家B、专家C这种风格等来区分。如有姓名,不写身份。'
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
required: ['name']
|