fix problems
All checks were successful
Xiaoshiliu / build (push) Successful in 3m50s

This commit is contained in:
lychang
2025-10-04 21:13:53 +08:00
parent dd3773869d
commit a43580dc73
3 changed files with 6 additions and 8 deletions

View File

@@ -1,8 +1,7 @@
/**
* 卜卜校园图文社区 - Express后端服务
* 人生无限公司 - Express后端服务
*
* @author ZTMYO
* @github https://github.com/ZTMYO
* @author Eirf
* @description 基于Express框架的图文社区后端API服务
* @version v1.2.0
* @license GPLv3

View File

@@ -1,9 +1,8 @@
/**
* 卜卜校园图文社区 - 应用配置文件
* 人生无限公司 - 应用配置文件
* 集中管理所有配置项
*
* @author ZTMYO
* @github https://github.com/ZTMYO
* @author Eirf
* @description Express应用的核心配置管理
* @version v1.2.0
*/

View File

@@ -1,8 +1,8 @@
{
"name": "express-project",
"version": "1.0.0",
"description": "卜卜校园图文社区Express后端项目",
"author": "@ZTMYO",
"description": "人生无限公司Express后端项目",
"author": "@Eirf",
"main": "app.js",
"scripts": {
"start": "node app.js",