mix-public 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -49,4 +49,5 @@
49
49
  - v1.0.4 title模块添加背景色配置
50
50
  - v1.0.5 优化网页端实现方法(优化统一图片选择回调参数/APP跳转/小程序跳转/添加 onstart 生命周期/优化返回根页面/优化链接分享/添加 web 图片下载方法)
51
51
  - v1.0.6 去除冗余依赖/优化 tabbar 选择逻辑
52
- - v1.0.7 整体依赖调用方式调整/优化目录结构
52
+ - v1.0.7 整体依赖调用方式调整/优化目录结构
53
+ - v1.0.8 依赖引用调整
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mix-public",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "use mix-app",
5
5
  "main": "mixRender.js",
6
6
  "scripts": {
@@ -1,7 +1,7 @@
1
1
  import { mixRemoteShakeDownEncrypt } from "../resource/cryptoJS.js"
2
2
  import { mixHttp } from "../customMethod/http.js"
3
3
  import md5 from "../resource/md5.js"
4
- import { mixPublicLib } from "../resource/mixappfunc.js"
4
+ import { mixPublicLib } from "../main/mixappfunc.js"
5
5
  export const getAppBottomNavs = (op) => {
6
6
  const mixProjectType = op.mixProjectType;
7
7
  const mixVersion = op.mixVersion;
@@ -1,5 +1,5 @@
1
1
  import { getAppPageInfo } from "./getInfo.js"
2
- import { mixPublicLib } from "../resource/mixappfunc.js"
2
+ import { mixPublicLib } from "../main/mixappfunc.js"
3
3
  export default (op) => {
4
4
  getAppPageInfo(op).then(res=>{
5
5
  const titleModule = document.querySelector("#mix-navigation");
@@ -1,5 +1,5 @@
1
1
  import { getAppBottomNavs } from "./getInfo.js"
2
- import { mixPublicLib } from "../resource/mixappfunc.js"
2
+ import { mixPublicLib } from "../main/mixappfunc.js"
3
3
  import { PAGInit } from '../libpag';
4
4
 
5
5
  const localReadFile = (filePath) => {