@partex/one-core 2.0.66 → 2.0.67
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/lib/one-core.js
CHANGED
|
@@ -752,6 +752,9 @@ const aD = {
|
|
|
752
752
|
status: "状态",
|
|
753
753
|
createTime: "创建时间",
|
|
754
754
|
retry: "重试"
|
|
755
|
+
},
|
|
756
|
+
scan: {
|
|
757
|
+
label: "扫一扫"
|
|
755
758
|
}
|
|
756
759
|
}
|
|
757
760
|
}, iD = {
|
|
@@ -852,6 +855,9 @@ const aD = {
|
|
|
852
855
|
status: "Status",
|
|
853
856
|
createTime: "CreateTime",
|
|
854
857
|
retry: "Retry"
|
|
858
|
+
},
|
|
859
|
+
scan: {
|
|
860
|
+
label: "Scan"
|
|
855
861
|
}
|
|
856
862
|
}
|
|
857
863
|
}, oD = yC({
|
|
@@ -862,7 +868,7 @@ const aD = {
|
|
|
862
868
|
"zh-CN": { ...aD },
|
|
863
869
|
"fr-FR": {}
|
|
864
870
|
}
|
|
865
|
-
}), Ut = oD, R_ = "2.0.
|
|
871
|
+
}), Ut = oD, R_ = "2.0.67", _p = {
|
|
866
872
|
Components: {
|
|
867
873
|
platformName: () => `${Ut.global.t("Platform.components")} v${R_}`,
|
|
868
874
|
platformType: "T0",
|
|
@@ -30920,7 +30926,7 @@ function gU(e, t, r, n, a, i) {
|
|
|
30920
30926
|
default: E(() => [
|
|
30921
30927
|
N(f, { style: { width: "1320px" } }, {
|
|
30922
30928
|
header: E(() => [
|
|
30923
|
-
me("
|
|
30929
|
+
me(ue(e.$t("Common.scan.label")), 1)
|
|
30924
30930
|
]),
|
|
30925
30931
|
"header-extra": E(() => [
|
|
30926
30932
|
N(u, { justify: "end" }, {
|