chore: 全局包名路径从 metalab 更改为 mce
This commit is contained in:
@ -4,7 +4,7 @@ import (
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"metazone.cc/metalab/internal/config"
|
||||
"metazone.cc/mce/internal/config"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
@ -12,7 +12,7 @@ import (
|
||||
"regexp"
|
||||
"strconv"
|
||||
|
||||
"metazone.cc/metalab/internal/model"
|
||||
"metazone.cc/mce/internal/model"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
package common
|
||||
|
||||
import "metazone.cc/metalab/internal/model"
|
||||
import "metazone.cc/mce/internal/model"
|
||||
|
||||
// PostStatusDisplayNames 帖子状态 → 中文名称映射(供模板渲染使用)
|
||||
var PostStatusDisplayNames = map[string]string{
|
||||
|
||||
@ -7,7 +7,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/redis/go-redis/v9"
|
||||
"metazone.cc/metalab/internal/config"
|
||||
"metazone.cc/mce/internal/config"
|
||||
)
|
||||
|
||||
// NewRedisClient 创建 Redis 客户端并尝试验证连接
|
||||
|
||||
Reference in New Issue
Block a user