chore: 发布 1.0.1
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<div class="site-version">
|
||||
<span
|
||||
>{{ t("home.version") }}:<cite class="site-showv">
|
||||
1.0.0
|
||||
{{ version }}
|
||||
</cite></span
|
||||
>
|
||||
<span
|
||||
@@ -111,6 +111,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { inject } from 'vue';
|
||||
import { useI18n } from "vue-i18n";
|
||||
import { useAppStore } from "../store/app";
|
||||
|
||||
@@ -128,8 +129,11 @@ export default {
|
||||
}
|
||||
};
|
||||
|
||||
const version = inject("version");
|
||||
|
||||
return {
|
||||
t,
|
||||
version,
|
||||
appStore,
|
||||
changeTheme,
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
style="margin-top: 60px; height: 100%; width: 80%"
|
||||
style="margin-top: 60px; width: 80%"
|
||||
class="layui-container"
|
||||
>
|
||||
<blockquote class="layui-quote layui-text" style="margin: 30px 0">
|
||||
@@ -61,6 +61,10 @@
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="footer footer-index">
|
||||
<p>Released under the <a href="/index.html">MIT License</a>.</p>
|
||||
<p>Copyright © 2021-2022 layui-vue.com</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user