添加3个页面,当前为测试用

This commit is contained in:
2024-11-11 15:10:35 +08:00
parent 4c037d08b6
commit 6fd65fc61d
16 changed files with 339 additions and 2 deletions
@@ -0,0 +1,16 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LLM.aspx.cs" Inherits="FineUIPro.Web.ZHGL.FirstArticalInspaction.LLM" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>大模型测试!</title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>