aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -226,7 +226,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
}),
|
||||
e: $data.supportMode.includes("fingerPrint")
|
||||
}, $data.supportMode.includes("fingerPrint") ? {
|
||||
f: common_vendor.o(($event) => $options.startSoterAuthentication("fingerPrint")),
|
||||
f: common_vendor.o(($event) => $options.startSoterAuthentication("fingerPrint"), "64"),
|
||||
g: common_vendor.p({
|
||||
title: _ctx.$t("settings.fingerPrint"),
|
||||
link: true
|
||||
@@ -234,7 +234,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
} : {}, {
|
||||
h: $data.supportMode.includes("facial")
|
||||
}, $data.supportMode.includes("facial") ? {
|
||||
i: common_vendor.o(($event) => $options.startSoterAuthentication("facial")),
|
||||
i: common_vendor.o(($event) => $options.startSoterAuthentication("facial"), "5e"),
|
||||
j: common_vendor.p({
|
||||
title: _ctx.$t("settings.facial"),
|
||||
link: true
|
||||
@@ -242,7 +242,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
} : {}, {
|
||||
k: $options.i18nEnable
|
||||
}, $options.i18nEnable ? {
|
||||
l: common_vendor.o($options.changeLanguage),
|
||||
l: common_vendor.o($options.changeLanguage, "2e"),
|
||||
m: common_vendor.p({
|
||||
title: _ctx.$t("settings.changeLanguage"),
|
||||
rightText: $data.currentLanguage,
|
||||
@@ -258,7 +258,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
} : {
|
||||
q: common_vendor.t(_ctx.$t("settings.login"))
|
||||
}, {
|
||||
r: common_vendor.o((...args) => $options.changeLoginState && $options.changeLoginState(...args))
|
||||
r: common_vendor.o((...args) => $options.changeLoginState && $options.changeLoginState(...args), "e9")
|
||||
});
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
|
||||
Reference in New Issue
Block a user