Skip to content

Commit

Permalink
add: readme screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraZiling committed Jan 31, 2024
1 parent eb5e20a commit 683265c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 26 deletions.
38 changes: 13 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,13 @@

</div>

<details>
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#about-pip-manager">About Pip Manager</a>
<ul>
<li><a href="#technology-stack">Technology Stack</a></li>
</ul>
</li>
<li>
<a href="#getting-started">Getting Started</a>
<ul>
<li><a href="#arguments">Arguments</a></li>
</ul>
</li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
</ol>
</details>
---

该项目处于早期开发阶段,存在大量Bug

The project is in an early stage of development and has a lot of bugs

---

## About Pip Manager

Expand All @@ -70,23 +57,24 @@ Pip Manager is based on the following technology stacks:

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## Getting Started
## Screenshots

_Get `PipManager-XXX.zip` from Github Releases._
![imaged94b02fa5d799502.png](https://loli.tc/images/imaged94b02fa5d799502.png)
![image94df723d9bc647dc.png](https://loli.tc/images/image94df723d9bc647dc.png)

## Getting Started

Double click `PipManager-XXX.exe`

### Arguments

- `/console`: Show console while program running
- `/experiment`: Enable a secret page for test
- `/experiment`: Enable a secret page for test *Currently this feature is useless*

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## Roadmap

**Pip Manager is currently developing in early version**

### Infrastructure

- [x] Navigation Service
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
param(
[string] $Architecture = "x64",
[string] $Version = "1.0.0.1"
[string] $Version = "0.0.0.1"
)

$ErrorActionPreference = "Stop";
Expand Down
5 changes: 5 additions & 0 deletions src/PipManager.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PipManager", "PipManager\PipManager.csproj", "{4C085660-9DCE-403F-89A7-E36C9405BBC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{B7B16EC6-9787-477B-B84A-7DACBEB96277}"
ProjectSection(SolutionItems) = preProject
..\README.md = ..\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 683265c

Please sign in to comment.