Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SaekiRaku committed Jun 14, 2020
1 parent 85bd401 commit 4fd15dc
Show file tree
Hide file tree
Showing 50 changed files with 633 additions and 740 deletions.
3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ vsc-extension-quickstart.md
assets/
docs/
src/page/src/
src/page/.cache/
src/page/.cache/
scripts/
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to the "vscode-rainbow-fart" extension will be documented in

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [1.1.0] - 2020-06-14

### Added

- Support import voice packages
- New built-in voices for Chinese
- I18N supports for English
- Add document

### Changed

- New user interface

## [1.0.2] - 2020-06-01

- Lower the required version of VSCode.
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.1.0
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

<!--
## [Unreleased]
-->

## [1.0.0] - 2020-06-14

Initial Release
12 changes: 12 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Qi Sketch Exporter

Please choose language:

<script>
var language = navigator.language || navigator.browserLanguage;
if (language.indexOf("zh") != -1) {
location.href += "zh/";
} else {
location.href += "en/";
}
</script>
Binary file added docs/assets/showoff-1.mp4
Binary file not shown.
Binary file added docs/assets/ui-homepage.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 docs/assets/ui-settings.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: 2 additions & 0 deletions docs/global.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
window.VERSION = "1.1.0";
window.URL_PREFIX = location.pathname === "/" ? "" : location.pathname;
Binary file removed docs/images/step-1.png
Binary file not shown.
Binary file removed docs/images/step-2.png
Binary file not shown.
Binary file removed docs/images/step-3.png
Binary file not shown.
Binary file removed docs/images/step-4.png
Binary file not shown.
107 changes: 34 additions & 73 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,84 +4,45 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>🌈 Rainbow Fart</title>
<link rel="stylesheet" href="./styles/index.css">
<script src="./libs/medium-zoom.min.js"></script>
<title>My Docs</title>
<link rel="stylesheet" href="https://unpkg.com/docute@4/dist/docute.css">
<script src="https://unpkg.com/docute@4/dist/docute.js"></script>
<style>
.SidebarItems a, .ItemTitle span {
font-size: 16px !important;
line-height: 32px !important;
}
</style>
</head>

<body>
<h1 class="headline rainbow">🌈 RAINBOW FART</h1>
<p class="description">这是一个在你编程时疯狂称赞你的 VSCode 扩展插件(真人语音)</p>

<hr class="divider">

<a class="download rainbow-background" href="./releases/rainbow-fart-1.0.2.vsix">下载 rainbow-fart-1.0.2.vsix</a>
<br>
<a href="https://github.com/SaekiRaku/vscode-rainbow-fart">GitHub</a>


<h2 class="title">演示视频</h2>
<video class="video" src="https://saekiraku.oss-cn-beijing.aliyuncs.com/github/vscode-rainbow-fart/showoff.mp4" controls></video>

<hr class="divider">

<h2 class="title">如何使用</h2>
<ol class="usage">
<li>
<p>1. 下载插件,在 VSCode 扩展面板中选择 “<strong>从 VSIX 安装</strong></p>
<img src="https://saekiraku.oss-cn-beijing.aliyuncs.com/github/vscode-rainbow-fart/step-1.png" alt="Step 1" data-zoomable>
</li>
<li>
<p>2. 菜单 查看-命令面板 或快捷键 Ctrl(Command) + Shift + P,输入 <strong>Enable Rainbow Fart</strong></p>
<img src="https://saekiraku.oss-cn-beijing.aliyuncs.com/github/vscode-rainbow-fart/step-2.png" alt="Step 2" data-zoomable>
</li>
<li>
<p>3. 点击弹出消息的 <strong>Open</strong> 按钮</p>
<img src="https://saekiraku.oss-cn-beijing.aliyuncs.com/github/vscode-rainbow-fart/step-3.png" alt="Step 3" data-zoomable>
</li>
<li>
<p>4. 点击<strong>授权</strong>按钮,并<strong>保持网页打开</strong></p>
<img src="https://saekiraku.oss-cn-beijing.aliyuncs.com/github/vscode-rainbow-fart/step-4.png" alt="Step 4" data-zoomable>
</li>
<li>
<p>5. 回到 VSCode 享受编程吧,尝试输入 <strong>function</strong> 试一试</p>
</li>
</ol>

<h2 class="title">声音贡献</h2>

<table class="contributor">
<tr>
<th>关键字</th>
<th>声优</th>
</tr>
<tr>
<td>document</td>
<td>Miss Li</td>
</tr>
<tr>
<td>function</td>
<td>Alice Moon</td>
</tr>
<tr>
<td>alert</td>
<td>Sara</td>
</tr>
<tr>
<td>Vue</td>
<td>Miss Fu</td>
</tr>
<tr>
<td>ajax</td>
<td>Miss Chen</td>
</tr>
</table>
<p class="footnote" style="padding-bottom: 120px;">欢迎各位小姐姐到 GitHub 贡献声音</p>

<div id="docute"></div>
<script src="./global.js"></script>
<script src="./sidebar.zh.js"></script>
<script src="./sidebar.en.js"></script>
<script>
mediumZoom('[data-zoomable]')
// https://docute.org/zh/
new Docute({
target: '#docute',
title: "VSCode Rainbow Fart",
cssVariables: function(){
return {
accentColor: "#CC8800",
linkColor: "#CC8800",
navLinkBorderColor: "#CC8800",
}
},
darkThemeToggler: true,
detectSystemDarkTheme: true,
editLinkBase: "https://github.com/saekiraku/vscode-rainbow-fart/blob/master/docs",
...I18N_EN,

overrides: {
"/en/": I18N_EN,
"/zh/": I18N_ZH
}
});
</script>

</body>

</html>
2 changes: 0 additions & 2 deletions docs/libs/medium-zoom.min.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/note.md

This file was deleted.

Binary file removed docs/releases/rainbow-fart-1.0.0.vsix
Binary file not shown.
Binary file removed docs/releases/rainbow-fart-1.0.1.vsix
Binary file not shown.
Binary file removed docs/releases/rainbow-fart-1.0.2.vsix
Binary file not shown.
Binary file added docs/releases/rainbow-fart-1.1.0.vsix
Binary file not shown.
Binary file removed docs/showoff.mp4
Binary file not shown.
28 changes: 28 additions & 0 deletions docs/sidebar.en.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
var I18N_EN = {
language: "English",
editLinkText: "Edit this page on GitHub",
nav: [
{
title: "Home",
link: "/en/README.md"
},
{
title: "Change Log",
link: "/CHANGELOG"
},
{
title: "GitHub",
link: "https://github.com/saekiraku/vscode-rainbow-fart"
}
],
sidebar: [
{
title: "Summary",
link: "/en/README.md"
},
{
title: "Customize Voice Package",
link: "/en/voice-packages.md"
}
]
}
27 changes: 27 additions & 0 deletions docs/sidebar.zh.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
var I18N_ZH = {
language: "简体中文",
editLinkText: "在 GitHub 上编辑此页",
nav: [{
title: "首页",
link: "/zh/README.md"
},
{
title: "更新日志",
link: "/CHANGELOG"
},
{
title: "GitHub",
link: "https://github.com/saekiraku/vscode-rainbow-fart"
}
],
sidebar: [
{
title: "概述",
link: "/zh/README.md"
},
{
title: "定制语音包",
link: "/zh/voice-packages.md"
}
]
}
Loading

0 comments on commit 4fd15dc

Please sign in to comment.