Initial commit: Add maimaiDX API web application with AimeDB scanning and logging features
This commit is contained in:
18
frontend/src/views/HomeView.vue
Normal file
18
frontend/src/views/HomeView.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div class="home">
|
||||
<h1>舞萌DX 2025(SDGB 1.51)API网页工具</h1>
|
||||
<p>本工具仅供学习交流使用,请勿用于非法用途</p>
|
||||
<p>目前已经实现的功能:</p>
|
||||
<p>用户所有信息查看(需要获取二维码)</p>
|
||||
<p>用户信息预览(免获取二维码)</p>
|
||||
<p>领取登录奖励等等</p>
|
||||
<img src='https://i.mji.rip/2025/09/18/5bdc72c934da195de76f2df4677a26d3.png'></img>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.home {
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user