-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat: 项目迁移到 Avaloniaui #31
Draft
textGamex
wants to merge
65
commits into
main
Choose a base branch
from
avalonia
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
Open
* deps: 安装热重载 NuGet 依赖 * feat: 实现 Xaml 热重载
Windows 平台直接调用本机 API, Linux 使用 C# 实现的排序方法
* fix: 工作区宽度设置错误导致的显示不完整 * feat: 实现 TabView 导航功能 * fix: 人物编辑器错误的 ToolTip * refactor: 使用 Brushes 类中的静态属性替代自定义画刷 * feat: 初步实现人物编辑器 * refactor: 使用绑定简化对 InlineCollection 的操作 * ui: 描述符文字设置为底部对齐 * feat: 实现特质选择器 * feat: 支持特质显示修饰符 * feat: 正常释放 CharacterEditorControlView * fix: TextBlock有时无法正确显示Inlines * feat: 支持地块修饰符显示 & 重构修饰符显示服务 * refactor: 调整项目结构 * feat: 支持前端数据校验 & 写入到文件更改为 AutoCompleteBox * feat: 支持本地化占位符格式 * perf: 直接返回Brushes中的颜色来减少对象分配 * style: 清理代码
This reverts commit 4f1a9b7.
* feat: 启动时在后台加载本地化资源 * refactor: 将Application替换为App
- 添加私有构造函数以防止外部实例化
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CSharp
CSharp Code
dependencies
Pull requests that update a dependency file
Feature
New funtion has been added
Localization
Changes in localization files
UI
User interface
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.
计划支持平台
因手上无设备, 暂不考虑 MacOS
功能