We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<FormItem Label="最低相似度(%)" LabelCol="LayoutModel._formItemLayout.LabelCol" WrapperCol="LayoutModel._formItemLayout.WrapperCol"> <Slider TValue="double" Style="display: inline-block;width: 300px; " Min="0" Max="100" DefaultValue="70" @bind-Value="@context.Relevance" /> </FormItem> /// <summary> /// 相似度 /// </summary> [SugarColumn(DefaultValue = "70")] public double Relevance { get; set; } = 70;
The text was updated successfully, but these errors were encountered:
该问题已修复
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: