@next-core/next-docs 1.2.536 → 1.2.537
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.
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: brick-types.microapp.localetitle
|
|
3
|
+
title: MicroApp.localeTitle
|
|
4
|
+
hide_title: true
|
|
5
|
+
custom_edit_url: null
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
9
|
+
|
|
10
|
+
[API Reference](./index.md) > [@next-core/brick-types](./brick-types.md) > [MicroApp](./brick-types.microapp.md) > [localeTitle](./brick-types.microapp.localetitle.md)
|
|
11
|
+
|
|
12
|
+
## MicroApp.localeTitle property
|
|
13
|
+
|
|
14
|
+
本地化后的页面标题(运行时得出),在运行环境由用户维护,本地化获取失败时为“”。
|
|
15
|
+
|
|
16
|
+
**Signature:**
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
localeTitle?: string;
|
|
20
|
+
```
|
|
21
|
+
|
|
@@ -38,6 +38,7 @@ export interface MicroApp
|
|
|
38
38
|
| [legacy](./brick-types.microapp.legacy.md) | "iframe" | 应用是否是 iframe 嵌套老 console 的模式。 |
|
|
39
39
|
| [localeName](./brick-types.microapp.localename.md) | string | 本地化后的应用名称(运行时得出),本地化获取失败时回退到 <code>name</code>。 |
|
|
40
40
|
| [locales](./brick-types.microapp.locales.md) | [AppLocales](./brick-types.applocales.md) | 应用的基本信息的本地化配置。 |
|
|
41
|
+
| [localeTitle](./brick-types.microapp.localetitle.md) | string | 本地化后的页面标题(运行时得出),在运行环境由用户维护,本地化获取失败时为“”。 |
|
|
41
42
|
| [menuIcon](./brick-types.microapp.menuicon.md) | [MenuIcon](./brick-types.menuicon.md) \| { imgSrc?: string; imgStyle?: Record<string, any>; } | 应用在菜单中显示的图标。 |
|
|
42
43
|
| [name](./brick-types.microapp.name.md) | string | 应用名称。 |
|
|
43
44
|
| [noAuthGuard](./brick-types.microapp.noauthguard.md) | boolean | 整个应用不启用登录守卫。 |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/next-docs",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.537",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/next-docs",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"sideEffects": false,
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@easyops-cn/brick-next-pipes": "^0.6.0",
|
|
35
|
-
"@next-core/brick-kit": "^2.
|
|
36
|
-
"@next-core/brick-types": "^2.
|
|
35
|
+
"@next-core/brick-kit": "^2.198.0",
|
|
36
|
+
"@next-core/brick-types": "^2.98.0",
|
|
37
37
|
"fs-extra": "^10.1.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "9f8610d6b01e52aae6fdbd906fc61d034a4b47cf"
|
|
40
40
|
}
|