File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 7
7
> - This project is for Windows, so we do not accept inquiries about macOS version.
8
8
> - We do not accept issues or pull requests in languages other than English.
9
9
10
- > [ !NOTE]
11
- >
12
- > I'm currently preparing to distribute the app on the Microsoft Store,
13
- > so please do not post questions about how to download it for issues.
14
-
15
10
[ ![ Github issues] ( https://img.shields.io/github/issues/Kyome22/RunCat365 )] ( https://github.com/Kyome22/RunCat365/issues )
16
11
[ ![ Github forks] ( https://img.shields.io/github/forks/Kyome22/RunCat365 )] ( https://github.com/Kyome22/RunCat365/network/members )
17
12
[ ![ Github stars] ( https://img.shields.io/github/stars/Kyome22/RunCat365 )] ( https://github.com/Kyome22/RunCat365/stargazers )
18
13
[ ![ Top language] ( https://img.shields.io/github/languages/top/Kyome22/RunCat365 )] ( https://github.com/Kyome22/RunCat365/ )
19
14
[ ![ Release] ( https://img.shields.io/github/v/release/Kyome22/RunCat365 )] ( )
20
15
[ ![ Github license] ( https://img.shields.io/github/license/Kyome22/RunCat365 )] ( https://github.com/Kyome22/RunCat365/ )
21
16
22
- ` C# ` ` .NET 9.0 ` ` Visual Studio ` ` RunCat `
17
+ ` C# ` ` Win32 ` ` .NET 9.0 ` ` Visual Studio ` ` RunCat `
23
18
24
19
## Demo
25
20
31
26
32
27
## Installation
33
28
34
- Comming Soon.
29
+ RunCat 365 is available for installation on the Microsoft Store.
30
+
31
+ - Requirement: Windows 10 version 19041.0 or higher
32
+ - Microsoft Store: https://apps.microsoft.com/detail/9nw5lpnvwfwj
33
+ - Language: English
35
34
36
35
## Contributors
37
36
Original file line number Diff line number Diff line change 47
47
< p >
48
48
< img class ="demo " src ="./images/demo.gif " alt ="demo " />
49
49
</ p >
50
+ < p class ="microsoft-store-banner ">
51
+ < a href ="https://apps.microsoft.com/detail/9nw5lpnvwfwj ">
52
+ < img src ="images/get_it_from_ms.svg " alt ="Go to Microsoft Store " />
53
+ </ a >
54
+ </ p >
50
55
< div class ="detail ">
51
56
< p class ="feature ">
52
57
You can check information on CPU usage,< br /> memory performance, and storage capacity.
Original file line number Diff line number Diff line change @@ -75,6 +75,15 @@ img.demo {
75
75
height : 200px ;
76
76
}
77
77
78
+ p .microsoft-store-banner img {
79
+ height : 78px ;
80
+ }
81
+
82
+ p .microsoft-store-banner img : active {
83
+ opacity : 0.7 ;
84
+ transform : translateY (2px );
85
+ }
86
+
78
87
img .screenshot {
79
88
width : 600px ;
80
89
height : 343px ;
You can’t perform that action at this time.
0 commit comments