Skip to content

Commit 8f2388b

Browse files
committed
完善文档
1 parent edcfe4c commit 8f2388b

File tree

1 file changed

+43
-45
lines changed

1 file changed

+43
-45
lines changed

Vol.Vue/src/views/document/guide.vue

Lines changed: 43 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,20 @@
1313
</ul>
1414
</div>
1515

16-
<a class="avd1" href="https://curl.qcloud.com/6OoRDPjn" target="_blank">
17-
<img
18-
src="https://txspread-1256993465.cos.ap-beijing.myqcloud.com/server345_200%20.jpg"
19-
/></a>
20-
<a class="avd2" href="https://curl.qcloud.com/qndt9pnm" target="_blank">
21-
<img
22-
src="https://txspread-1256993465.cos.ap-beijing.myqcloud.com/560x300.jpg"
23-
/></a>
2416
<div class="g-right" style="margin-left: 190px">
2517
<div class="h-box">
26-
<a
27-
target="_blank"
28-
href="https://www.cctalk.com/m/group/90268531"
29-
>
18+
<a target="_blank" href="https://www.cctalk.com/m/group/90268531">
3019
<Icon type="ios-ionic" /><br />框架视频</a
3120
>
32-
<a>QQ1群:45221949 <br />QQ2群:913189178</a>
21+
<a style="padding-top: 25px;">QQ1群:45221949 <br />QQ2群:913189178</a>
3322
<a target="_blank" href="https://github.com/cq-panda/Vue.NetCore">
3423
<Icon type="logo-github" /><br />GitHub</a
3524
>
3625
<a target="_blank" href="https://gitee.com/x_discoverer/Vue.NetCore">
3726
<Icon type="logo-github" /><br />Gitee</a
3827
>
39-
40-
<a target="_blank" href="http://donate.volcore.xyz">
28+
29+
<a target="_blank" href="http://donate.volcore.xyz">
4130
<Icon type="ios-color-filter" /><br />
4231
项目赞助</a
4332
>
@@ -97,21 +86,16 @@
9786
>
9887
<Icon type="ios-help-circle-outline" /><br />常见问题</a
9988
>
89+
10090
</div>
101-
<!-- <div style="margin-bottom:20px;"> <a target="_blank"
102-
style=" border-bottom: 1px solid;
103-
font-size: 20px;
104-
padding: 20p;
105-
margin: 25px"
106-
@click="()=>{ this.$router.push({ path: '/document/netCoreDev' });}">多租户、多角色、分库多数据库、Oracle数据库、国际化</a></div>
107-
<div class="g-p"> <a target="_blank"
108-
style=" border-bottom: 1px solid;
109-
margin: 0px 26px;
110-
font-size: 26px;"
111-
href="http://donate.volcore.xyz">项目赞助</a>
112-
<a style=" border-bottom: 1px solid;
113-
margin: 0px 26px;
114-
font-size: 26px;">QQ群:45221949</a></div> -->
91+
<div style=" font-size: 25px;font-weight: bold; margin-bottom: 20px;">
92+
<a
93+
target="_blank"
94+
href="https://github.com/sxy407249209/SignalRWebRtcDemo"
95+
>
96+
<Icon type="ios-mic-outline" />SignalR+WebRtc实时视频通话</a
97+
>
98+
</div>
11599
<div
116100
style="
117101
font-size: 15px;
@@ -151,6 +135,13 @@
151135
<span style="display: none"></span>
152136
</span>
153137
</p>
138+
<div>
139+
<a class="avd1" href="https://curl.qcloud.com/6OoRDPjn" target="_blank">
140+
<img
141+
style="right: 10px; bottom: 10px; position: fixed"
142+
src="https://txspread-1256993465.cos.ap-beijing.myqcloud.com/server345_200%20.jpg"
143+
/></a>
144+
</div>
154145
<p>
155146
<span style="color: #666666"></span>
156147
</p>
@@ -164,8 +155,8 @@
164155
>
165156
<li>
166157
<span style="line-height: 3; font-size: 16px"
167-
>后台:VS2019、.NetCore3.1
168-
、EFCore3.1、JWT、Dapper、Autofac、SqlServer/MySql/PGSql/Oracle、Redis(可选)</span
158+
>后台:VS2019、VS2022、.NetCore3.1、.Net6
159+
、EFCore3.1/6、JWT、Dapper、Autofac、SqlServer/MySql/PGSql/Oracle、Redis(可选)</span
169160
>
170161
</li>
171162
<li>
@@ -395,9 +386,11 @@
395386
>
396387
</span>
397388

398-
<div style="line-height:1.2; color: red">
389+
<div style="line-height: 1.2; color: red">
399390
<span style="font-size: 20px"
400-
>7、如果能看到验证码但点击登陆提示服务器异常,原因就是数据库没连上,请检查配置文件的链接,或者将后台错误信息返回(ExceptionHandlerMiddleWare.cs文件中将new { message = "~服务器没有正确处理请求,请稍等再试!", status = false }改为new { message = message, status = false })</span
391+
>7、如果能看到验证码但点击登陆提示服务器异常,原因就是数据库没连上,请检查配置文件的链接,或者将后台错误信息返回(ExceptionHandlerMiddleWare.cs文件中将new
392+
{ message = "~服务器没有正确处理请求,请稍等再试!", status = false
393+
}改为new { message = message, status = false })</span
401394
>
402395
</div>
403396
</li>
@@ -590,7 +583,7 @@
590583
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
591584
4、如果logs文件夹下没有日志,查数据库sys_log表或Logger\Queue\路径下日志
592585
</p>
593-
<p style="font-size: 16px; line-height: 3">
586+
<p style="font-size: 16px; line-height: 3">
594587
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
595588
5、linux下发布.netcore需要安装libgdiplus插件
596589
</p>
@@ -1735,7 +1728,9 @@
17351728
border: 1px solid #d4d1d1;
17361729
"
17371730
>
1738-
<span style="color: #666666; font-size: 14px">消息推送(signalR)</span>
1731+
<span style="color: #666666; font-size: 14px"
1732+
>消息推送(signalR)</span
1733+
>
17391734
</td>
17401735
<td
17411736
style="
@@ -1891,20 +1886,22 @@ table {
18911886
top: 250px;
18921887
}
18931888
.h-box {
1894-
line-height: 50px;
1889+
display: inline-block;
1890+
18951891
text-align: center;
18961892
font-size: 20px;
18971893
border-radius: 5px;
18981894
margin-bottom: 20px;
1899-
width: 900px;
1895+
width: 1100px;
19001896
a {
19011897
cursor: pointer;
19021898
display: inline-block;
1903-
padding: 25px 10px;
1904-
height: 150px;
1905-
width: 24%;
1906-
border: 1px solid #eee;
1907-
font-size: 16px;
1899+
padding: 15px 10px;
1900+
// height: 150px;
1901+
width: 17%;
1902+
float: left;
1903+
// border: 1px solid #eee;
1904+
font-size: 13px;
19081905
margin: 0px;
19091906
color: #676767;
19101907
margin-right: -6px;
@@ -1915,10 +1912,11 @@ table {
19151912
font-size: 40px;
19161913
}
19171914
a:hover {
1918-
background: #e8e8e8;
1915+
color:#b2b2b2 !important;
1916+
// background: #e8e8e8;
19191917
i {
1920-
transform: scale(1.2);
1921-
font-size: 50px !important;
1918+
// transform: scale(1.2);
1919+
// font-size: 50px !important;
19221920
}
19231921
}
19241922
}

0 commit comments

Comments
 (0)