Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoqixi committed Sep 9, 2022
1 parent ca1b5e7 commit 272a639
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Expand Up @@ -11,9 +11,9 @@
(测试环境VS2017、VS2019、VS2022,未测其他版本, 应该可以支持VS2015 - VS2022所有版本)

1. 安装扩展<br />
方法1:[从release下载VSIX直接安装](https://github.com/gameguo/visualstudio-rainbow-fart/releases/tag/v2.0)<br />
方法1:[从release下载VSIX直接安装](https://github.com/gameguo/visualstudio-rainbow-fart/releases/tag/v2.1)<br />
VS2022 请下载 visualstudio-rainbow-fart_2022.vsix<br />
VS2019 及更老版本请下载 visualstudio-rainbow-fart_2019_or_old.vsix<br /><br />
VS2019 及更老版本请下载 visualstudio-rainbow-fart.vsix<br /><br />
**以下链接只有2019及其以下版本:**<br />
方法2:[已发布VisualStudio扩展商店](https://marketplace.visualstudio.com/items?itemName=gameguo.rainbow-fart)<br />
~~方法3:VisualStudio 工具 >> 扩展与更新 >> 联机 >> 搜索:rainbow-fart 或 彩虹屁 (刚刚发布似乎还搜不到)~~
Expand All @@ -26,16 +26,14 @@

4. VS2017:可在菜单项 >> "彩虹屁" >> "设置" 中指定开关与音频资源路径<br />
VS2019/2022:可在菜单项 >> "扩展" >> "彩虹屁" >> "设置" 中指定开关与音频资源路径

## 关于编译

#### 项目最后使用VS2019与VS2022编译通过, 2022版本扩展与2019及其以下版本扩展无法使用同一个vsix发布。<br /> <br />
#### 项目最后使用VS2019与VS2022编译通过, VS2022版本扩展与VS2019及其以下版本扩展无法使用同一个vsix发布。<br /> <br />
发布时:<br />
默认使用vsixmanifest为发布VS2022版本 [source.extension.vsixmanifest](https://github.com/gameguo/visualstudio-rainbow-fart/blob/main/visualstudio-rainbow-fart/source.extension.vsixmanifest) <br />
如需发布2019及其以下版本, 请把 [source.extension_2019_or_old.vsixmanifest](https://github.com/gameguo/visualstudio-rainbow-fart/blob/main/visualstudio-rainbow-fart/source.extension_2019_or_old.vsixmanifest) 重命名为source.extension.vsixmanifest进行发布... <br />
默认使用[source.extension.vsixmanifest](https://github.com/gameguo/visualstudio-rainbow-fart/blob/main/visualstudio-rainbow-fart/source.extension.vsixmanifest)发布VS2019及其以下版本 <br />
发布VS2022, 请把 [source.extension_2022.vsixmanifest](https://github.com/gameguo/visualstudio-rainbow-fart/blob/main/visualstudio-rainbow-fart/source.extension_2022.vsixmanifest) 重命名为source.extension.vsixmanifest进行发布 <br />
<br />
<br />
另外,此项目代码偏早,继续维护可能需要重构... (其实没有时间!) <br /> <br />

## License
基于 MIT 开源,包括所有设计资源及音频资源。由于仓库中的音频资源大部分由真人录音,并且根据 MIT 被授权人义务。在此明确:尤其的对于仓库中多媒体资源,您有(单独)标明资源作者([@JustKowalski](https://github.com/JustKowalski) 提供。)、链接、许可的义务。
Expand All @@ -46,6 +44,3 @@

<br /> <br />
<img src="https://github.com/gameguo/visualstudio-rainbow-fart/blob/main/document/vs2019.png?raw=true" alt="1" width="1000" />
<img src="https://github.com/gameguo/visualstudio-rainbow-fart/blob/main/document/1.png?raw=true" alt="1" width="1000" />
<img src="https://github.com/gameguo/visualstudio-rainbow-fart/blob/main/document/2.png?raw=true" alt="1" width="1000" />
<img src="https://github.com/gameguo/visualstudio-rainbow-fart/blob/main/document/3.png?raw=true" alt="1" width="1000" />
Binary file removed document/1.png
Binary file not shown.
Binary file removed document/2.png
Binary file not shown.
Binary file removed document/3.png
Binary file not shown.
Binary file modified document/vs2019.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 272a639

Please sign in to comment.