File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ <h2>JSON → 仪式模板生成器</h2>
211211 let title = p . result_title ? `<big><b>•${ p . result_title } </b></big><br>` : "" ;
212212 let text = ( p . result_text || "" ) . replace ( / \n / g, "<br>" ) ;
213213 let actionStr = ( p . action && Object . keys ( p . action ) . length > 0 ) ? formatAction ( p . action ) : "" ;
214- if ( isPrior ) return `<!-- [条件] ${ conds } --> <!-- [结果] ${ results } --> ${ actionStr } {{折叠剧情|{{引用块|${ title } ${ text } }} }}` ;
215- return `<!-- [条件] ${ conds } --> <!-- [结果] ${ results } --> ${ actionStr } \n {{折叠剧情|{{引用块|${ title } ${ text } }} }}` ;
214+ if ( isPrior ) return `<!-- [条件] ${ conds } --> <!-- [结果] ${ results } --> ${ actionStr } {{折叠剧情|{{引用块|${ title } ${ text } }} }}` ;
215+ return `<!-- [条件] ${ conds } --> <!-- [结果] ${ results } --> ${ actionStr } \n {{折叠剧情|{{引用块|${ title } ${ text } }} }}` ;
216216 } ) ;
217217 if ( isPrior ) return blocks . join ( "" ) ;
218218 else return blocks . join ( "\n" ) ;
You can’t perform that action at this time.
0 commit comments