-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 问卷v1.1.0发布 #112
Merged
Merged
release: 问卷v1.1.0发布 #112
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: 修复CI潜在的检测问题 * docs: 优化lint步骤 * fix: 修复json文件错误
* perf: 优化复制问卷地址的baseURl (#89) * feat: 新增暗黑模式功能 * refactor: 使用dark类重构login页面,修改按钮透明度 * refector: 使用dark类重构主页面 * refector: 重构发帖与修改帖子页面;fix: 修复黑夜模式仍然是白色加载背景的问题 * refector: 修正命名,增加可读性 * fix: 修复了查看数据页面未适配的问题 * feat: 新增用户端黑夜模式 * fix: 修复暗夜模式下设置中选项框看不见的问题 --------- Co-authored-by: 离谱 <144224541+xixiIBN5100@users.noreply.github.com>
feat: 新增编辑问卷界面拖动操作
去除了截止日期栏的清除日期叉号按钮,以修复日期为空时提交/保存问卷参数错误的问题
去除了模态框关闭按钮成为焦点时的白色边框
fix: 修复了用户模式不会自动保存答案的问题
feat: 新增问卷二维码分享
feat: 新增填空自定义正则功能
feat: 新增数据展示图片预览功能
fix: 修复了一系列显示问题
fix: 修改lock文件错误
fix: 修复dev分支的CD功能
Open
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix
fix: 修复CI潜在的检测问题 @xixiIBN5100
fix: 隐藏了超时问卷的提交按钮 @xixiIBN5100
修复了模态框显示后页面右边产生纵向白条的问题 @DumbDaiDai
fix: 修复客户端多选题传参失败的问题 @xixiIBN5100
fix: 修复了拖拽后显示错误的问题 @mao2006
fix: 修复dev分支的CD功能 @xixiIBN5100
perf
perf: 优化复制问卷地址的baseURl @xixiIBN5100
去除了截止日期栏的清除日期叉号按钮,以修复日期为空时提交/保存问卷参数错误的问题 @DumbDaiDai
去除了模态框关闭按钮成为焦点时的白色边框 @DumbDaiDai
feat
feat: 新增黑夜模式 @xixiIBN5100 @mao2006
feat: 新增编辑问卷界面拖动操作 @mao2006
feat: 新增填空自定义正则功能 @mao2006
feat: 用户界面新增填空题正则拦截 @mao2006
feat: 新增问卷二维码分享 @mao2006
feat: 新增用户答题进度保存功能 @mao2006
feat: 新增数据展示图片预览功能 @mao2006