feat: 增加可选性隐藏功能

- 目前可以隐藏 侧边栏,导航栏,发布按钮
This commit is contained in:
Huangzhe
2025-04-22 20:34:49 +08:00
parent 523efbfea5
commit 9e7197443c
4 changed files with 28 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
// export basePath to next.config.js
// same as the one exported from var.ts
module.exports = {
basePath: '',
basePath: '/dify',
}