diff --git a/.DS_Store b/.DS_Store index c7451e0..03df16f 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index a503fa2..25a58dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /unpackage/ +unpackage/ \ No newline at end of file diff --git a/manifest.json b/manifest.json index 28ad6af..49c99fe 100644 --- a/manifest.json +++ b/manifest.json @@ -1,102 +1,102 @@ -{ - "name": "qingdao-employment-service", - "appid": "__UNI__C939371", - "description": "招聘", - "versionName": "1.0.0", - "versionCode": "100", - "transformPx": false, - /* 5+App特有相关 */ - "app-plus": { - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - /* 模块配置 */ - "modules": {}, - /* 应用发布信息 */ - "distribute": { - /* android打包配置 */ - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios": {}, - /* SDK配置 */ - "sdkConfigs": {} - } - }, - /* 快应用特有相关 */ - "quickapp": {}, - /* 小程序特有相关 */ - "mp-weixin": { - "appid": "", - "setting": { - "urlCheck": false, - "es6": true, - "postcss": true, - "minified": true - }, - "usingComponents": true, - "permission": { - "scope.userLocation": { - "desc": "用于用户选择地图查看位置" - } - } - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "vueVersion": "3", - "locale": "zh-Hans", - "h5": { - "router": { - "base": "/app/", - "mode": "hash" - }, - "title": "宜昌智慧就业服务", - "optimization": { - "treeShaking": { - "enable": true - } - }, - "sdkConfigs": { - "maps": { - "amap": { - "key": "9cfc9370bd8a941951da1cea0308e9e3", - "securityJsCode": "7b16386c7f744c3ca05595965f2b037f", - "serviceHost": "" - } - } - } - } +{ + "name": "qingdao-employment-service", + "appid": "__UNI__C939371", + "description": "招聘", + "versionName": "1.0.0", + "versionCode": "100", + "transformPx": false, + /* 5+App特有相关 */ + "app-plus": { + "usingComponents": true, + "nvueStyleCompiler": "uni-app", + "compilerVersion": 3, + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 + }, + /* 模块配置 */ + "modules": {}, + /* 应用发布信息 */ + "distribute": { + /* android打包配置 */ + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios": {}, + /* SDK配置 */ + "sdkConfigs": {} + } + }, + /* 快应用特有相关 */ + "quickapp": {}, + /* 小程序特有相关 */ + "mp-weixin": { + "appid": "", + "setting": { + "urlCheck": false, + "es6": true, + "postcss": true, + "minified": true + }, + "usingComponents": true, + "permission": { + "scope.userLocation": { + "desc": "用于用户选择地图查看位置" + } + } + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "3", + "locale": "zh-Hans", + "h5": { + "router": { + "base": "/yc/app/", + "mode": "hash" + }, + "title": "宜昌智慧就业服务", + "optimization": { + "treeShaking": { + "enable": true + } + }, + "sdkConfigs": { + "maps": { + "amap": { + "key": "9cfc9370bd8a941951da1cea0308e9e3", + "securityJsCode": "7b16386c7f744c3ca05595965f2b037f", + "serviceHost": "" + } + } + } + } } \ No newline at end of file diff --git a/unpackage/.DS_Store b/unpackage/.DS_Store deleted file mode 100644 index 1fb5a3e..0000000 Binary files a/unpackage/.DS_Store and /dev/null differ diff --git a/unpackage/dist/.DS_Store b/unpackage/dist/.DS_Store deleted file mode 100644 index 24a1c49..0000000 Binary files a/unpackage/dist/.DS_Store and /dev/null differ diff --git a/unpackage/dist/build/.DS_Store b/unpackage/dist/build/.DS_Store deleted file mode 100644 index 8614cff..0000000 Binary files a/unpackage/dist/build/.DS_Store and /dev/null differ diff --git a/unpackage/dist/cache/.vite/deps/_metadata.json b/unpackage/dist/cache/.vite/deps/_metadata.json deleted file mode 100644 index 7724b6f..0000000 --- a/unpackage/dist/cache/.vite/deps/_metadata.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "hash": "ab0eb594", - "configHash": "554cced5", - "lockfileHash": "5d26acb0", - "browserHash": "86a09ddc", - "optimized": {}, - "chunks": {} -} \ No newline at end of file diff --git a/unpackage/dist/cache/.vite/deps/package.json b/unpackage/dist/cache/.vite/deps/package.json deleted file mode 100644 index 3dbc1ca..0000000 --- a/unpackage/dist/cache/.vite/deps/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} diff --git a/unpackage/dist/dev/mp-weixin/project.config.json b/unpackage/dist/dev/mp-weixin/project.config.json deleted file mode 100644 index 9635d2a..0000000 --- a/unpackage/dist/dev/mp-weixin/project.config.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "description": "项目配置文件。", - "packOptions": { - "ignore": [], - "include": [] - }, - "setting": { - "urlCheck": false, - "es6": true, - "postcss": true, - "minified": true, - "newFeature": true, - "bigPackageSizeSupport": true, - "babelSetting": { - "ignore": [], - "disablePlugins": [], - "outputPath": "" - }, - "condition": true - }, - "compileType": "miniprogram", - "libVersion": "3.6.3", - "appid": "touristappid", - "projectname": "qingdao-employment-service", - "condition": {}, - "editorSetting": { - "tabIndent": "insertSpaces", - "tabSize": 2 - } -} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/project.private.config.json b/unpackage/dist/dev/mp-weixin/project.private.config.json deleted file mode 100644 index ca08ba6..0000000 --- a/unpackage/dist/dev/mp-weixin/project.private.config.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", - "projectname": "qingdao-employment-service", - "setting": { - "compileHotReLoad": true, - "autoAudits": false - } -} \ No newline at end of file