refactor(stores): 重构 common store 并优化数据类型定义- 定义明确的接口和类型,提高代码可读性和维护性
- 优化数据处理逻辑,使用 UUID 生成唯一 ID- 调整 NPS评分范围,提高用户体验 -优化问卷设计界面布局,提升可操作性
This commit is contained in:
@@ -37,7 +37,7 @@ export default {
|
||||
prompt_right: '极有可能',
|
||||
prompt_center: '',
|
||||
max: 10,
|
||||
min: 0,
|
||||
min: 1,
|
||||
score_interval: 1,
|
||||
score_type: 0,
|
||||
score_way: 1,
|
||||
|
||||
Reference in New Issue
Block a user