Skip to content

Commit

Permalink
#317 [Bug] lost separators in prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Physton committed Mar 26, 2024
1 parent 3ebc82c commit e1869b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion javascript/main.entry.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion javascript/main.entry.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/src/components/phystonPrompt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ export default {
let nextIsLyco = false
// 获取下一个按钮
if (index + 1 < length) {
nextTag = tags[index + 1]
nextTag = tags2[index + 1]
if (typeof nextTag['type'] === 'string' && nextTag.type === 'wrap') {
nextIsWarp = true
} else if (nextTag.value === 'BREAK') {
Expand Down

0 comments on commit e1869b2

Please sign in to comment.