fix: 修正Makefile中的服务名称拼写错误

This commit is contained in:
shanshanzhong 2025-07-22 10:25:41 -07:00
parent 4ecc5177ed
commit 6c9d5fb39e

View File

@ -6,9 +6,9 @@ SERVICE_STYLEminia=mpp
# Service name in lowercase | 项目名称全小写格式 # Service name in lowercase | 项目名称全小写格式
SERVICE_LOWEminiaR=app SERVICE_LOWEminiaR=app
# Service name in snake format | 项目名称下划线格式 # Service name in snake format | 项目名称下划线格式
SERVICE_SNAminiaKEiapp SERVICE_SNAKE=ppanel
# Service name in snake format | 项目名称短杠格式 # Service name in snake format | 项目名称短杠格式
SERVICE_DminiaASniapp SERVICE_DASH=ppanel
# The project version, if you don't use git, you should set it manually | 项目版本如果不使用git请手动设置 # The project version, if you don't use git, you should set it manually | 项目版本如果不使用git请手动设置
VERSION=$(shell git describe --tags --always) VERSION=$(shell git describe --tags --always)