mirror of
https://github.com/NetEase/tango.git
synced 2026-08-29 02:01:34 +08:00
chore: update website config
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
|
||||
A source code based low-code designer from the NetEase Cloud Music Develop Team.
|
||||
|
||||
[![NPM version][npm-image]][npm-url]
|
||||
[](https://github.com/NetEase/tango/blob/main/LICENSE)
|
||||
[](http://npmjs.org/package/@music163/tango-designer)
|
||||
|
||||
<img src="https://p6.music.126.net/obj/wonDlsKUwrLClGjCm8Kx/30108735057/7ba9/dced/9ac3/420f6e04b371dd47de06e7d71142560d.gif" alt="preview" />
|
||||
|
||||
@@ -15,9 +16,6 @@ A source code based low-code designer from the NetEase Cloud Music Develop Team.
|
||||
|
||||
English | [简体中文](/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.
|
||||
|
||||
+2
-4
@@ -7,7 +7,8 @@
|
||||
|
||||
一个源码驱动的低代码设计器,来自网易云音乐技术团队
|
||||
|
||||
[![NPM version][npm-image]][npm-url]
|
||||
[](https://github.com/NetEase/tango/blob/main/LICENSE)
|
||||
[](http://npmjs.org/package/@music163/tango-designer)
|
||||
|
||||
<img src="https://p6.music.126.net/obj/wonDlsKUwrLClGjCm8Kx/30108735057/7ba9/dced/9ac3/420f6e04b371dd47de06e7d71142560d.gif" alt="preview" />
|
||||
|
||||
@@ -15,9 +16,6 @@
|
||||
|
||||
简体中文 | [English](/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
|
||||
|
||||
## ✨ 特性
|
||||
|
||||
- 经历网易云音乐内网生产环境的实际检验,可灵活集成应用于低代码平台,本地开发工具等
|
||||
|
||||
@@ -86,6 +86,11 @@ const config = {
|
||||
label: 'Protocol',
|
||||
},
|
||||
{ to: '/blog', label: 'Blog', position: 'right' },
|
||||
{
|
||||
href: 'https://tango-demo.musicfe.com/designer/',
|
||||
label: 'Playground',
|
||||
position: 'right',
|
||||
},
|
||||
{
|
||||
href: 'https://github.com/netease/tango',
|
||||
label: 'GitHub',
|
||||
|
||||
Reference in New Issue
Block a user