feat: 适配新版sdk

This commit is contained in:
若海
2024-08-26 13:28:25 +08:00
parent 354fd28c00
commit b44a2b070c
21 changed files with 1620 additions and 2523 deletions
+9 -3
View File
@@ -3,14 +3,20 @@
<head>
<meta charset="utf-8" />
<title>Wrest Chat</title>
<meta http-equiv="Content-Security-Policy" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="/assets/icon.png" />
<link rel="stylesheet" href="/assets/style.css" />
<title>WeChat Rest</title>
<style type="text/css">
body {
margin: 0 2rem;
line-height: 2rem;
background: #f2f4f6;
}
</style>
</head>
<body>
<h3>Wrest Chat</h3>
<ul>
<li><a href="/swagger/">Api Document</a></li>
</ul>