能否一行name对应多行数据
#135
-
|
脚本中@name:开始直到@name:Delete结束都是一个人物的对话 我现在的规则是这么写的 结果就是message非常非常长 能否分开,但是一直保留name呢 |
Beta Was this translation helpful? Give feedback.
Answered by
satan53x
Feb 7, 2025
Replies: 1 comment
-
|
提取的时候不能,提取没法无中生有。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fatecyx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
提取的时候不能,提取没法无中生有。
但是你可以从orig里把json复制出去之后,找AI要个脚本把name复制到后边几个item里。
因为导入是以orig为基础,也就是trans的json里边可以多东西。
比如两个对应的item里边,orig没有name,但是trans有name,那么trans的name被忽略不会导入,仅作为翻译使用。