Skip to content

Commit d7793d4

Browse files
committed
Merge branch 'master' of https://github.com/kitUIN/ShadowViewer
2 parents a829e6e + 0c21234 commit d7793d4

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

.github/workflows/build.yml

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ name: Build
33
on:
44
push:
55
branches: [ master ]
6+
paths:
7+
- '!.github/**'
8+
- '!.editorconfig'
9+
- '!.gitattributes'
10+
- '!.gitignore'
11+
- '!.gitmodules'
12+
- '!LICENSE.txt'
13+
- '!README.md'
14+
- '!README_EN.md'
15+
- '!ShadowViewer.sln'
16+
- '!vercel.json'
617
workflow_dispatch:
718

819

README.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@
1010
</div>
1111

1212
<p align="center">
13-
<a href="https://github.com/kitUIN/ShadowViewer/blob/master/LICENSE">
14-
<img src="https://img.shields.io/badge/license-MIT-green" alt="license">
15-
</a>
16-
<a href="https://github.com/kitUIN/ShadowViewer/releases">
17-
<img src="https://img.shields.io/github/v/release/kitUIN/ShadowViewer" alt="release">
18-
</a>
19-
<a href="https://github.com/kitUIN/ShadowViewer.Core/releases">
20-
<img src="https://img.shields.io/badge/Core-2024.12.31.6-8A2BE2" alt="chajian">
21-
</a>
22-
</p>
13+
<a href="https://github.com/kitUIN/ShadowViewer/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="license"></a>
14+
<a href="https://github.com/kitUIN/ShadowViewer/releases"><img src="https://img.shields.io/github/v/release/kitUIN/ShadowViewer?style=flat-square" alt="release"></a>
15+
<a href="https://github.com/kitUIN/ShadowViewer.Core/releases"><img src="https://img.shields.io/github/v/release/kitUIN/ShadowViewer.Core?color=blueviolet&include_prereleases&label=Core&style=flat-square"></a>
16+
<a href="https://github.com/kitUIN/ShadowViewer/actions"><img src="https://img.shields.io/github/actions/workflow/status/kitUIN/ShadowViewer/build.yml?logo=github&label=build&style=flat-square" alt="action"></a>
17+
</p>
2318
<p align="center">
2419
<a href="https://shadowviewer.kituin.fun/">📖文档</a>
2520
·

0 commit comments

Comments
 (0)