Skip to content

Commit

Permalink
docs: update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMrYan committed Jul 6, 2024
1 parent f5d75fc commit 7a302af
Showing 1 changed file with 13 additions and 23 deletions.
36 changes: 13 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,18 @@
<img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues/diskcloud/service">
</p>


## Support System💻

| Liunx | MacOS | Windows |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| Liunx | MacOS | Windows |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| <img alt="Liunx" width="35" src="./public/support-system/linux.svg"> | <img alt="MacOs" width="35" src="./public/support-system/macos.svg"> | <img alt="Windows" width="35" src="./public/support-system/windows.svg"> |



## Runtime Environment📍

| Node | Npm | Yarn | MySQL | Redis |
| -------- | ------- | -------- | -------- | ------- |
| >=18.0.0 | >=8.0.0 | >=1.22.0 | >=5.7.44 | >=7.2.4 |



## Usage😋

#### Liunx
Expand All @@ -41,29 +36,24 @@
./scripts/setup.ps1
```




## Contributors 💪

<a href="https://github.com/diskcloud/service/graphs/contributors"><img src="https://opencollective.com/diskcloud/contributors.svg" /></a>

<p>
<a href="https://next.ossinsight.io/widgets/official/compose-activity-trends?repo_id=820362952" target="_blank" style="display: block" align="center">
<picture>
<source width="49.5% media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-activity-trends/thumbnail.png?repo_id=820362952&image_size=auto&color_scheme=dark" height="200px">
<a href="https://next.ossinsight.io/widgets/official/compose-activity-trends?repo_id=820362952" target="_blank" style="display: block" align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-activity-trends/thumbnail.png?repo_id=820362952&image_size=auto&color_scheme=dark">
<img alt="Activity Trends of diskcloud/service - Last 28 days" src="https://next.ossinsight.io/widgets/official/compose-activity-trends/thumbnail.png?repo_id=820362952&image_size=auto&color_scheme=light" height="auto">
</picture>
</a>
<a href="https://next.ossinsight.io/widgets/official/analyze-org-activity-efficiency?owner_id=11855343&period=past_28_days&activity=pull-requests" target="_blank" style="display: block" align="center">
<picture>
<source width="49.5%" media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/analyze-org-activity-efficiency/thumbnail.png?owner_id=11855343&period=past_28_days&activity=pull-requests&image_size=3x9&color_scheme=dark" height="200px">
</picture>
</a>

<a href="https://next.ossinsight.io/widgets/official/analyze-org-activity-efficiency?owner_id=11855343&period=past_28_days&activity=pull-requests" target="_blank" style="display: block" align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/analyze-org-activity-efficiency/thumbnail.png?owner_id=11855343&period=past_28_days&activity=pull-requests&image_size=3x9&color_scheme=dark">
<img alt="Count of Pull requests Over Time" src="https://next.ossinsight.io/widgets/official/analyze-org-activity-efficiency/thumbnail.png?owner_id=11855343&period=past_28_days&activity=pull-requests&image_size=3x9&color_scheme=light" height="auto">
</picture>
</a>
</p>
</picture>
</a>

## Other Docs📖

[贡献指南](./CONTRIBUTING.md) | [安全策略](./SECURITY.md) | [更新日志](./CHANGELOG.md) | [MIT license](./LICENSE)

0 comments on commit 7a302af

Please sign in to comment.