添加国际化
This commit is contained in:
@@ -5,12 +5,35 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title>大模型测试!</title>
|
||||
<title></title>
|
||||
<link href="res/css/common.css" rel="stylesheet" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div>
|
||||
</div>
|
||||
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel5" runat="server" />
|
||||
<f:Panel ID="Panel5" Margin="24px" runat="server" ShowBorder="true" EnableCollapse="true"
|
||||
Layout="VBox" AutoScroll="true"
|
||||
ShowHeader="true" Title="大模型提问"
|
||||
BoxConfigChildMargin="0 0 5 0" BodyPadding="5">
|
||||
<Items>
|
||||
<f:Panel ID="Panel1" Title="面板1" Height="350px" runat="server"
|
||||
BodyPadding="10px" ShowBorder="true" ShowHeader="false" AutoScroll="true">
|
||||
<Items>
|
||||
<f:Label ID="Label1" runat="server" EncodeText="false" Text="" AutoScroll="true">
|
||||
</f:Label>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
</Items>
|
||||
<Items>
|
||||
<f:TextBox ID="TextBox2" runat="server" Label="请输入问题" OnTextChanged="TextBox2_TextChanged" EmptyText="输入问题后点击提交按钮">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
<Items>
|
||||
<f:Button runat="server" Text="提交"></f:Button>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user