mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:57:20 +00:00
feat: update docs
This commit is contained in:
parent
ad4929e48b
commit
90b2f1e859
@ -1,4 +1,7 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
|
networks:
|
||||||
|
nocobase:
|
||||||
|
driver: bridge
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: nocobase/nocobase:main
|
image: nocobase/nocobase:main
|
||||||
@ -25,3 +28,5 @@ services:
|
|||||||
POSTGRES_USER: nocobase
|
POSTGRES_USER: nocobase
|
||||||
POSTGRES_DB: nocobase
|
POSTGRES_DB: nocobase
|
||||||
POSTGRES_PASSWORD: nocobase
|
POSTGRES_PASSWORD: nocobase
|
||||||
|
networks:
|
||||||
|
- nocobase
|
@ -155,6 +155,7 @@ export default {
|
|||||||
'/development/client/index',
|
'/development/client/index',
|
||||||
{
|
{
|
||||||
title: 'UI 设计器',
|
title: 'UI 设计器',
|
||||||
|
'title.zh-CN': 'UI 设计器',
|
||||||
'title.TR-TR': 'Kullanıcı Arayüz Tasarımcısı',
|
'title.TR-TR': 'Kullanıcı Arayüz Tasarımcısı',
|
||||||
type: 'subMenu',
|
type: 'subMenu',
|
||||||
children: [
|
children: [
|
||||||
|
Loading…
Reference in New Issue
Block a user