-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: 修改中文为主要语言,修改配置文件为TypeScript
- Loading branch information
1 parent
f038500
commit cf2eb5c
Showing
23 changed files
with
718 additions
and
570 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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
{ | ||
"vue3snippets.enable-compile-vue-file-on-did-save-code": false | ||
"vue3snippets.enable-compile-vue-file-on-did-save-code": false, | ||
"html.customData": [ | ||
"./node_modules/mdui/html-data.zh-cn.json" | ||
], | ||
"css.customData": [ | ||
"./node_modules/mdui/css-data.zh-cn.json" | ||
] | ||
} |
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
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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
import { defineClientConfig } from '@vuepress/client' | ||
import store from './store' | ||
import webappLayout from './layouts/webapp.vue' | ||
|
||
export default defineClientConfig({ | ||
enhance({ app, router, siteData }) { | ||
app.use(store) | ||
}, | ||
setup() { }, | ||
layouts: { | ||
webapp: webappLayout | ||
|
||
}, | ||
rootComponents: [], | ||
}) |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,15 @@ | ||
import type { Theme } from '@vuepress/core' | ||
import { defaultTheme, type DefaultThemeOptions } from '@vuepress/theme-default' | ||
import { getDirname, path } from '@vuepress/utils' | ||
|
||
const __dirname = getDirname(import.meta.url) | ||
|
||
export const mduiTheme = (options: DefaultThemeOptions): Theme => { | ||
return { | ||
name: 'vuepress-theme-easybangumi', | ||
extends: defaultTheme(options), | ||
alias: { | ||
|
||
}, | ||
} | ||
} |
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
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 |
---|---|---|
@@ -1,31 +1,35 @@ | ||
--- | ||
title: Download | ||
description: Download links for the latest versions of EasyBangumi. | ||
title: 下载 | ||
description: 纯纯看番最新版的下载列表。 | ||
meta: | ||
- name: keywords | ||
content: 纯纯看番, Download, Official, Android app | ||
lang: en-US | ||
lang: zh_CN | ||
sidebar: false | ||
--- | ||
|
||
# Download | ||
# 下载 | ||
|
||
::: tip | ||
tips: [stars](https://github.com/easybangumiorg/EasyBangumi) can encourage developer to speed up the development of more new features. | ||
[stars](https://github.com/easybangumiorg/EasyBangumi) 可以帮助开发者加快新功能的开发。 | ||
::: | ||
|
||
hope you enjoy this app. | ||
希望您能够享受这个app。 | ||
|
||
## From Github | ||
## 从 Github 上下载 | ||
|
||
Download the latest stable version of **EasyBangumi** that released <ReleaseDate stable /> or the preview version that released <ReleaseDate nightly />. | ||
纯纯看番分为正式版和nightly版,一般情况下nightly版本比正式版更新一些,但也包含许多的不稳定性(比如bug)。在开发进度缓慢的时候,可能会出现正式版比nightly版更新的情况。 | ||
|
||
<DownloadButtons/> | ||
|
||
<WhatsNew/> | ||
|
||
## From App Center | ||
## 从 App Center 下载 | ||
|
||
You can also download EasyBangumi and get updates at: | ||
你也可以从App Center下载或者更新纯纯看番: | ||
|
||
[https://install.appcenter.ms/users/heyanle/apps/easybangumi/distribution_groups/easybangumi](https://install.appcenter.ms/users/heyanle/apps/easybangumi/distribution_groups/easybangumi) | ||
|
||
## 从 QQ频道 获取 | ||
|
||
如果你在国内无法访问以上两个下载源,你也可以加入我们的 [QQ频道](https://pd.qq.com/s/4q8rd0285) 来获取纯纯看番的更新,但是在QQ频道的更新往往不是最快的。 |
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,24 @@ | ||
--- | ||
home: true | ||
meta: | ||
- name: keywords | ||
content: 纯纯看番, EasyBangumi, Official, Android app | ||
lang: en-US | ||
heroImage: /icons/FAVICON-RAW.png | ||
heroHeight: 140 | ||
actions: | ||
- text: Download → | ||
link: /download/ | ||
type: primary | ||
- text: Extensions | ||
link: /extensions/ | ||
type: secondary | ||
features: | ||
- title: Extensions | ||
details: We only have two extensions at the moment, but you can expect them. | ||
- title: Tracking | ||
details: Every time you start EasyBangumi, you will automatically get updates from various sources. | ||
- title: Customization | ||
details: EasyBangumi has a variety of themes to choose from, and will automatically switch the dark mode according to the system. | ||
footer: Apache-2.0 Licensed | Copyright © 2022-present EasyBangumi.org | ||
--- |
Oops, something went wrong.