ForcePilot/src/static/info.template.yaml
Wenjie Zhang 4857de1856 feat(ui): 重构登录页和主页UI设计,优化品牌信息配置
- 将登录背景图片移至public目录并更新引用路径
- 完全重构登录页面布局,分为图片区和表单区
- 优化主页布局,添加导航链接和底部版权信息
- 更新品牌信息配置,移除short_name字段
- 调整多个组件的样式和间距
- 更新README添加品牌配置说明
2025-08-08 22:57:14 +08:00

27 lines
916 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 单位信息配置文件
# 用于配置网站的基本信息、品牌信息等
# 组织信息
organization:
name: "江南语析" # 完整组织名称
logo: "/favicon.svg" # Logo文件路径放在 web/public 目录下)
avatar: "/avatar.jpg" # 头像文件路径(放在 web/public 目录下)
login_bg: "/login-bg.jpg" # 登录背景图片路径(放在 web/public 目录下)
# 项目信息
branding:
name: "Yuxi-Know"
title: "Yuxi-Know: 更智能的知识库管理工具" # 系统标题
subtitle: "大模型驱动的知识库管理工具" # 副标题
description: "结合知识库与知识图谱,提供更准确、更全面的回答" # 描述信息
# 功能特性
features:
- "📚 灵活知识库"
- "🕸️ 知识图谱集成"
- "🤖 权限隔离"
# 页脚信息
footer:
copyright: "© 江南语析 2025 v0.2.0"