Skip to content

Commit 0e8f45e

Browse files
committed
add deepwiki link and badge.
1 parent 4448437 commit 0e8f45e

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<div align="center">
2-
<p><a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/nuget/v/MiniWord.svg" alt="NuGet"></a> <a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/nuget/dt/MiniWord.svg" alt=""></a>
3-
<a href="https://github.com/mini-software/MiniWord" rel="nofollow"><img src="https://img.shields.io/github/stars/mini-software/MiniWord?logo=github" alt="GitHub stars"></a>
2+
<p><a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/nuget/v/MiniWord.svg" alt="NuGet"></a> <a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/nuget/dt/MiniWord.svg" alt=""></a>
3+
<a href="https://github.com/mini-software/MiniWord" rel="nofollow"><img src="https://img.shields.io/github/stars/mini-software/MiniWord?logo=github" alt="GitHub stars"></a>
44
<a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/badge/.NET-%3E%3D%204.5-red.svg" alt="version"></a>
5+
<a href="https://deepwiki.com/mini-software/MiniWord"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
56
</p>
67
</div>
78

@@ -29,7 +30,7 @@ MiniWord is an easy and effective .NET Word Template library.
2930

3031
## Getting Started
3132

32-
### Installation
33+
### Installation
3334

3435
- nuget link : https://www.nuget.org/packages/MiniWord
3536

@@ -94,7 +95,7 @@ MiniWord.SaveAsByTemplate(path, templatePath, value);
9495

9596
### Image
9697

97-
Value type is `MiniWordPicture`
98+
Value type is `MiniWordPicture`
9899

99100
##### Example
100101

@@ -335,10 +336,10 @@ var value = new
335336
If value type is `MiniWordHyperLink` system will replace template string by hyperlink.
336337

337338
* Url: HyperLink URI target path
338-
* Text:Description
339+
* Text:Description
339340

340341
```csharp
341-
var value = new
342+
var value = new
342343
{
343344
["Name"] = new MiniWordHyperLink(){
344345
Url = "https://google.com",

README.zh-CN.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<div align="center">
2-
<p><a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/nuget/v/MiniWord.svg" alt="NuGet"></a> <a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/nuget/dt/MiniWord.svg" alt=""></a>
3-
<a href="https://github.com/mini-software/MiniWord" rel="nofollow"><img src="https://img.shields.io/github/stars/mini-software/MiniWord?logo=github" alt="GitHub stars"></a>
2+
<p><a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/nuget/v/MiniWord.svg" alt="NuGet"></a> <a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/nuget/dt/MiniWord.svg" alt=""></a>
3+
<a href="https://github.com/mini-software/MiniWord" rel="nofollow"><img src="https://img.shields.io/github/stars/mini-software/MiniWord?logo=github" alt="GitHub stars"></a>
44
<a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/badge/.NET-%3E%3D%204.5-red.svg" alt="version"></a>
5+
<a href="https://deepwiki.com/mini-software/MiniWord"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
56
</p>
67
</div>
78

@@ -280,7 +281,7 @@ MiniWord.SaveAsByTemplate(path, templatePath, value);
280281
##### Example
281282

282283
```csharp
283-
var value = new
284+
var value = new
284285
{
285286
LoopData = new List<object>()
286287
{
@@ -369,7 +370,7 @@ var value = new
369370
* 文字:超链接文字
370371

371372
```csharp
372-
var value = new
373+
var value = new
373374
{
374375
["Name"] = new MiniWordHyperLink(){
375376
Url = "https://google.com",
@@ -516,7 +517,7 @@ public class ApiController : Controller
516517
## 支持 : [Donate Link](https://miniexcel.github.io/)
517518

518519
<a href="https://user-images.githubusercontent.com/12729184/158003727-ca348041-5e59-44bc-a694-f400777e0252.jpg"><img src="https://user-images.githubusercontent.com/12729184/158003727-ca348041-5e59-44bc-a694-f400777e0252.jpg" alt="wechat" width="200px" height="300px">
519-
</a>
520+
</a>
520521
<a href="https://user-images.githubusercontent.com/12729184/158003731-6d132872-19c3-4840-b1af-97aa22f9bf4b.jpg">
521522
<img src="https://user-images.githubusercontent.com/12729184/158003731-6d132872-19c3-4840-b1af-97aa22f9bf4b.jpg" alt="alipay" width="200px" height="300px"></a>
522523

README.zh-Hant.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<div align="center">
2-
<p><a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/nuget/v/MiniWord.svg" alt="NuGet"></a> <a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/nuget/dt/MiniWord.svg" alt=""></a>
3-
<a href="https://github.com/mini-software/MiniWord" rel="nofollow"><img src="https://img.shields.io/github/stars/mini-software/MiniWord?logo=github" alt="GitHub stars"></a>
2+
<p><a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/nuget/v/MiniWord.svg" alt="NuGet"></a> <a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/nuget/dt/MiniWord.svg" alt=""></a>
3+
<a href="https://github.com/mini-software/MiniWord" rel="nofollow"><img src="https://img.shields.io/github/stars/mini-software/MiniWord?logo=github" alt="GitHub stars"></a>
44
<a href="https://www.nuget.org/packages/MiniWord"><img src="https://img.shields.io/badge/.NET-%3E%3D%204.5-red.svg" alt="version"></a>
5+
<a href="https://deepwiki.com/mini-software/MiniWord"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
56
</p>
67
</div>
78

@@ -334,7 +335,7 @@ var value = new
334335
* 文字:超鏈接文字
335336

336337
```csharp
337-
var value = new
338+
var value = new
338339
{
339340
["Name"] = new MiniWordHyperLink(){
340341
Url = "https://google.com",

0 commit comments

Comments
 (0)