Skip to content

Commit

Permalink
init: init Kugimiya voice package
Browse files Browse the repository at this point in the history
  • Loading branch information
zthxxx committed Jun 21, 2020
0 parents commit 04af2b9
Show file tree
Hide file tree
Showing 43 changed files with 234 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.idea
.vscode

/dist

*.zip
35 changes: 35 additions & 0 deletions README.md
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 added arrow_function_01.mp3
Binary file not shown.
Binary file added await_01.mp3
Binary file not shown.
Binary file added await_02.mp3
Binary file not shown.
Binary file added await_03.mp3
Binary file not shown.
Binary file added catch_01.mp3
Binary file not shown.
Binary file added catch_02.mp3
Binary file not shown.
Binary file added catch_03.mp3
Binary file not shown.
Binary file added for_01.mp3
Binary file not shown.
Binary file added for_02.mp3
Binary file not shown.
Binary file added for_03.mp3
Binary file not shown.
Binary file added function.mp3
Binary file not shown.
Binary file added function_01.mp3
Binary file not shown.
Binary file added function_02.mp3
Binary file not shown.
Binary file added function_03.mp3
Binary file not shown.
Binary file added if_01.mp3
Binary file not shown.
Binary file added if_02.mp3
Binary file not shown.
Binary file added if_03.mp3
Binary file not shown.
Binary file added import_01.mp3
Binary file not shown.
Binary file added import_02.mp3
Binary file not shown.
Binary file added louise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
148 changes: 148 additions & 0 deletions manifest.json
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"
]
}
]
}
23 changes: 23 additions & 0 deletions package.json
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"
}
Binary file added preview/Kugimiya-preview-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/Kugimiya-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions scripts/zip.sh
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 added shana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added time_before_noon_01.mp3
Binary file not shown.
Binary file added time_before_noon_02.mp3
Binary file not shown.
Binary file added time_before_noon_03.mp3
Binary file not shown.
Binary file added time_before_noon_04.mp3
Binary file not shown.
Binary file added time_each_hour_01.mp3
Binary file not shown.
Binary file added time_each_hour_02.mp3
Binary file not shown.
Binary file added time_each_hour_03.mp3
Binary file not shown.
Binary file added time_each_hour_04.mp3
Binary file not shown.
Binary file added time_each_hour_05.mp3
Binary file not shown.
Binary file added time_evening_01.mp3
Binary file not shown.
Binary file added time_midnight_01.mp3
Binary file not shown.
Binary file added time_morning_01.mp3
Binary file not shown.
Binary file added time_noon_01.mp3
Binary file not shown.
Binary file added v_html_01.mp3
Binary file not shown.

0 comments on commit 04af2b9

Please sign in to comment.