-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 04af2b9
Showing
43 changed files
with
234 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# http://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
|
||
[Makefile] | ||
indent_style = tab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.idea | ||
.vscode | ||
|
||
/dist | ||
|
||
*.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# 钉宫 rainbow-fart 语音包 | ||
|
||
> 哪个男孩能拒绝一个傲娇萝莉纸片人老婆在一旁鞭写鞭骂呢? | ||
这是一个 vscode 彩虹屁🌈插件 [vscode-rainbow-fart](https://github.com/SaekiRaku/vscode-rainbow-fart) 的语音扩展包,灵感来源 [issue#40](https://github.com/SaekiRaku/vscode-rainbow-fart/issues/40) | ||
|
||
但这不是彩虹屁,因为钉宫并没有夸你,相反是在骂你; | ||
|
||
但是从作用并没有区别,彩虹屁原理是让人听着舒服 心情愉悦有动力写代码, | ||
|
||
而钉宫的傲娇声音同样听着舒服而且非常激动,码力十足。 | ||
|
||
「 你再骂?!(恳求) 」 | ||
|
||
## Preview | ||
|
||
![kugimiya](./preview/Kugimiya-preview.png) | ||
|
||
![kugimiya](./preview/Kugimiya-preview-dark.png) | ||
|
||
|
||
## Install | ||
|
||
从[本仓库](https://github.com/zthxxx/kugimiya-rainbow-fart/) clone 后自己打包,或者直接在 [Releases](https://github.com/zthxxx/kugimiya-rainbow-fart/releases) 中下载最新版 | ||
|
||
## Contribute | ||
|
||
|
||
目前关键词和语音 意很不希望众钉宫病患者厨力放出,完善一下语音和对应关键词,让钉宫骂得更爽一点 | ||
|
||
## Ref | ||
|
||
基于官方 `Built-In Voice (Chinese)` 替换 keywords 对应音频 | ||
|
||
感谢 [@moonlitht](https://github.com/moonlitht) 提供[切分的音频文件](https://github.com/SaekiRaku/vscode-rainbow-fart/issues/40#issuecomment-647021980) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
{ | ||
"name": "KugimiyaRie", | ||
"display-name": "KugimiyaRie 钉宫理惠 (Japanese)", | ||
"avatar": "louise.png", | ||
"avatar-dark": "shana.png", | ||
"version": "0.0.1", | ||
"description": "傲娇钉宫,鞭写鞭骂", | ||
"languages": [ | ||
"javascript" | ||
], | ||
"author": "zthxxx", | ||
"gender": "female", | ||
"locale": "jp", | ||
"contributes": [ | ||
{ | ||
"keywords": [ | ||
"function", | ||
"=>" | ||
], | ||
"voices": [ | ||
"function_01.mp3", | ||
"function_02.mp3", | ||
"function_03.mp3" | ||
] | ||
}, | ||
{ | ||
"keywords": [ | ||
"=>" | ||
], | ||
"voices": [ | ||
"arrow_function_01.mp3" | ||
] | ||
}, | ||
{ | ||
"keywords": [ | ||
"if" | ||
], | ||
"voices": [ | ||
"if_01.mp3", | ||
"if_02.mp3", | ||
"if_03.mp3" | ||
] | ||
}, | ||
{ | ||
"keywords": [ | ||
"for", | ||
"while" | ||
], | ||
"voices": [ | ||
"for_01.mp3", | ||
"for_02.mp3", | ||
"for_03.mp3" | ||
] | ||
}, | ||
{ | ||
"keywords": [ | ||
"await" | ||
], | ||
"voices": [ | ||
"await_01.mp3", | ||
"await_02.mp3", | ||
"await_03.mp3" | ||
] | ||
}, | ||
{ | ||
"keywords": [ | ||
"catch" | ||
], | ||
"voices": [ | ||
"catch_01.mp3", | ||
"catch_02.mp3", | ||
"catch_03.mp3" | ||
] | ||
}, | ||
{ | ||
"keywords": [ | ||
"import" | ||
], | ||
"voices": [ | ||
"import_01.mp3", | ||
"import_02.mp3" | ||
] | ||
}, | ||
{ | ||
"keywords": [ | ||
"v-html" | ||
], | ||
"voices": [ | ||
"v_html_01.mp3" | ||
] | ||
}, | ||
{ | ||
"keywords": [ | ||
"$time_morning" | ||
], | ||
"voices": [ | ||
"time_morning_01.mp3" | ||
] | ||
}, | ||
{ | ||
"keywords": [ | ||
"$time_before_noon" | ||
], | ||
"voices": [ | ||
"time_before_noon_01.mp3", | ||
"time_before_noon_02.mp3", | ||
"time_before_noon_03.mp3", | ||
"time_before_noon_04.mp3" | ||
] | ||
}, | ||
{ | ||
"keywords": [ | ||
"$time_noon" | ||
], | ||
"voices": [ | ||
"time_noon_01.mp3" | ||
] | ||
}, | ||
{ | ||
"keywords": [ | ||
"$time_evening" | ||
], | ||
"voices": [ | ||
"time_evening_01.mp3" | ||
] | ||
}, | ||
{ | ||
"keywords": [ | ||
"$time_midnight" | ||
], | ||
"voices": [ | ||
"time_midnight_01.mp3" | ||
] | ||
}, | ||
{ | ||
"keywords": [ | ||
"$time_each_hour" | ||
], | ||
"voices": [ | ||
"time_each_hour_01.mp3", | ||
"time_each_hour_02.mp3", | ||
"time_each_hour_03.mp3", | ||
"time_each_hour_04.mp3", | ||
"time_each_hour_05.mp3" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "kugimiya-rainbow-fart", | ||
"version": "0.0.1", | ||
"description": "Kugimiya voice for vscode-rainbow-fart", | ||
"main": "manifest.json", | ||
"scripts": { | ||
"zip": "./scripts/zip.sh" | ||
}, | ||
"author": "zthxxx", | ||
"repository": "zthxxx/kugimiya-rainbow-fart", | ||
"keywords": [ | ||
"kugimiya", | ||
"rainbow-fart" | ||
], | ||
"license": "MIT", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/zthxxx/kugimiya-rainbow-fart/issues" | ||
}, | ||
"homepage": "https://github.com/zthxxx/kugimiya-rainbow-fart" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
version=$(node -e 'console.log(require("./package.json").version)') | ||
rm -rf ./dist | ||
mkdir -p ./dist | ||
zip -D "./dist/kugimiya-${version}.zip" *.mp3 *.png *.md manifest.json |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.