Skip to content

Commit

Permalink
修改MODEL默认参数
Browse files Browse the repository at this point in the history
  • Loading branch information
jiniannet committed Oct 22, 2023
1 parent 4b19670 commit bd6898b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/JinianNet.JNTemplate/JinianNet.JNTemplate.csproj
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>JinianNet.JNTemplate</RootNamespace>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>2.4.0</Version>
<Version>2.4.1</Version>
<Authors>JinianNet.com</Authors>
<Company>JinianNet.com</Company>
<Product>JNTemplate</Product>
Expand All @@ -25,8 +25,8 @@
<PostBuildEvent></PostBuildEvent>
<AssemblyOriginatorKeyFile>jiniannet.snk</AssemblyOriginatorKeyFile>
<PackageLicenseFile>License.txt</PackageLicenseFile>
<FileVersion>2.4.0.0</FileVersion>
<AssemblyVersion>2.4.0.0</AssemblyVersion>
<FileVersion>2.4.1.0</FileVersion>
<AssemblyVersion>2.4.1.0</AssemblyVersion>
<DelaySign>false</DelaySign>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/JinianNet.JNTemplate/Runtime/RuntimeOptions.cs
Expand Up @@ -35,7 +35,7 @@ internal RuntimeOptions()
this.DisableeLogogram = false;
this.EnableCache = true;
this.ResourceDirectories = new List<string>();
this.ModelName = "Model";
this.ModelName = "";// "Model";
}
/// <inheritdoc />
public string ModelName { get; set; }
Expand Down

0 comments on commit bd6898b

Please sign in to comment.