Files
maimaiDX-API-Web-Server/frontend/src/views/HomeView.vue

18 lines
534 B
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>
<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>