优化 kimi提示词
This commit is contained in:
parent
58a25c5c08
commit
99cc6d3e42
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,13 @@
|
||||||
|
namespace VideoAnalysisCore.Enum
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 得分类型
|
||||||
|
/// </summary>
|
||||||
|
public enum ScoreTypeEnum
|
||||||
|
{
|
||||||
|
优=75,
|
||||||
|
良=50,
|
||||||
|
中=25,
|
||||||
|
差=0,
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue