J.Tan

Results 6 issues of J.Tan

Thank you for creating such an outstanding theme. I kindly request adding more admonitions and incorporating icons into their titles. This enhancement will greatly enhance the user experience. For more...

Hi, thanks for creating this amazing tool. Would you consider adding support for Source Link in the NuGet package? ## Benefits: 1. **Improved Debugging Experience**: Including Source Link allows developers...

在 `src/Ursa.Themes.Semi/Controls/IconButton.axaml` 使用了 `ButtonBackgroundDisabled` 这个资源,但是没找到这个资源的定义

### OS Windows 10 19045.4894 ### Programming Language dotnet 8, c# ### VPK Version 0.0.594 ### Library Version 0.0.594 ### What happened? ## Issue `Update.exe` checks the `current` directory to...

bug

## 可自定义内容: 按钮文字、按钮样式、按钮顺序 包括 `OverlayDialog`、`Dialog`、`MessageBox.Show()`、`MessageBox.ShowOverlay()` ## 应用场景 1(按钮样式、顺序): 比如 `YesNo` 按钮,目前默认的按钮样式是这样的,看起来很奇怪: ![图片](https://github.com/user-attachments/assets/b8bd3052-3c3a-4a8a-8a13-84124bd5e616) 这种情况下,“是”是危险操作,应该在左边,使用红色;而“否”是安全操作,应该在右边,可以使用主题色。 ## 应用场景 2(按钮文字): 默认的按钮文字可能不能满足所有需求(比如国际化、特殊业务场景),如果需要改文字,需要重新定义一个Custom Dialog界面,很麻烦 ![图片](https://github.com/user-attachments/assets/020e7d56-4ab9-4830-81d2-df9073ca9454) 像这种情况,如果使用 `YesNo` 按钮,就和上面说的场景1的情况一样了。 如果使用`OKCancel`,那么这个`取消`就很迷惑了。 如果可以自定义文字,那么就可以消除这种歧义:[继续执行] **[取消任务]**