v3.8.2
This commit is contained in:
parent
eeff406f01
commit
ea421f92bf
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zr",
|
||||
"version": "1.0.0",
|
||||
"version": "3.8.2",
|
||||
"description": "ZRAdmin.NET管理系统",
|
||||
"author": "ZR",
|
||||
"license": "MIT",
|
||||
|
||||
@ -2,7 +2,7 @@ export default {
|
||||
/**
|
||||
* 框架版本号
|
||||
*/
|
||||
version: '3.8.1',
|
||||
version: '3.8.2',
|
||||
/**
|
||||
* 网页标题
|
||||
*/
|
||||
|
||||
@ -65,7 +65,7 @@
|
||||
</el-col>
|
||||
<el-col :lg="8" :sm="24">
|
||||
<h2>{{ $t('layout.technicalSelection') }}</h2>
|
||||
<el-col :span="10">
|
||||
<div style="float: left; width: 50%">
|
||||
<h4>{{ $t('layout.backendTechnology') }}</h4>
|
||||
<ul>
|
||||
<li>NET6</li>
|
||||
@ -79,8 +79,8 @@
|
||||
<li>Signalr</li>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
</el-col>
|
||||
<el-col :span="10">
|
||||
</div>
|
||||
<div style="float: right; width: 50%">
|
||||
<h4>{{ $t('layout.frontendTechnology') }}</h4>
|
||||
<ul>
|
||||
<li>Vue3</li>
|
||||
@ -94,7 +94,7 @@
|
||||
<li>I18n</li>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
</el-col>
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-divider />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user