chore: 发布 1.0.1

This commit is contained in:
就眠儀式
2022-04-06 03:55:16 +08:00
parent ae75cffa9b
commit 7bae29ed19
8 changed files with 65 additions and 10 deletions

View File

@@ -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,
};

View File

@@ -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>