2025-08-29 09:51:02 +08:00
|
|
|
"use strict";
|
|
|
|
|
const common_vendor = require("../../common/vendor.js");
|
|
|
|
|
const useModel = {
|
2025-12-15 18:19:04 +08:00
|
|
|
dataShow: common_vendor.ref({}),
|
|
|
|
|
showEvaluate: common_vendor.ref(false)
|
2025-08-29 09:51:02 +08:00
|
|
|
};
|
|
|
|
|
exports.useModel = useModel;
|