diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json new file mode 100644 index 0000000..582561b --- /dev/null +++ b/.hbuilderx/launch.json @@ -0,0 +1,16 @@ +{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version": "0.0", + "configurations": [{ + "app-plus" : + { + "launchtype" : "local" + }, + "default" : + { + "launchtype" : "local" + }, + "type" : "uniCloud" + } + ] +} diff --git a/manifest.json b/manifest.json index d118ee3..924c403 100644 --- a/manifest.json +++ b/manifest.json @@ -7,6 +7,14 @@ "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { + "safearea" : { + //安全区域配置,仅ioS平台生效 + "background" : "#F5F6F9", //安全区域外的背景颜色,默认值为"#FFFFFF" + "bottom" : { + // 底部安全区域配置 + "offset" : "none|auto" // 底部安全区域偏移,"none"表示不空出安全区域,"auto"自动计算空出安全区域,默认值为"none" + } + }, "usingComponents" : true, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, diff --git a/pages/novelReading/novelReading - 副本 (4).vue b/pages/novelReading/novelReading - 副本 (4).vue new file mode 100644 index 0000000..6421498 --- /dev/null +++ b/pages/novelReading/novelReading - 副本 (4).vue @@ -0,0 +1,980 @@ + + + + + \ No newline at end of file diff --git a/pages/novelReading/novelReading.vue b/pages/novelReading/novelReading.vue index 6421498..fd98adb 100644 --- a/pages/novelReading/novelReading.vue +++ b/pages/novelReading/novelReading.vue @@ -1,55 +1,19 @@