feat:增加月经天数统计

This commit is contained in:
2025-10-30 15:00:50 +08:00
parent 930202a6b6
commit cc33d3028b
7 changed files with 133 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import { createSvgIconsPlugin } from 'vite-plugin-svg-icons'
import { viteMockServe } from 'vite-plugin-mock'
// const API_HOST = '14.103.235.151'
const API_HOST = '100.66.1.3'
const API_HOST = '127.0.0.1'
// https://vitejs.dev/config/
export default defineConfig({