This commit is contained in:
xin
2025-05-07 11:10:44 +08:00
parent 8820b28ab8
commit fb037dbf6f
56 changed files with 2679 additions and 470 deletions

View File

@ -0,0 +1,27 @@
<template>
<div class="help">
<h1>更新日志</h1>
<MarkdownFile></MarkdownFile>
</div>
</template>
<script>
</script>
<style scoped>
.help {
padding: 20px;
font-family: Arial, sans-serif;
}
.help h1 {
font-size: 24px;
margin-bottom: 10px;
}
.help p {
font-size: 16px;
}
</style>