This commit is contained in:
longdayi 2025-02-26 11:16:36 +08:00
parent 40c3e2610e
commit 7fe303a74f
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
import MindEditor from "@web/src/components/common/editor/MindEditor";
export default function PathsPage() {
return <MindEditor></MindEditor>;
// return <MindEditor></MindEditor>;
return <>123</>
}

View File

@ -100,7 +100,7 @@ server {
# 仅供内部使用
internal;
# 代理到认证服务
proxy_pass http://host.docker.internal:3000/auth/file;
proxy_pass http://host.docker.internal:/auth/file;
# 请求优化:不传递请求体
proxy_pass_request_body off;

View File

@ -8,6 +8,7 @@ export enum PostType {
COURSE = "couse",
SECTION = "section",
LECTURE = "lecture",
PATH = "path",
}
export enum LectureType {
VIDEO = "video",
@ -100,7 +101,7 @@ export enum RolePerms {
}
export enum AppConfigSlug {
BASE_SETTING = "base_setting",
}
// 资源类型的枚举,定义了不同类型的资源,以字符串值表示
export enum ResourceType {