Skip to content

Commit

Permalink
Readme update (#9)
Browse files Browse the repository at this point in the history
* readme update

* versionFilename variable

* add genshin logoo
  • Loading branch information
Nigh committed Nov 14, 2021
1 parent 030a827 commit 8dccda7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
![](logo.png)
![](logo.png)![genshin](assets\genshin.png)

- github:https://github.com/Nigh/DoMiSo-genshin

> This document has been mostly translated by `deepl.com`
## Introduction(简介)

`DoMiSo` is a software that helps you play musical instruments fully automatically in the game 「Genshin Impact」.

`自动弹琴人偶` 是一个帮助你在游戏《原神》中全自动演奏乐器的软件。

## Download(下载)

- [Download Link-下载链接-1](https://download.fastgit.org/Nigh/DoMiSo-genshin/releases/latest/download/DomisoGenshin.zip)
- [Download Link-下载链接-2](https://github.com/Nigh/DoMiSo-genshin/releases/latest/download/DomisoGenshin.zip)
- [Download Link-下载链接-3](https://github.com.cnpmjs.org/Nigh/DoMiSo-genshin/releases/latest/download/DomisoGenshin.zip)

## Related Software(相关软件)
#### [LyreMaster-Genshin(手搓弹琴大师-原神)](https://github.com/Nigh/LyreMaster-Genshin)

`LyreMaster` is a software that helps you to play musical instruments easily in the game 「Genshin Impact」.

`手搓弹琴大师` 是一个帮助你在游戏《原神》中轻松演奏乐器的软件。


## Glossary of Terms(名词对照)
`numbered musical notation`:`简谱`

Expand Down
Binary file added assets/genshin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion update.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ outputVersion(){
{
RegExMatch(param, "--out=(\w+)", outName)
if(outName1=="version") {
f := FileOpen("version.txt","w","UTF-8-RAW")
f := FileOpen(versionFilename,"w","UTF-8-RAW")
f.Write(version)
f.Close()
ExitApp
Expand Down

0 comments on commit 8dccda7

Please sign in to comment.