diff --git a/README.md b/README.md index f7b4222..8ad76de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@
-

NuGet -GitHub stars +

NuGet +GitHub stars version +Ask DeepWiki

@@ -29,7 +30,7 @@ MiniWord is an easy and effective .NET Word Template library. ## Getting Started -### Installation +### Installation - nuget link : https://www.nuget.org/packages/MiniWord @@ -94,7 +95,7 @@ MiniWord.SaveAsByTemplate(path, templatePath, value); ### Image -Value type is `MiniWordPicture` +Value type is `MiniWordPicture` ##### Example @@ -335,10 +336,10 @@ var value = new If value type is `MiniWordHyperLink` system will replace template string by hyperlink. * Url: HyperLink URI target path -* Text:Description +* Text:Description ```csharp -var value = new +var value = new { ["Name"] = new MiniWordHyperLink(){ Url = "https://google.com", diff --git a/README.zh-CN.md b/README.zh-CN.md index a97951c..5d0e1a2 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,7 +1,8 @@
-

NuGet -GitHub stars +

NuGet +GitHub stars version +Ask DeepWiki

@@ -280,7 +281,7 @@ MiniWord.SaveAsByTemplate(path, templatePath, value); ##### Example ```csharp -var value = new +var value = new { LoopData = new List() { @@ -369,7 +370,7 @@ var value = new * 文字:超链接文字 ```csharp -var value = new +var value = new { ["Name"] = new MiniWordHyperLink(){ Url = "https://google.com", @@ -516,7 +517,7 @@ public class ApiController : Controller ## 支持 : [Donate Link](https://miniexcel.github.io/) wechat - + alipay diff --git a/README.zh-Hant.md b/README.zh-Hant.md index 5c8afb8..ce3cab1 100644 --- a/README.zh-Hant.md +++ b/README.zh-Hant.md @@ -1,7 +1,8 @@
-

NuGet -GitHub stars +

NuGet +GitHub stars version +Ask DeepWiki

@@ -334,7 +335,7 @@ var value = new * 文字:超鏈接文字 ```csharp -var value = new +var value = new { ["Name"] = new MiniWordHyperLink(){ Url = "https://google.com",