This commit is contained in:
ronger 2021-08-26 10:39:58 +08:00
commit c3706ba39f

View File

@ -13,6 +13,7 @@
<el-link class="footer-link" rel="nofollow" :underline="false" :href="email" style="vertical-align: baseline;"><span>意见反馈</span></el-link> <el-link class="footer-link" rel="nofollow" :underline="false" :href="email" style="vertical-align: baseline;"><span>意见反馈</span></el-link>
<el-link class="footer-link" rel="nofollow" :underline="false" :href="aboutMe" style="vertical-align: baseline;"><span>关于我们</span></el-link> <el-link class="footer-link" rel="nofollow" :underline="false" :href="aboutMe" style="vertical-align: baseline;"><span>关于我们</span></el-link>
<el-link class="footer-link" rel="nofollow" :underline="false" :href="github" style="vertical-align: baseline;"><span>github</span></el-link> <el-link class="footer-link" rel="nofollow" :underline="false" :href="github" style="vertical-align: baseline;"><span>github</span></el-link>
<el-link class="footer-link" rel="nofollow" :underline="false" :href="gitee" style="vertical-align: baseline;"><span>gitee</span></el-link>
</el-col> </el-col>
<el-col :span="12" style="text-align: right;"> <el-col :span="12" style="text-align: right;">
<el-col> <el-col>
@ -47,6 +48,7 @@
email: 'mailto:support@rymcu.com', email: 'mailto:support@rymcu.com',
aboutMe: '/article/115', aboutMe: '/article/115',
github: 'https://github.com/rymcu', github: 'https://github.com/rymcu',
gitee: 'https://gitee.com/rymcu-community',
currencyRule: '/rules/currency' currencyRule: '/rules/currency'
} }
} }