mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
This commit introduces new components, modules, and features related to chat, sessions, and settings. It includes modifications to configuration files, updates to dependencies, adjustments to styles and layouts, and additions of new components and modules. The changes also involve updates to functions, interfaces, selectors, actions, and reducers. Additionally, there are modifications to TypeScript interfaces and types, as well as changes to parameters and functions in certain files.
21 lines
772 B
YAML
21 lines
772 B
YAML
name: '🌠 功能需求 Feature Request'
|
|
description: '需求或建议 | Suggest an idea'
|
|
title: '[Request] '
|
|
labels: '🌠 Feature Request'
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: '🥰 需求描述 | Feature Description'
|
|
description: Please add a clear and concise description of the problem you are seeking to solve with this feature request.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: '🧐 解决方案 | Proposed Solution'
|
|
description: Describe the solution you'd like in a clear and concise manner.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: '📝 补充信息 | Additional Information'
|
|
description: Add any other context about the problem here.
|