"use strict"; const common_vendor = require("../../common/vendor.js"); const stores_readSetting = require("../../stores/readSetting.js"); const config_config = require("../../config/config.js"); require("../../data/data.js"); const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({ __name: "readPage", props: ["text_content"], setup(__props, { expose }) { let read_setting_data = stores_readSetting.ReadSetting().getReadSetting(); function showTopLoading() { } function showBottomLoading() { } expose({ showBottomLoading, showTopLoading }); return (_ctx, _cache) => { return { a: __props.text_content, b: `${common_vendor.unref(config_config.config).read_config.fontSizeList[common_vendor.unref(read_setting_data).fontSizeIndex]}px`, c: `${common_vendor.unref(config_config.config).read_config.lineHeight * common_vendor.unref(config_config.config).read_config.fontSizeList[common_vendor.unref(read_setting_data).fontSizeIndex]}px`, d: `${common_vendor.unref(config_config.config).read_config.colorList[common_vendor.unref(read_setting_data).colorBgIndex]}` }; }; } }); const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-2dec9c91"], ["__file", "/Users/future/Desktop/项目/uni-xs/xs-app/components/read/readPage.vue"]]); tt.createComponent(Component);