Initial commit: Add maimaiDX API web application with AimeDB scanning and logging features

This commit is contained in:
kejiz
2025-09-18 10:19:08 +08:00
commit 4e83f159f0
84 changed files with 14012 additions and 0 deletions

View 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>