update: 更新版本v1.4.8

This commit is contained in:
xiamuceer
2026-04-30 10:58:45 +08:00
parent d384a08a59
commit 659d18e290
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<div align="center">
![Version](https://img.shields.io/badge/version-1.4.7-blue.svg)
![Version](https://img.shields.io/badge/version-1.4.8-blue.svg)
![Python](https://img.shields.io/badge/python-3.11-blue.svg)
![FastAPI](https://img.shields.io/badge/FastAPI-0.109.0-green.svg)
![React](https://img.shields.io/badge/react-18.3.1-blue.svg)
+1 -1
View File
@@ -8,7 +8,7 @@
# 应用配置
# ==========================================
APP_NAME=MuMuAINovel
APP_VERSION=1.4.7
APP_VERSION=1.4.8
APP_HOST=0.0.0.0
APP_PORT=8000
DEBUG=false
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "frontend",
"version": "1.4.7",
"version": "1.4.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "frontend",
"version": "1.4.7",
"version": "1.4.8",
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@dnd-kit/core": "^6.3.1",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "1.4.7",
"version": "1.4.8",
"type": "module",
"scripts": {
"dev": "vite",