diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e708e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# 忽略以下文件和目录 +node_modules/ +/dist/ +/dev/ +/.DS_Store + +# 忽略UniApp编译生成的小程序相关目录 +/unpackage/ + +# 忽略本地配置文件(请根据实际情况修改) +/manifest.local.json + +# 忽略编辑器自动生成的文件 +.idea/ +.vscode/ + +# 忽略日志文件 +/logs/ + +# 忽略临时文件 +/temp/ + +# 忽略构建工具自动生成的文件 +/build/ + +# 忽略npm安装的包文件 +/package-lock.json +/yarn.lock + +# 忽略个人配置文件(请根据实际情况修改) +.env.local +.env.development.local +.env.production.local \ No newline at end of file diff --git a/manifest.json b/manifest.json index 856f16e..9de36fb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,72 +1,75 @@ { - "name" : "yglt_uniapp", - "appid" : "", - "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 - }, - "usingComponents" : true - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - }, - "vueVersion" : "3" -} + "name": "yglt_uniapp", + "appid": "__UNI__542B476", + "description": "", + "versionName": "1.0.0", + "versionCode": "100", + "transformPx": false, + /* 5+App特有相关 */ + "app-plus": { + "usingComponents": true, + "nvueStyleCompiler": "uni-app", + "compilerVersion": 3, + "compatible": { + "ignoreVersion": true + }, + "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 + }, + "usingComponents": true + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "3" +} \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index ec0ec26..6cc614d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -49,4 +49,4 @@ font-size: 36rpx; color: #8f8f94; } - + \ No newline at end of file diff --git a/unpackage/dist/cache/.vite/deps/_metadata.json b/unpackage/dist/cache/.vite/deps/_metadata.json index 1e06c4a..4a50352 100644 --- a/unpackage/dist/cache/.vite/deps/_metadata.json +++ b/unpackage/dist/cache/.vite/deps/_metadata.json @@ -1,8 +1,8 @@ { - "hash": "08cb272f", - "configHash": "7ff04860", + "hash": "873882c7", + "configHash": "8cf3a7ac", "lockfileHash": "e3b0c442", - "browserHash": "49a1908a", + "browserHash": "7e4ce7a2", "optimized": {}, "chunks": {} } \ No newline at end of file