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