@tachybase/module-multi-app 1.6.2 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +34 -34
- package/README.zh-CN.md +34 -34
- package/client.d.ts +1 -1
- package/client.js +1 -1
- package/dist/externalVersion.js +4 -4
- package/dist/locale/en-US.json +48 -48
- package/dist/locale/es-ES.json +9 -9
- package/dist/locale/ko_KR.json +11 -11
- package/dist/locale/pt-BR.json +9 -9
- package/dist/locale/zh-CN.json +58 -58
- package/dist/node_modules/mariadb/package.json +1 -1
- package/dist/node_modules/qs/package.json +1 -1
- package/package.json +2 -2
- package/server.d.ts +2 -2
- package/server.js +1 -1
package/README.md
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
# multi-app-manager
|
|
2
|
-
|
|
3
|
-
English | [中文](./README.zh-CN.md)
|
|
4
|
-
|
|
5
|
-
多应用管理插件。
|
|
6
|
-
|
|
7
|
-
## 安装激活
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
yarn pm enable multi-app-manager
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## 使用方法
|
|
14
|
-
|
|
15
|
-
注意目前仅支持部分在应用启动时传入的环境变量,具体列表如下:
|
|
16
|
-
|
|
17
|
-
```ini
|
|
18
|
-
APP_KEY=test-key
|
|
19
|
-
API_BASE_PATH=/api/
|
|
20
|
-
DB_DIALECT=sqlite
|
|
21
|
-
DB_STORAGE=storage/db/tachybase.sqlite
|
|
22
|
-
DB_TABLE_PREFIX=
|
|
23
|
-
DB_HOST=localhost
|
|
24
|
-
DB_PORT=5432
|
|
25
|
-
DB_DATABASE=postgres
|
|
26
|
-
DB_USER=tachybase
|
|
27
|
-
DB_PASSWORD=tachybase
|
|
28
|
-
DB_UNDERSCORED=false
|
|
29
|
-
DB_TIMEZONE=+08:00
|
|
30
|
-
DB_SCHEMA=
|
|
31
|
-
CACHE_DEFAULT_STORE=memory
|
|
32
|
-
CACHE_MEMORY_MAX=2000
|
|
33
|
-
```
|
|
34
|
-
|
|
1
|
+
# multi-app-manager
|
|
2
|
+
|
|
3
|
+
English | [中文](./README.zh-CN.md)
|
|
4
|
+
|
|
5
|
+
多应用管理插件。
|
|
6
|
+
|
|
7
|
+
## 安装激活
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
yarn pm enable multi-app-manager
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## 使用方法
|
|
14
|
+
|
|
15
|
+
注意目前仅支持部分在应用启动时传入的环境变量,具体列表如下:
|
|
16
|
+
|
|
17
|
+
```ini
|
|
18
|
+
APP_KEY=test-key
|
|
19
|
+
API_BASE_PATH=/api/
|
|
20
|
+
DB_DIALECT=sqlite
|
|
21
|
+
DB_STORAGE=storage/db/tachybase.sqlite
|
|
22
|
+
DB_TABLE_PREFIX=
|
|
23
|
+
DB_HOST=localhost
|
|
24
|
+
DB_PORT=5432
|
|
25
|
+
DB_DATABASE=postgres
|
|
26
|
+
DB_USER=tachybase
|
|
27
|
+
DB_PASSWORD=tachybase
|
|
28
|
+
DB_UNDERSCORED=false
|
|
29
|
+
DB_TIMEZONE=+08:00
|
|
30
|
+
DB_SCHEMA=
|
|
31
|
+
CACHE_DEFAULT_STORE=memory
|
|
32
|
+
CACHE_MEMORY_MAX=2000
|
|
33
|
+
```
|
|
34
|
+
|
package/README.zh-CN.md
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
# multi-app-manager
|
|
2
|
-
|
|
3
|
-
[English](./README.md) | 中文
|
|
4
|
-
|
|
5
|
-
多应用管理插件。
|
|
6
|
-
|
|
7
|
-
## 安装激活
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
yarn pm enable multi-app-manager
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## 使用方法
|
|
14
|
-
|
|
15
|
-
注意目前仅支持部分在应用启动时传入的环境变量,具体列表如下:
|
|
16
|
-
|
|
17
|
-
```ini
|
|
18
|
-
APP_KEY=test-key
|
|
19
|
-
API_BASE_PATH=/api/
|
|
20
|
-
DB_DIALECT=sqlite
|
|
21
|
-
DB_STORAGE=storage/db/tachybase.sqlite
|
|
22
|
-
DB_TABLE_PREFIX=
|
|
23
|
-
DB_HOST=localhost
|
|
24
|
-
DB_PORT=5432
|
|
25
|
-
DB_DATABASE=postgres
|
|
26
|
-
DB_USER=tachybase
|
|
27
|
-
DB_PASSWORD=tachybase
|
|
28
|
-
DB_UNDERSCORED=false
|
|
29
|
-
DB_TIMEZONE=+08:00
|
|
30
|
-
DB_SCHEMA=
|
|
31
|
-
CACHE_DEFAULT_STORE=memory
|
|
32
|
-
CACHE_MEMORY_MAX=2000
|
|
33
|
-
```
|
|
34
|
-
|
|
1
|
+
# multi-app-manager
|
|
2
|
+
|
|
3
|
+
[English](./README.md) | 中文
|
|
4
|
+
|
|
5
|
+
多应用管理插件。
|
|
6
|
+
|
|
7
|
+
## 安装激活
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
yarn pm enable multi-app-manager
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## 使用方法
|
|
14
|
+
|
|
15
|
+
注意目前仅支持部分在应用启动时传入的环境变量,具体列表如下:
|
|
16
|
+
|
|
17
|
+
```ini
|
|
18
|
+
APP_KEY=test-key
|
|
19
|
+
API_BASE_PATH=/api/
|
|
20
|
+
DB_DIALECT=sqlite
|
|
21
|
+
DB_STORAGE=storage/db/tachybase.sqlite
|
|
22
|
+
DB_TABLE_PREFIX=
|
|
23
|
+
DB_HOST=localhost
|
|
24
|
+
DB_PORT=5432
|
|
25
|
+
DB_DATABASE=postgres
|
|
26
|
+
DB_USER=tachybase
|
|
27
|
+
DB_PASSWORD=tachybase
|
|
28
|
+
DB_UNDERSCORED=false
|
|
29
|
+
DB_TIMEZONE=+08:00
|
|
30
|
+
DB_SCHEMA=
|
|
31
|
+
CACHE_DEFAULT_STORE=memory
|
|
32
|
+
CACHE_MEMORY_MAX=2000
|
|
33
|
+
```
|
|
34
|
+
|
package/client.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './dist/client/index';
|
|
1
|
+
export * from './dist/client/index';
|
package/client.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = require('./dist/client/index.js');
|
|
1
|
+
module.exports = require('./dist/client/index.js');
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react-i18next": "16.2.1",
|
|
3
|
-
"@tachybase/client": "1.6.
|
|
4
|
-
"@tego/server": "1.6.
|
|
3
|
+
"@tachybase/client": "1.6.3",
|
|
4
|
+
"@tego/server": "1.6.1",
|
|
5
5
|
"lodash": "4.17.21",
|
|
6
6
|
"mysql2": "3.14.3",
|
|
7
7
|
"pg": "8.16.3",
|
|
8
8
|
"react": "18.3.1",
|
|
9
|
-
"@tachybase/schema": "1.6.
|
|
9
|
+
"@tachybase/schema": "1.6.1",
|
|
10
10
|
"antd": "5.22.5",
|
|
11
11
|
"react-router-dom": "6.28.1",
|
|
12
|
-
"@tego/client": "1.6.
|
|
12
|
+
"@tego/client": "1.6.1",
|
|
13
13
|
"@ant-design/icons": "6.1.0"
|
|
14
14
|
};
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
{
|
|
2
|
-
"All sub-applications have stopped serving, unless you reopen them": "All sub-applications have stopped serving, unless you reopen them",
|
|
3
|
-
"App ID": "App ID",
|
|
4
|
-
"App display name": "App display name",
|
|
5
|
-
"App is already running": "App is already running",
|
|
6
|
-
"App is not running": "App is not running",
|
|
7
|
-
"App status": "App status",
|
|
8
|
-
"Applications": "Applications",
|
|
9
|
-
"Auto start": "Auto start",
|
|
10
|
-
"Can be empty, or selected from the template library or personal applications": "Can be empty, or selected from the template library or personal applications",
|
|
11
|
-
"Commanding": "Commanding",
|
|
12
|
-
"Custom domain": "Custom domain",
|
|
13
|
-
"Custom domain prefix": "Custom domain prefix",
|
|
14
|
-
"Custom domain prefix must be 1-63 characters, lowercase letters, numbers, or hyphens (-), and cannot start or end with a hyphen (-)": "Custom domain prefix must be 1-63 characters, lowercase letters, numbers, or hyphens (-), and cannot start or end with a hyphen (-)",
|
|
15
|
-
"Error": "Error",
|
|
16
|
-
"Failed to start app": "Failed to start app",
|
|
17
|
-
"Initialized": "Initialized",
|
|
18
|
-
"Initializing": "Initializing",
|
|
19
|
-
"Is template": "Is template",
|
|
20
|
-
"Manage applications": "Manage applications",
|
|
21
|
-
"Multi-app display": "Multi-app display",
|
|
22
|
-
"Multi-app manager": "Multi-app manager",
|
|
23
|
-
"Not found": "Not found",
|
|
24
|
-
"Pin to menu": "Pin to menu",
|
|
25
|
-
"Please enter a valid custom domain prefix": "Please enter a valid custom domain prefix",
|
|
26
|
-
"Preset": "Preset",
|
|
27
|
-
"Processing...": "Processing...",
|
|
28
|
-
"Refresh": "Refresh",
|
|
29
|
-
"Running": "Running",
|
|
30
|
-
"Standalone deployment": "Standalone deployment",
|
|
31
|
-
"Start": "Start",
|
|
32
|
-
"Start all": "Start all",
|
|
33
|
-
"Start count": "Start count",
|
|
34
|
-
"Start environment variables": "Start environment variables",
|
|
35
|
-
"Start mode": "Start mode",
|
|
36
|
-
"Start on first visit": "Start on first visit",
|
|
37
|
-
"Start with main application": "Start with main application",
|
|
38
|
-
"Starting all sub-applications may cause lag. The more applications you have, the longer the waiting time": "All sub-applications have stopped serving, unless you reopen them",
|
|
39
|
-
"Stop": "Stop",
|
|
40
|
-
"Stop all": "Stop all",
|
|
41
|
-
"Stop count": "Stop count",
|
|
42
|
-
"Stopped": "Stopped",
|
|
43
|
-
"Template": "Template",
|
|
44
|
-
"Template is in use": "Template is in use",
|
|
45
|
-
"Template not exists": "Template not exists",
|
|
46
|
-
"This database does not support to create application using template": "This database does not support to create application using template",
|
|
47
|
-
"View": "View"
|
|
48
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"All sub-applications have stopped serving, unless you reopen them": "All sub-applications have stopped serving, unless you reopen them",
|
|
3
|
+
"App ID": "App ID",
|
|
4
|
+
"App display name": "App display name",
|
|
5
|
+
"App is already running": "App is already running",
|
|
6
|
+
"App is not running": "App is not running",
|
|
7
|
+
"App status": "App status",
|
|
8
|
+
"Applications": "Applications",
|
|
9
|
+
"Auto start": "Auto start",
|
|
10
|
+
"Can be empty, or selected from the template library or personal applications": "Can be empty, or selected from the template library or personal applications",
|
|
11
|
+
"Commanding": "Commanding",
|
|
12
|
+
"Custom domain": "Custom domain",
|
|
13
|
+
"Custom domain prefix": "Custom domain prefix",
|
|
14
|
+
"Custom domain prefix must be 1-63 characters, lowercase letters, numbers, or hyphens (-), and cannot start or end with a hyphen (-)": "Custom domain prefix must be 1-63 characters, lowercase letters, numbers, or hyphens (-), and cannot start or end with a hyphen (-)",
|
|
15
|
+
"Error": "Error",
|
|
16
|
+
"Failed to start app": "Failed to start app",
|
|
17
|
+
"Initialized": "Initialized",
|
|
18
|
+
"Initializing": "Initializing",
|
|
19
|
+
"Is template": "Is template",
|
|
20
|
+
"Manage applications": "Manage applications",
|
|
21
|
+
"Multi-app display": "Multi-app display",
|
|
22
|
+
"Multi-app manager": "Multi-app manager",
|
|
23
|
+
"Not found": "Not found",
|
|
24
|
+
"Pin to menu": "Pin to menu",
|
|
25
|
+
"Please enter a valid custom domain prefix": "Please enter a valid custom domain prefix",
|
|
26
|
+
"Preset": "Preset",
|
|
27
|
+
"Processing...": "Processing...",
|
|
28
|
+
"Refresh": "Refresh",
|
|
29
|
+
"Running": "Running",
|
|
30
|
+
"Standalone deployment": "Standalone deployment",
|
|
31
|
+
"Start": "Start",
|
|
32
|
+
"Start all": "Start all",
|
|
33
|
+
"Start count": "Start count",
|
|
34
|
+
"Start environment variables": "Start environment variables",
|
|
35
|
+
"Start mode": "Start mode",
|
|
36
|
+
"Start on first visit": "Start on first visit",
|
|
37
|
+
"Start with main application": "Start with main application",
|
|
38
|
+
"Starting all sub-applications may cause lag. The more applications you have, the longer the waiting time": "All sub-applications have stopped serving, unless you reopen them",
|
|
39
|
+
"Stop": "Stop",
|
|
40
|
+
"Stop all": "Stop all",
|
|
41
|
+
"Stop count": "Stop count",
|
|
42
|
+
"Stopped": "Stopped",
|
|
43
|
+
"Template": "Template",
|
|
44
|
+
"Template is in use": "Template is in use",
|
|
45
|
+
"Template not exists": "Template not exists",
|
|
46
|
+
"This database does not support to create application using template": "This database does not support to create application using template",
|
|
47
|
+
"View": "View"
|
|
48
|
+
}
|
package/dist/locale/es-ES.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
{
|
|
2
|
-
"App ID": "ID de aplicación",
|
|
3
|
-
"App display name": "Mostrar nombre de aplicación",
|
|
4
|
-
"Applications": "Aplicaciones",
|
|
5
|
-
"Custom domain": "Dominio personalizado",
|
|
6
|
-
"Manage applications": "Gestionar aplicaciones",
|
|
7
|
-
"Multi-app manager": "Gestor de aplicaciones múltiples",
|
|
8
|
-
"Pin to menu": " Fijar al menú"
|
|
9
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"App ID": "ID de aplicación",
|
|
3
|
+
"App display name": "Mostrar nombre de aplicación",
|
|
4
|
+
"Applications": "Aplicaciones",
|
|
5
|
+
"Custom domain": "Dominio personalizado",
|
|
6
|
+
"Manage applications": "Gestionar aplicaciones",
|
|
7
|
+
"Multi-app manager": "Gestor de aplicaciones múltiples",
|
|
8
|
+
"Pin to menu": " Fijar al menú"
|
|
9
|
+
}
|
package/dist/locale/ko_KR.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
{
|
|
2
|
-
"App ID": "앱 식별자",
|
|
3
|
-
"App display name": "앱 표시 이름",
|
|
4
|
-
"Applications": "앱",
|
|
5
|
-
"Auto start": "자동 시작",
|
|
6
|
-
"Custom domain": "사용자 정의 도메인",
|
|
7
|
-
"Manage applications": "앱 관리",
|
|
8
|
-
"Multi-app manager": "다중 앱 관리",
|
|
9
|
-
"Pin to menu": "메뉴에 고정",
|
|
10
|
-
"Standalone deployment": "독립형 배포"
|
|
11
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"App ID": "앱 식별자",
|
|
3
|
+
"App display name": "앱 표시 이름",
|
|
4
|
+
"Applications": "앱",
|
|
5
|
+
"Auto start": "자동 시작",
|
|
6
|
+
"Custom domain": "사용자 정의 도메인",
|
|
7
|
+
"Manage applications": "앱 관리",
|
|
8
|
+
"Multi-app manager": "다중 앱 관리",
|
|
9
|
+
"Pin to menu": "메뉴에 고정",
|
|
10
|
+
"Standalone deployment": "독립형 배포"
|
|
11
|
+
}
|
package/dist/locale/pt-BR.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
{
|
|
2
|
-
"App ID": "ID do aplicativo",
|
|
3
|
-
"App display name": "Nome de exibição do aplicativo",
|
|
4
|
-
"Applications": "Aplicativos",
|
|
5
|
-
"Custom domain": "Domínio personalizado",
|
|
6
|
-
"Manage applications": "Gerenciar aplicativos",
|
|
7
|
-
"Multi-app manager": "Gerenciador de aplicativos múltiplos",
|
|
8
|
-
"Pin to menu": "Fixar no menu"
|
|
9
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"App ID": "ID do aplicativo",
|
|
3
|
+
"App display name": "Nome de exibição do aplicativo",
|
|
4
|
+
"Applications": "Aplicativos",
|
|
5
|
+
"Custom domain": "Domínio personalizado",
|
|
6
|
+
"Manage applications": "Gerenciar aplicativos",
|
|
7
|
+
"Multi-app manager": "Gerenciador de aplicativos múltiplos",
|
|
8
|
+
"Pin to menu": "Fixar no menu"
|
|
9
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Add by Phone Number": "通过手机添加",
|
|
3
|
-
"Add partners": "添加协作者",
|
|
4
|
-
"Add user": "添加用户",
|
|
5
|
-
"All sub-applications have stopped serving, unless you restart them": "所有子应用停止服务,除非你重新打开",
|
|
6
|
-
"App ID": "应用标识",
|
|
7
|
-
"App already started": "应用已启动",
|
|
8
|
-
"App already stopped": "应用已关闭",
|
|
9
|
-
"App display name": "应用名称",
|
|
10
|
-
"App is already running": "应用已启动",
|
|
11
|
-
"App is not running": "应用未启动, 需要先在<系统-多应用管理>里启动应用",
|
|
12
|
-
"App status": "应用状态",
|
|
13
|
-
"Applications": "应用",
|
|
14
|
-
"Auto start": "自动启动",
|
|
15
|
-
"Can be empty, or selected from the template library or personal applications": "可以为空,或从模板库和个人应用中选择",
|
|
16
|
-
"Collaborator": "协作者",
|
|
17
|
-
"Commanding": "命令中",
|
|
18
|
-
"Custom domain": "自定义域名",
|
|
19
|
-
"Custom domain prefix": "自定义域名前缀",
|
|
20
|
-
"Custom domain prefix must be 1-63 characters, lowercase letters, numbers, or hyphens (-), and cannot start or end with a hyphen (-)": "自定义域名前缀必须为1-63位小写字母、数字或短横线(-),且不能以短横线(-)开头或结尾",
|
|
21
|
-
"Enter phone number please": "请输入手机号",
|
|
22
|
-
"Error": "错误",
|
|
23
|
-
"Failed to start app": "启动应用失败",
|
|
24
|
-
"Initialized": "初始化完成",
|
|
25
|
-
"Initializing": "初始化",
|
|
26
|
-
"Is template": "是否模板",
|
|
27
|
-
"Manage applications": "管理应用",
|
|
28
|
-
"Multi-app display": "多应用展示",
|
|
29
|
-
"Multi-app manager": "多应用管理",
|
|
30
|
-
"Not a valid cellphone number, please re-enter": "不是有效的手机号,请重新输入",
|
|
31
|
-
"Not found": "未找到",
|
|
32
|
-
"PhoneNumber not found": "未找到该手机用户",
|
|
33
|
-
"Pin to menu": "在菜单上显示",
|
|
34
|
-
"Please enter a valid custom domain prefix": "请输入有效的自定义域名前缀",
|
|
35
|
-
"Preset": "预设",
|
|
36
|
-
"Processing...": "处理中...",
|
|
37
|
-
"Refresh": "刷新",
|
|
38
|
-
"Running": "运行中",
|
|
39
|
-
"Standalone deployment": "独立部署",
|
|
40
|
-
"Start": "启动",
|
|
41
|
-
"Start all": "启动所有",
|
|
42
|
-
"Start count": "启动数量",
|
|
43
|
-
"Start environment variables": "启动环境变量",
|
|
44
|
-
"Start mode": "启动方式",
|
|
45
|
-
"Start on first visit": "首次访问时启动",
|
|
46
|
-
"Start with main application": "随主应用一同启动",
|
|
47
|
-
"Starting all sub-applications may cause lag. The more applications you have, the longer the waiting time": "启动所有子应用,可能会造成卡顿,你的应用越多等待时间越长",
|
|
48
|
-
"Stop": "停止",
|
|
49
|
-
"Stop all": "关闭所有",
|
|
50
|
-
"Stop count": "关闭数量",
|
|
51
|
-
"Stopped": "已停止",
|
|
52
|
-
"Template": "模板",
|
|
53
|
-
"Template is in use": "模板正在使用",
|
|
54
|
-
"Template not exists": "模板不存在",
|
|
55
|
-
"This database does not support to create application using template": "该数据库不支持使用模板创建应用程序",
|
|
56
|
-
"User already exist": "用户已存在",
|
|
57
|
-
"View": "访问"
|
|
58
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"Add by Phone Number": "通过手机添加",
|
|
3
|
+
"Add partners": "添加协作者",
|
|
4
|
+
"Add user": "添加用户",
|
|
5
|
+
"All sub-applications have stopped serving, unless you restart them": "所有子应用停止服务,除非你重新打开",
|
|
6
|
+
"App ID": "应用标识",
|
|
7
|
+
"App already started": "应用已启动",
|
|
8
|
+
"App already stopped": "应用已关闭",
|
|
9
|
+
"App display name": "应用名称",
|
|
10
|
+
"App is already running": "应用已启动",
|
|
11
|
+
"App is not running": "应用未启动, 需要先在<系统-多应用管理>里启动应用",
|
|
12
|
+
"App status": "应用状态",
|
|
13
|
+
"Applications": "应用",
|
|
14
|
+
"Auto start": "自动启动",
|
|
15
|
+
"Can be empty, or selected from the template library or personal applications": "可以为空,或从模板库和个人应用中选择",
|
|
16
|
+
"Collaborator": "协作者",
|
|
17
|
+
"Commanding": "命令中",
|
|
18
|
+
"Custom domain": "自定义域名",
|
|
19
|
+
"Custom domain prefix": "自定义域名前缀",
|
|
20
|
+
"Custom domain prefix must be 1-63 characters, lowercase letters, numbers, or hyphens (-), and cannot start or end with a hyphen (-)": "自定义域名前缀必须为1-63位小写字母、数字或短横线(-),且不能以短横线(-)开头或结尾",
|
|
21
|
+
"Enter phone number please": "请输入手机号",
|
|
22
|
+
"Error": "错误",
|
|
23
|
+
"Failed to start app": "启动应用失败",
|
|
24
|
+
"Initialized": "初始化完成",
|
|
25
|
+
"Initializing": "初始化",
|
|
26
|
+
"Is template": "是否模板",
|
|
27
|
+
"Manage applications": "管理应用",
|
|
28
|
+
"Multi-app display": "多应用展示",
|
|
29
|
+
"Multi-app manager": "多应用管理",
|
|
30
|
+
"Not a valid cellphone number, please re-enter": "不是有效的手机号,请重新输入",
|
|
31
|
+
"Not found": "未找到",
|
|
32
|
+
"PhoneNumber not found": "未找到该手机用户",
|
|
33
|
+
"Pin to menu": "在菜单上显示",
|
|
34
|
+
"Please enter a valid custom domain prefix": "请输入有效的自定义域名前缀",
|
|
35
|
+
"Preset": "预设",
|
|
36
|
+
"Processing...": "处理中...",
|
|
37
|
+
"Refresh": "刷新",
|
|
38
|
+
"Running": "运行中",
|
|
39
|
+
"Standalone deployment": "独立部署",
|
|
40
|
+
"Start": "启动",
|
|
41
|
+
"Start all": "启动所有",
|
|
42
|
+
"Start count": "启动数量",
|
|
43
|
+
"Start environment variables": "启动环境变量",
|
|
44
|
+
"Start mode": "启动方式",
|
|
45
|
+
"Start on first visit": "首次访问时启动",
|
|
46
|
+
"Start with main application": "随主应用一同启动",
|
|
47
|
+
"Starting all sub-applications may cause lag. The more applications you have, the longer the waiting time": "启动所有子应用,可能会造成卡顿,你的应用越多等待时间越长",
|
|
48
|
+
"Stop": "停止",
|
|
49
|
+
"Stop all": "关闭所有",
|
|
50
|
+
"Stop count": "关闭数量",
|
|
51
|
+
"Stopped": "已停止",
|
|
52
|
+
"Template": "模板",
|
|
53
|
+
"Template is in use": "模板正在使用",
|
|
54
|
+
"Template not exists": "模板不存在",
|
|
55
|
+
"This database does not support to create application using template": "该数据库不支持使用模板创建应用程序",
|
|
56
|
+
"User already exist": "用户已存在",
|
|
57
|
+
"View": "访问"
|
|
58
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"mariadb","version":"3.4.5","description":"fast mariadb or mysql connector.","main":"promise.js","types":"types/index.d.ts","typesVersions":{"*":{"callback":["types/callback.d.ts"],"*":["types/index.d.ts"]}},"directories":{"lib":"lib","test":"test"},"private":false,"scripts":{"test":"npm run test:types-prettier && npm run test:prettier && npm run test:types && npm run test:lint && npm run test:base","test:base":"mocha --no-parallel --timeout 5000 \"test/**/*.js\"","test:lint":"eslint \"*.js\" \"{lib,test}/**/*.js\"","test:types":"eslint \"types/*.ts\"","test:types-prettier":"prettier --write \"types/*.ts\"","test:prettier":"prettier --write \"*.js\" \"{tools,lib,test,benchmarks}/**/*.js\"","coverage":"npm run coverage:test && npm run coverage:create && npm run coverage:send","coverage:test":"nyc mocha --no-parallel --timeout 5000 \"test/**/*.js\"","coverage:report":"npm run coverage:create && npm run coverage:send","coverage:create":"nyc report --reporter=text-lcov > coverage.lcov","coverage:send":"./codecov --disable=gcov","benchmark":"node benchmarks/benchmarks-all.js","generate":"node ./tools/generate-mariadb.js"},"repository":{"type":"git","url":"git+https://github.com/mariadb-corporation/mariadb-connector-nodejs.git"},"keywords":["mariadb","mysql","client","driver","connector"],"files":["lib","types/index.d.ts","types/callback.d.ts","types/share.d.ts","promise.js","check-node.js","callback.js"],"engines":{"node":">= 14"},"author":"Diego Dupin <diego.dupin@mariadb.com>","license":"LGPL-2.1-or-later","dependencies":{"@types/geojson":"^7946.0.16","@types/node":"^24.0.13","denque":"^2.1.0","iconv-lite":"^0.6.3","lru-cache":"^10.4.3"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^8.36.0","@typescript-eslint/parser":"^8.36.0","benchmark":"^2.1.4","chai":"^4.5.0","chalk":"^5.4.1","error-stack-parser":"^2.1.4","eslint":"^8.57.1","eslint-config-prettier":"^10.1.5","eslint-plugin-markdown":"^5.1.0","eslint-plugin-prettier":"^5.5.1","mocha":"^11.7.1","mocha-lcov-reporter":"^1.3.0","nyc":"^17.1.0","prettier":"^3.6.2","typescript":"^5.8.3","winston":"^3.17.0"},"bugs":{"url":"https://jira.mariadb.org/projects/CONJS/"},"homepage":"https://github.com/mariadb-corporation/mariadb-connector-nodejs#readme","_lastModified":"2025-12-
|
|
1
|
+
{"name":"mariadb","version":"3.4.5","description":"fast mariadb or mysql connector.","main":"promise.js","types":"types/index.d.ts","typesVersions":{"*":{"callback":["types/callback.d.ts"],"*":["types/index.d.ts"]}},"directories":{"lib":"lib","test":"test"},"private":false,"scripts":{"test":"npm run test:types-prettier && npm run test:prettier && npm run test:types && npm run test:lint && npm run test:base","test:base":"mocha --no-parallel --timeout 5000 \"test/**/*.js\"","test:lint":"eslint \"*.js\" \"{lib,test}/**/*.js\"","test:types":"eslint \"types/*.ts\"","test:types-prettier":"prettier --write \"types/*.ts\"","test:prettier":"prettier --write \"*.js\" \"{tools,lib,test,benchmarks}/**/*.js\"","coverage":"npm run coverage:test && npm run coverage:create && npm run coverage:send","coverage:test":"nyc mocha --no-parallel --timeout 5000 \"test/**/*.js\"","coverage:report":"npm run coverage:create && npm run coverage:send","coverage:create":"nyc report --reporter=text-lcov > coverage.lcov","coverage:send":"./codecov --disable=gcov","benchmark":"node benchmarks/benchmarks-all.js","generate":"node ./tools/generate-mariadb.js"},"repository":{"type":"git","url":"git+https://github.com/mariadb-corporation/mariadb-connector-nodejs.git"},"keywords":["mariadb","mysql","client","driver","connector"],"files":["lib","types/index.d.ts","types/callback.d.ts","types/share.d.ts","promise.js","check-node.js","callback.js"],"engines":{"node":">= 14"},"author":"Diego Dupin <diego.dupin@mariadb.com>","license":"LGPL-2.1-or-later","dependencies":{"@types/geojson":"^7946.0.16","@types/node":"^24.0.13","denque":"^2.1.0","iconv-lite":"^0.6.3","lru-cache":"^10.4.3"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^8.36.0","@typescript-eslint/parser":"^8.36.0","benchmark":"^2.1.4","chai":"^4.5.0","chalk":"^5.4.1","error-stack-parser":"^2.1.4","eslint":"^8.57.1","eslint-config-prettier":"^10.1.5","eslint-plugin-markdown":"^5.1.0","eslint-plugin-prettier":"^5.5.1","mocha":"^11.7.1","mocha-lcov-reporter":"^1.3.0","nyc":"^17.1.0","prettier":"^3.6.2","typescript":"^5.8.3","winston":"^3.17.0"},"bugs":{"url":"https://jira.mariadb.org/projects/CONJS/"},"homepage":"https://github.com/mariadb-corporation/mariadb-connector-nodejs#readme","_lastModified":"2025-12-26T04:41:57.874Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"qs","description":"A querystring parser that supports nesting and arrays, with a depth limit","homepage":"https://github.com/ljharb/qs","version":"6.14.0","repository":{"type":"git","url":"https://github.com/ljharb/qs.git"},"funding":{"url":"https://github.com/sponsors/ljharb"},"main":"lib/index.js","sideEffects":false,"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"keywords":["querystring","qs","query","url","parse","stringify"],"engines":{"node":">=0.6"},"dependencies":{"side-channel":"^1.1.0"},"devDependencies":{"@browserify/envify":"^6.0.0","@browserify/uglifyify":"^6.0.0","@ljharb/eslint-config":"^21.1.1","browserify":"^16.5.2","bundle-collapser":"^1.4.0","common-shakeify":"~1.0.0","eclint":"^2.8.1","es-value-fixtures":"^1.7.0","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","glob":"=10.3.7","has-bigints":"^1.1.0","has-override-mistake":"^1.0.1","has-property-descriptors":"^1.0.2","has-proto":"^1.2.0","has-symbols":"^1.1.0","iconv-lite":"^0.5.1","in-publish":"^2.0.1","jackspeak":"=2.1.1","mkdirp":"^0.5.5","mock-property":"^1.1.0","module-deps":"^6.2.3","npmignore":"^0.3.1","nyc":"^10.3.2","object-inspect":"^1.13.3","qs-iconv":"^1.0.4","safe-publish-latest":"^2.0.0","safer-buffer":"^2.1.2","tape":"^5.9.0","unassertify":"^3.0.1"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated && npm run dist","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent readme && npm run --silent lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"npx npm@'>=10.2' audit --production","readme":"evalmd README.md","postlint":"eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)","lint":"eslint --ext=js,mjs .","dist":"mkdirp dist && browserify --standalone Qs -g unassertify -g @browserify/envify -g [@browserify/uglifyify --mangle.keep_fnames --compress.keep_fnames --format.indent_level=1 --compress.arrows=false --compress.passes=4 --compress.typeofs=false] -p common-shakeify -p bundle-collapser/plugin lib/index.js > dist/qs.js"},"license":"BSD-3-Clause","publishConfig":{"ignore":["!dist/*","bower.json","component.json",".github/workflows","logos","tea.yaml"]},"_lastModified":"2025-12-
|
|
1
|
+
{"name":"qs","description":"A querystring parser that supports nesting and arrays, with a depth limit","homepage":"https://github.com/ljharb/qs","version":"6.14.0","repository":{"type":"git","url":"https://github.com/ljharb/qs.git"},"funding":{"url":"https://github.com/sponsors/ljharb"},"main":"lib/index.js","sideEffects":false,"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"keywords":["querystring","qs","query","url","parse","stringify"],"engines":{"node":">=0.6"},"dependencies":{"side-channel":"^1.1.0"},"devDependencies":{"@browserify/envify":"^6.0.0","@browserify/uglifyify":"^6.0.0","@ljharb/eslint-config":"^21.1.1","browserify":"^16.5.2","bundle-collapser":"^1.4.0","common-shakeify":"~1.0.0","eclint":"^2.8.1","es-value-fixtures":"^1.7.0","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","glob":"=10.3.7","has-bigints":"^1.1.0","has-override-mistake":"^1.0.1","has-property-descriptors":"^1.0.2","has-proto":"^1.2.0","has-symbols":"^1.1.0","iconv-lite":"^0.5.1","in-publish":"^2.0.1","jackspeak":"=2.1.1","mkdirp":"^0.5.5","mock-property":"^1.1.0","module-deps":"^6.2.3","npmignore":"^0.3.1","nyc":"^10.3.2","object-inspect":"^1.13.3","qs-iconv":"^1.0.4","safe-publish-latest":"^2.0.0","safer-buffer":"^2.1.2","tape":"^5.9.0","unassertify":"^3.0.1"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated && npm run dist","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent readme && npm run --silent lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"npx npm@'>=10.2' audit --production","readme":"evalmd README.md","postlint":"eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)","lint":"eslint --ext=js,mjs .","dist":"mkdirp dist && browserify --standalone Qs -g unassertify -g @browserify/envify -g [@browserify/uglifyify --mangle.keep_fnames --compress.keep_fnames --format.indent_level=1 --compress.arrows=false --compress.passes=4 --compress.typeofs=false] -p common-shakeify -p bundle-collapser/plugin lib/index.js > dist/qs.js"},"license":"BSD-3-Clause","publishConfig":{"ignore":["!dist/*","bower.json","component.json",".github/workflows","logos","tea.yaml"]},"_lastModified":"2025-12-26T04:41:58.190Z"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-multi-app",
|
|
3
3
|
"displayName": "Multi-app manager",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.3",
|
|
5
5
|
"description": "Dynamically create multiple apps without separate deployments.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"react": "18.3.1",
|
|
25
25
|
"react-i18next": "16.2.1",
|
|
26
26
|
"react-router-dom": "6.28.1",
|
|
27
|
-
"@tachybase/client": "1.6.
|
|
27
|
+
"@tachybase/client": "1.6.3"
|
|
28
28
|
},
|
|
29
29
|
"description.zh-CN": "无需单独部署即可动态创建多个应用。",
|
|
30
30
|
"displayName.zh-CN": "多应用管理器",
|
package/server.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './dist/server';
|
|
2
|
-
export { default } from './dist/server';
|
|
1
|
+
export * from './dist/server';
|
|
2
|
+
export { default } from './dist/server';
|
package/server.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = require('./dist/server/index.js');
|
|
1
|
+
module.exports = require('./dist/server/index.js');
|