From 11815a0726f1910eeeba579caf3fd57118e9bd81 Mon Sep 17 00:00:00 2001 From: xuan <admin@exuan.org> Date: 星期二, 27 二月 2024 10:11:23 +0800 Subject: [PATCH] feat(runtime-html5): display ITN radio (#1392) --- runtime/html5/static/index.html | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/runtime/html5/static/index.html b/runtime/html5/static/index.html index d98c62b..de8139e 100644 --- a/runtime/html5/static/index.html +++ b/runtime/html5/static/index.html @@ -51,6 +51,12 @@ </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> -- Gitblit v1.9.1