aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
let cdbRef;
|
||||
const statusBar = () => "../../uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.js";
|
||||
const db = common_vendor.tr.database();
|
||||
const db = common_vendor._r.database();
|
||||
const _sfc_main = {
|
||||
components: {
|
||||
statusBar
|
||||
@@ -120,7 +120,7 @@ if (!Math) {
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: common_vendor.sr("searchBar", "9ed7da74-1"),
|
||||
b: common_vendor.o(($event) => $data.keyword = $event),
|
||||
b: common_vendor.o(($event) => $data.keyword = $event, "fe"),
|
||||
c: common_vendor.p({
|
||||
radius: "100",
|
||||
cancelButton: "none",
|
||||
@@ -128,7 +128,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
placeholder: $options.inputPlaceholder,
|
||||
modelValue: $data.keyword
|
||||
}),
|
||||
d: common_vendor.o((...args) => $options.searchClick && $options.searchClick(...args)),
|
||||
d: common_vendor.o((...args) => $options.searchClick && $options.searchClick(...args), "77"),
|
||||
e: common_vendor.w(({
|
||||
data,
|
||||
pagination,
|
||||
@@ -175,14 +175,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
path: "e",
|
||||
vueId: "9ed7da74-2"
|
||||
}),
|
||||
f: common_vendor.o($options.refresh),
|
||||
g: common_vendor.o($options.loadMore),
|
||||
f: common_vendor.o($options.refresh, "cc"),
|
||||
g: common_vendor.o($options.loadMore, "f3"),
|
||||
h: $data.listHight,
|
||||
i: common_vendor.p({
|
||||
border: false
|
||||
}),
|
||||
j: common_vendor.sr("udb", "9ed7da74-2"),
|
||||
k: common_vendor.o($options.onqueryerror),
|
||||
k: common_vendor.o($options.onqueryerror, "d3"),
|
||||
l: common_vendor.p({
|
||||
collection: $options.colList,
|
||||
["page-size"]: 10
|
||||
|
||||
Reference in New Issue
Block a user