Skip to content

Commit

Permalink
Merge pull request #17 from terwer/dev
Browse files Browse the repository at this point in the history
feat:#16 发布v0.0.1
  • Loading branch information
terwer authored Jul 29, 2022
2 parents eefac26 + 59c44cd commit 67e99de
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 9 deletions.
21 changes: 19 additions & 2 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

将思源笔记的文章发布到支持的开放平台的**思源笔记挂件**

目前支持 Vuepress 以及 2 种博客平台标准、metaweblog api 和基于 Wordpress 的 xmlrpc 远程调用 api
目前支持 Vuepress ~~以及 2 种博客平台标准、metaweblog api 和基于 Wordpress 的 xmlrpc 远程调用 api (延期到v0.0.2)~~

![](https://img1.terwergreen.com/api/public/20220729233245.gif)

## 支持平台

* [X] Vuepress-v0.0.1版本支持,2022-07-29发布

* [ ] 博客园-延期到v0.0.2版本,预计2022-10-31发布
* [ ] 链滴社区-延期到v0.0.2版本,预计2022-10-31发布
* [ ] 语雀-延期到v0.0.2版本,预计2022-10-31发布

## Vue 3 + TypeScript + Vite

Expand All @@ -13,7 +23,14 @@
## 推荐开发工具

* [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
* IntelliJ IDEA 或者 WebStorm
* IntelliJ IDEA 或者 WebStorm## Support plantforms

* [X] Vuepress-v0.0.1版本支持,2022-07-29发布

* [ ] 博客园-延期到v0.0.2版本,预计2022-10-31发布
* [ ] 链滴社区-延期到v0.0.2版本,预计2022-10-31发布
* [ ] 语雀-延期到v0.0.2版本,预计2022-10-31发布


## 开始开发

Expand Down
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,27 @@

Publish siyuan article to supported open platforms

At present, it supports two open API standard blog platforms, <code>metaweblog api</code> and <code>xmlrpc</code> remote call API based on <code>wordpress</code>
At present, it supports vuepress ~~and two open API standard blog platforms, <code>metaweblog api</code> and <code>xmlrpc</code> remote call API based on <code>wordpress</code> ( will release in v0.0.2)~~

![](https://img1.terwergreen.com/api/public/20220729233245.gif)

[中文版说明](README-zh_CN.md)

## Support plantforms

* [X] Vuepress-v0.0.1 support,2022-07-29 release

* [ ] Cnblogs-relay on v0.0.2 version,will release on 2022-10-31
* [ ] Liandi-relay on v0.0.2 version,will release on 2022-10-31
* [ ] Yueque-relay on v0.0.2 version,will release on 2022-10-31

## Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

## Recommended IDE Setup

- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
* [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)

## Type Support For `.vue` Imports in TS

Expand All @@ -32,10 +42,10 @@ yarn dev

## Tool Version

| Tool | Version |
|------|----------|
| node | v16.16.0 |
| yarn | 1.22.19 |
|Tool|Version|
| ------| ----------|
|node|v16.16.0|
|yarn|1.22.19|

## Init Project

Expand Down
2 changes: 1 addition & 1 deletion src/components/setting/VuepressSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>{{$t('setting.noneed')}}</div>
</template>

<script>
<script lang="ts">
export default {
name: "VuepressSetting"
}
Expand Down

0 comments on commit 67e99de

Please sign in to comment.