feat: 品牌升级为墨木灵思,优化 UI 并配置 Docker 部署
This commit is contained in:
@@ -17,7 +17,7 @@ if [ -z "$APP_NAME" ]; then
|
||||
if [ -f "/app/.env.example" ]; then
|
||||
APP_NAME=$(grep "^APP_NAME=" /app/.env.example | cut -d '=' -f2)
|
||||
fi
|
||||
APP_NAME="${APP_NAME:-MuMuAINovel}"
|
||||
APP_NAME="${APP_NAME:-墨木灵思}"
|
||||
fi
|
||||
|
||||
BUILD_TIME=$(date '+%Y-%m-%d %H:%M:%S')
|
||||
|
||||
@@ -8,7 +8,7 @@ CREATE EXTENSION IF NOT EXISTS "pg_trgm"; -- 模糊搜索和全文检索支
|
||||
DO $$
|
||||
BEGIN
|
||||
RAISE NOTICE '==================================================';
|
||||
RAISE NOTICE 'MuMuAINovel PostgreSQL 扩展安装完成';
|
||||
RAISE NOTICE '墨木灵思 PostgreSQL 扩展安装完成';
|
||||
RAISE NOTICE '已安装扩展:';
|
||||
RAISE NOTICE ' - uuid-ossp: UUID生成支持';
|
||||
RAISE NOTICE ' - pg_trgm: 模糊搜索和全文检索支持';
|
||||
|
||||
Reference in New Issue
Block a user