mirror of
https://github.com/NetEase/tango.git
synced 2026-09-03 06:33:51 +08:00
chore: update site config
This commit is contained in:
@@ -7,10 +7,17 @@
|
||||
|
||||
A source code based low-code designer from the NetEase Cloud Music Develop Team.
|
||||
|
||||
[![NPM version][npm-image]][npm-url]
|
||||
|
||||
<img src="https://p6.music.126.net/obj/wonDlsKUwrLClGjCm8Kx/30108735057/7ba9/dced/9ac3/420f6e04b371dd47de06e7d71142560d.gif" alt="preview" />
|
||||
|
||||
</div>
|
||||
|
||||
English | [简体中文](/packages/designer/README.zh-CN.md)
|
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/@music163/tango-designer.svg?style=flat-square
|
||||
[npm-url]: http://npmjs.org/package/@music163/tango-designer
|
||||
|
||||
## ✨ Features
|
||||
|
||||
- Tested in the production environment of NetEase Cloud Music, can be flexibly integrated into low-code platforms, local development tools, etc.
|
||||
@@ -67,7 +74,6 @@ Find details from [Documentation Site](./#)。
|
||||
|
||||
### Development Quick Start
|
||||
|
||||
|
||||
```bash
|
||||
# clone the repo
|
||||
git clone https://github.com/NetEase/tango.git
|
||||
|
||||
@@ -7,10 +7,17 @@
|
||||
|
||||
一个源码驱动的低代码设计器,来自网易云音乐技术团队
|
||||
|
||||
[![NPM version][npm-image]][npm-url]
|
||||
|
||||
<img src="https://p6.music.126.net/obj/wonDlsKUwrLClGjCm8Kx/30108735057/7ba9/dced/9ac3/420f6e04b371dd47de06e7d71142560d.gif" alt="preview" />
|
||||
|
||||
</div>
|
||||
|
||||
简体中文 | [English](/packages/designer/README.md)
|
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/@music163/tango-designer.svg?style=flat-square
|
||||
[npm-url]: http://npmjs.org/package/@music163/tango-designer
|
||||
|
||||
## ✨ 特性
|
||||
|
||||
- 经历网易云音乐内网生产环境的实际检验,可灵活集成应用于低代码平台,本地开发工具等
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
// @ts-check
|
||||
// Note: type annotations allow type checking and IDEs autocompletion
|
||||
|
||||
const lightCodeTheme = require('prism-react-renderer/themes/github');
|
||||
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
||||
|
||||
@@ -11,10 +8,10 @@ const config = {
|
||||
favicon: 'img/favicon.ico',
|
||||
|
||||
// Set the production url of your site here
|
||||
url: 'https://your-docusaurus-test-site.com',
|
||||
url: 'https://netease.github.io',
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||
baseUrl: '/',
|
||||
baseUrl: '/tango',
|
||||
|
||||
// GitHub pages deployment config.
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
|
||||
75141
package-lock.json
generated
75141
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -9,6 +9,7 @@
|
||||
"start": "yarn workspace playground start",
|
||||
"start:docs": "yarn workspace docs storybook",
|
||||
"start:site": "yarn workspace website start",
|
||||
"deploy:site": "yarn workspace website deploy",
|
||||
"build": "lerna run build",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
|
||||
Reference in New Issue
Block a user