NFO.Editor icon indicating copy to clipboard operation
NFO.Editor copied to clipboard

nfo 修改后,内容简介里的 <![CDATA[ 被删除了

Open stkroot opened this issue 5 months ago • 0 comments

nfo 修改后,内容简介里的 <![CDATA[ 被删除了

比如:

  <plot><![CDATA[内容简介]]></plot>
  <outline><![CDATA[内容简介]]></outline>
  <originalplot><![CDATA[内容简介]]></outline>

修改后变为了:

  <plot>内容简介</plot>
  <outline>内容简介</outline>
  <originalplot>内容简介</outline>

stkroot avatar Jul 19 '25 12:07 stkroot