BookingService/frontend/src/views/help/Help.vue

38 lines
1.0 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<a-card class="markdown-body">
<p>这是山东大学威海机电与信息工程学院竞赛活动室预约系统的<code>管理后台</code>网站管理员活动室管理员各竞赛指导教师可以登陆本系统管理预约信息房间信息账户信息等</p>
<p>指导教师</p>
<ul>
<li>袁灏</li>
<li>王文玉</li>
<li>姜斌</li>
</ul>
<p>开发人员</p>
<ul>
<li>张家豪 <a href='https://github.com/DavidZhang73'>GitHub</a></li>
</ul>
<p>技术栈</p>
<ul>
<li><a href='https://docs.djangoproject.com/'>Django</a></li>
<li><a href='https://cn.vuejs.org/'>Vue.js</a></li>
</ul>
<p>代码托管</p>
<ul>
<li><a href=''>GitHub</a></li>
<li><a href='http://git.davidz.cn/david/BookingService'>David-GitTea</a></li>
</ul>
<p>&nbsp;</p>
</a-card>
</template>
<script>
export default {
name: 'Help',
components: {}
}
</script>
<style scoped>
@import "css/markdown.css";
</style>