Skip to content

Commit

Permalink
Merge pull request #1861 from JeffreySu/Developer
Browse files Browse the repository at this point in the history
Demo v3.8.1 完善Demo
  • Loading branch information
JeffreySu committed Jul 16, 2019
2 parents 6948694 + c91538f commit fdc7ab3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AspNetCoreModuleName>AspNetCoreModule</AspNetCoreModuleName>
<!--<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>-->

<Version>3.8.0</Version>
<Version>3.8.1</Version>
<!--<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>-->
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
.websocketArea p.center {
text-align:center;
}
.websocketArea a{text-decoration:underline;}
</style>

}
Expand Down Expand Up @@ -58,7 +60,12 @@
<script src="~/js/chat.js"></script>

<br />
<hr />
<p>二、微信小程序使用说明:扫描下方小程序二维码,授权登录,点击【WebSocket】按钮,输入消息并点击【发送】按钮进行体验,可同时打开多台手机微信进行测试:</p>
<p class="center"><img class="official-img" src="~/images/SenparcRobot_MiniProgram.jpg" alt="微信SDK小程序"></p>

<br />
<hr />
<p>小程序 WebSocket + SignalR 教程:<a href="https://www.cnblogs.com/szw/p/miniprogram-signalr-websocket.html" target="_blank">《在小程序中使用 WebSocket (.NET Core)》</a></p>
</div>
<div class="clear"></div>

0 comments on commit fdc7ab3

Please sign in to comment.