feat: 优化日期选择,字数展示

This commit is contained in:
ethan.chen
2025-08-15 14:39:55 +08:00
parent e8372dab24
commit 7634c0d1d5
3 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Date: 2025-05-20 17:59:45
* @LastEditors: 陈子健
* @LastEditTime: 2025-06-23 14:40:15
* @LastEditTime: 2025-08-15 11:20:05
* @FilePath: /my-score/frontend/vite.config.ts
*/
import { defineConfig } from 'vite'
@@ -13,7 +13,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://127.0.0.1:8000',
target: 'http://review.falsita.cn',
changeOrigin: true,
secure: false
}