feat(css): 添加移动端 iconfont样式并优化内容编辑组件- 在 main.scss 中添加移动端 iconfont 样式

- 为 contenteditable 组件添加失焦事件处理
- 新增 YLPicker 组件,支持年月日时分秒的自定义格式选择
This commit is contained in:
陈昱达
2025-03-10 15:26:14 +08:00
parent 54c06913d6
commit d29ba27e93
25 changed files with 2186 additions and 163 deletions

View File

@@ -0,0 +1,54 @@
export default {
id: '',
question_type: 106,
question_index: 0,
stem: '您向朋友或同事推荐我们的可能性多大?',
title: '',
options: [
[
{
id: 'b68d45eb-d833-4b25-b0aa-2fde1310e88d',
is_fixed: 0,
is_other: 0,
is_remove_other: 0,
option: '<p>选项1</p>',
option_config: {
image_url: [],
title: '',
instructions: [],
option_type: 0,
limit_right_content: ''
},
option_index: 1,
parent_id: 0,
type: 0,
cascade: [],
config: []
}
]
],
last_option_index: 0,
config: {
is_required: 1,
quick_type: 0,
is_show: [],
version: 2,
prompt_left: '不可能',
prompt_right: '极有可能',
prompt_center: '',
max: 10,
min: 0,
score_interval: 1,
score_type: 0,
score_way: 1,
prompt_score: 2
},
associate: [],
question_code: '',
logic_config: {
order: 0,
type: 0,
expect: '',
stay_time: ''
}
};