@ts-max/portal 0.0.4 → 0.0.5
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/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -989,7 +989,7 @@ function ct(r) {
|
|
|
989
989
|
/* @__PURE__ */ K("div", { className: B.top, children: [
|
|
990
990
|
/* @__PURE__ */ K("h1", { className: B.title, children: [
|
|
991
991
|
A,
|
|
992
|
-
" -
|
|
992
|
+
" - Global运营平台快捷登录"
|
|
993
993
|
] }),
|
|
994
994
|
/* @__PURE__ */ _("div", { className: B.envRadio, children: Mr.map((e) => /* @__PURE__ */ K("label", { children: [
|
|
995
995
|
/* @__PURE__ */ _(
|
|
@@ -1009,7 +1009,7 @@ function ct(r) {
|
|
|
1009
1009
|
"iframe",
|
|
1010
1010
|
{
|
|
1011
1011
|
className: B.iframe,
|
|
1012
|
-
title: "统一门户登录",
|
|
1012
|
+
title: "Global统一门户登录",
|
|
1013
1013
|
src: n
|
|
1014
1014
|
}
|
|
1015
1015
|
)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ts-max/portal",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "跨境运营平台工具库",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"login"
|
|
36
36
|
],
|
|
37
37
|
"license": "MIT",
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "687d55e50001016d51f15df94a7c95b630a9765a"
|
|
39
39
|
}
|