Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SaekiRaku committed May 8, 2020
1 parent a300e41 commit 497d0f0
Show file tree
Hide file tree
Showing 38 changed files with 718 additions and 279 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Qi Sketch Exporter

![](./docs/assets/banner.png)

* 请直接阅读文档:
* Please read the documentation directly:

Expand Down
2 changes: 1 addition & 1 deletion assets/manifest.js

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions assets/src.e31bb0bc.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 133 additions & 10 deletions assets/src.e31bb0bc.js

Large diffs are not rendered by default.

Binary file modified design/qi-sketch-exporter.sketch
Binary file not shown.
60 changes: 11 additions & 49 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,17 @@
# 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

## [1.0.1] - 2020-05-08

## [1.0.0] - 2017-06-20
### Added
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
- Version navigation.
- Links to latest released version in previous versions.
- "Why keep a changelog?" section.
- "Who needs a changelog?" section.
- "How do I make a changelog?" section.
- "Frequently Asked Questions" section.
- New "Guiding Principles" sub-section to "How do I make a changelog?".
- Simplified and Traditional Chinese translations from [@tianshuo](https://github.com/tianshuo).
- German translation from [@mpbzh](https://github.com/mpbzh) & [@Art4](https://github.com/Art4).
- Italian translation from [@azkidenz](https://github.com/azkidenz).
- Swedish translation from [@magol](https://github.com/magol).
- Turkish translation from [@karalamalar](https://github.com/karalamalar).
- French translation from [@zapashcanon](https://github.com/zapashcanon).
- Brazilian Portugese translation from [@Webysther](https://github.com/Webysther).
- Polish translation from [@amielucha](https://github.com/amielucha) & [@m-aciek](https://github.com/m-aciek).
- Russian translation from [@aishek](https://github.com/aishek).
- Czech translation from [@h4vry](https://github.com/h4vry).
- Slovak translation from [@jkostolansky](https://github.com/jkostolansky).
- Korean translation from [@pierceh89](https://github.com/pierceh89).
- Croatian translation from [@porx](https://github.com/porx).
- Persian translation from [@Hameds](https://github.com/Hameds).
- Ukrainian translation from [@osadchyi-s](https://github.com/osadchyi-s).

### Changed
- Start using "changelog" over "change log" since it's the common usage.
- Start versioning based on the current English version at 0.3.0 to help
translation authors keep things up-to-date.
- Rewrite "What makes unicorns cry?" section.
- Rewrite "Ignoring Deprecations" sub-section to clarify the ideal
scenario.
- Improve "Commit log diffs" sub-section to further argument against
them.
- Merge "Why can’t people just use a git log diff?" with "Commit log
diffs"
- Fix typos in Simplified Chinese and Traditional Chinese translations.
- Fix typos in Brazilian Portuguese translation.
- Fix typos in Turkish translation.
- Fix typos in Czech translation.
- Fix typos in Swedish translation.
- Improve phrasing in French translation.
- Fix phrasing and spelling in German translation.

### Removed
- Section about "changelog" vs "CHANGELOG".

- Download assets panel for temporary use. It will change in the future.


## [1.0.0] - 2020-05-06

Initial Release
8 changes: 7 additions & 1 deletion docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ If you have any suggestions or comments in use, please feedback on [GitHub Issue

</Note>

<Note type="warning">

Qi Sketch Exporter is work-in-progress(Including the front-end component library used in the project [Qi Design Vue](https://qiqi-1996.github.io/qi-design-vue/) is also in the Alpha testing stage).Please be aware of the possibility of errors and risks in this project before applying this project to a business environment
</Note>


## Install

<center>
<a :href="`https://qiqi-1996.github.io/qi-sketch-exporter/releases/qi-sketch-exporter.${VERSION}.zip`" class="download">Download Version {{VERSION}}</a>
<a :href="`https://qiqi-1996.github.io/qi-sketch-exporter/releases/qi-sketch-exporter@${VERSION}.zip`" class="download">Download Version {{VERSION}}</a>
<br>
<a href="https://github.com/qiqi-1996/qi-sketch-exporter/releases">Checkout History Versions</a>
</center>
Expand Down
3 changes: 1 addition & 2 deletions docs/global.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
window.VERSION = "0.1.0-beta";

window.VERSION = "1.0.1";
window.URL_PREFIX = location.pathname === "/" ? "" : location.pathname;
35 changes: 4 additions & 31 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<script src="./sidebar.zh-CN.js"></script>
<script src="./sidebar.en.js"></script>
<script>
// https://docute.org/zh/
new Docute({
target: '#docute',
title: "QI SKETCH EXPORTER",
Expand All @@ -34,39 +35,11 @@
darkThemeToggler: true,
detectSystemDarkTheme: true,
editLinkBase: "https://github.com/qiqi-1996/qi-sketch-exporter/blob/master/docs",
// https://docute.org/zh/
...I18N_EN,

overrides: {
"/en/": {
language: "English",
sidebar: SIDEBAR_EN,
editLinkText: "Edit this page on GitHub",
nav: [
{
title: "Home",
link: "/en/README.md"
},
{
title: "GitHub",
link: "https://github.com/qiqi-1996/qi-sketch-exporter"
}
],
},
"/zh-CN/": {
language: "简体中文",
sidebar: SIDEBAR_ZH_CN,
editLinkText: "在 GitHub 上编辑此页",
nav: [
{
title: "首页",
link: "/zh-CN/README.md"
},
{
title: "GitHub",
link: "https://github.com/qiqi-1996/qi-sketch-exporter"
}
],
}
"/en/": I18N_EN,
"/zh-CN/": I18N_ZH_CN
}
});
</script>
Expand Down
File renamed without changes.
Binary file added docs/releases/[email protected]
Binary file not shown.
64 changes: 41 additions & 23 deletions docs/sidebar.en.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,41 @@
var SIDEBAR_EN = [
{
title: "Summary",
link: "/en/README.md"
},
{
title: "Usage",
link: "/en/usage.md"
},
{
title: "For Designer",
link: "/en/designer.md"
},
{
title: "For Developer",
children: [
{
title: "Source Code",
link: "/en/developer/source.md",
}
]
},
]
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/qiqi-1996/qi-sketch-exporter"
}
],
sidebar: [
{
title: "Summary",
link: "/en/README.md"
},
{
title: "Usage",
link: "/en/usage.md"
},
{
title: "For Designer",
link: "/en/designer.md"
},
{
title: "For Developer",
children: [
{
title: "Source Code",
link: "/en/developer/source.md",
}
]
},
]
}
56 changes: 35 additions & 21 deletions docs/sidebar.zh-CN.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,37 @@
var SIDEBAR_ZH_CN = [
{
title: "概述",
link: "/zh-CN/README.md"
},
{
title: "使用说明",
link: "/zh-CN/usage.md"
},
{
title: "设计师文档",
link: "/zh-CN/designer.md"
},
{
title: "开发人员文档",
children: [
{
var I18N_ZH_CN = {
language: "简体中文",
editLinkText: "在 GitHub 上编辑此页",
nav: [{
title: "首页",
link: "/zh-CN/README.md"
},
{
title: "更新日志",
link: "/CHANGELOG"
},
{
title: "GitHub",
link: "https://github.com/qiqi-1996/qi-sketch-exporter"
}
],
sidebar: [{
title: "概述",
link: "/zh-CN/README.md"
},
{
title: "使用说明",
link: "/zh-CN/usage.md"
},
{
title: "设计师文档",
link: "/zh-CN/designer.md"
},
{
title: "开发人员文档",
children: [{
title: "源码说明",
link: "/zh-CN/developer/source.md",
}
]
},
]
}]
},
]
}
7 changes: 6 additions & 1 deletion docs/zh-CN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@

</Note>

<Note type="warning">

Qi Sketch Exporter 是一个正在开发中的项目(包括项目中所使用的前端组件库 [Qi Design Vue](https://qiqi-1996.github.io/qi-design-vue/) 也处于 Alpha 测试阶段),在将本项目应用于商业环境中前请悉知本项目出现错误和风险的可能性。
</Note>

## 安装

<center>
<a :href="`${URL_PREFIX}/releases/qi-sketch-exporter.${VERSION}.zip`" class="download">下载插件 Version {{VERSION}}</a>
<a :href="`${URL_PREFIX}/releases/qi-sketch-exporter@${VERSION}.zip`" class="download">下载插件 Version {{VERSION}}</a>
<br>
<a href="https://github.com/qiqi-1996/qi-sketch-exporter/releases">查看历史版本</a>
</center>
Expand Down
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 outcome/mockdata/assets/[email protected]
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 outcome/mockdata/assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified outcome/mockdata/assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified outcome/mockdata/assets/[email protected]
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 outcome/mockdata/assets/[email protected]
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 outcome/mockdata/manifest.js

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions outcome/src/pages/index/assets-list/index.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<template>
<div class="container">
<q-button
v-for="(item, index) in data"
:key="index"
icon="download"
:href="`./assets/${item}`"
>
{{item}}
</q-button>
</div>
</template>

<style lang="less" scoped>
.container {
.q-button {
display: block;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
}
</style>

<script>
export default {
props: {
data: {
type: Array,
default: ()=>[]
}
}
}
</script>
4 changes: 4 additions & 0 deletions outcome/src/pages/index/index.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"ui-color": "Theme Color",
"ui-language": "Language",

"assets": "Assets",

"properties": "Properties",

"about": "About",
Expand All @@ -23,6 +25,8 @@
"ui-color": "主题颜色",
"ui-language": "语言",

"assets": "资源",

"properties": "属性",

"about": "关于",
Expand Down
2 changes: 1 addition & 1 deletion outcome/src/pages/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<artboard :image="currentArtboardImage" :data="currentArtboard" @select="handleSelect"></artboard>
</q-panel>

<layout-right :properties="selectedLayer"></layout-right>
<layout-right :layer="selectedLayer"></layout-right>
</div>
</template>

Expand Down
Loading

0 comments on commit 497d0f0

Please sign in to comment.