From c880db53646ab9fd26417f4baf004ab44cc24e1a Mon Sep 17 00:00:00 2001
From: lingji-yidong <75744976+lingji-yidong@users.noreply.github.com>
Date: 星期五, 28 六月 2024 01:28:24 +0800
Subject: [PATCH] Fix: Return tuple ('', []) when char_list is empty to prevent ValueError (#1857)
---
runtime/html5/static/index.html | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/runtime/html5/static/index.html b/runtime/html5/static/index.html
index 3aeda03..de8139e 100644
--- a/runtime/html5/static/index.html
+++ b/runtime/html5/static/index.html
@@ -51,12 +51,18 @@
</div>
<br>
+ <div id="use_itn_div" style="border:2px solid #ccc;display:block;">
+ 閫嗘枃鏈爣鍑嗗寲(ITN):<br/>
+ <label><input name="use_itn" type="radio" value="false" checked="true"/>鍚� </label>
+ <label><input name="use_itn" type="radio" value="true" />鏄� </label>
+ </div>
+ <br>
<div style="border:2px solid #ccc;">
鐑瘝璁剧疆(涓�琛屼竴涓叧閿瓧锛岀┖鏍奸殧寮�鏉冮噸,濡�"闃块噷宸村反 20")锛�
<br>
- <textarea rows="3" id="varHot" style=" width: 100%;height:100%" >闃块噷宸村反 20</textarea>
+ <textarea rows="3" id="varHot" style=" width: 100%;height:100%" >闃块噷宸村反 20 hello world 40</textarea>
<br>
</div>
--
Gitblit v1.9.1