Merged
Conversation
- 修改README.md中的项目介绍,新增wot-design-uni依赖说明 - 调整auto-imports.d.ts,删除大量与主题相关的接口定义 - 移除关于主题、颜色、渐变等相关工具函数的声明 - 清理无用的主题组合式函数和工具方法的导入声明 - 保持全局类型声明更简洁,减少主题相关的导入依赖 - 保留核心api和工具函数的全局类型声明,确保正常使用
- 移除演示环境中权限检查的异常处理逻辑 - 直接返回错误响应,阻止无权限用户继续操作 fix(initialize): 修正PostgreSQL自增序列更新逻辑 - 新增私有方法更新PostgreSQL数据库中表的序列值 - 在初始化数据后更新序列,保证ID自增正确 - 处理更新序列过程中可能的异常并记录日志 - 优化导入语句,增加text支持数据库原生SQL执行
This file contains hidden or 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
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.
No description provided.