b6e54e3cbd
Discourse Theme / ci (push) Failing after 1s
- 在 SCSS 中实现条件编译以支持自定义光标 - 添加 $custom_cursor 变量控制光标样式 - 在 settings.yml 中增加 custom_cursor 配置项 - 支持上传 SVG 文件作为自定义光标 - 默认值设为空字符串以保持向后兼容性
23 lines
454 B
YAML
23 lines
454 B
YAML
enable_welcome_banner:
|
|
default: true
|
|
description: "Overrides the core `enable welcome banner` site setting"
|
|
|
|
search_experience:
|
|
type: enum
|
|
default: search_field
|
|
choices:
|
|
- search_field
|
|
- search_icon
|
|
description: "Overrides the core `search experience` site setting"
|
|
|
|
home_bg_image:
|
|
type: upload
|
|
default: ""
|
|
description: "首页背景图"
|
|
|
|
custom_cursor:
|
|
type: upload
|
|
default: ""
|
|
description: "自定义光标 SVG 文件"
|
|
|