hookehuyr

chore: 将项目名称从myApp更改为lls_program

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Date: 2025-06-28 10:33:00 2 * @Date: 2025-06-28 10:33:00
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 * @LastEditTime: 2025-06-28 10:45:27 4 * @LastEditTime: 2025-06-28 10:45:27
5 - * @FilePath: /myApp/config/dev.js 5 + * @FilePath: /lls_program/config/dev.js
6 * @Description: 文件描述 6 * @Description: 文件描述
7 */ 7 */
8 export default { 8 export default {
......
...@@ -11,7 +11,7 @@ const { UnifiedWebpackPluginV5 } = require('weapp-tailwindcss/webpack') ...@@ -11,7 +11,7 @@ const { UnifiedWebpackPluginV5 } = require('weapp-tailwindcss/webpack')
11 // https://taro-docs.jd.com/docs/next/config#defineconfig-辅助函数 11 // https://taro-docs.jd.com/docs/next/config#defineconfig-辅助函数
12 export default defineConfig(async (merge) => { 12 export default defineConfig(async (merge) => {
13 const baseConfig = { 13 const baseConfig = {
14 - projectName: 'myApp', 14 + projectName: 'lls_program',
15 date: '2025-6-28', 15 date: '2025-6-28',
16 designWidth (input) { 16 designWidth (input) {
17 // 配置 NutUI 375 尺寸 17 // 配置 NutUI 375 尺寸
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Date: 2025-06-28 10:33:00 2 * @Date: 2025-06-28 10:33:00
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 * @LastEditTime: 2025-06-28 11:00:57 4 * @LastEditTime: 2025-06-28 11:00:57
5 - * @FilePath: /myApp/config/prod.js 5 + * @FilePath: /lls_program/config/prod.js
6 * @Description: 文件描述 6 * @Description: 文件描述
7 */ 7 */
8 export default { 8 export default {
......
1 { 1 {
2 - "name": "myApp", 2 + "name": "lls_program",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "private": true, 4 "private": true,
5 - "description": "myApp", 5 + "description": "lls_program",
6 "templateInfo": { 6 "templateInfo": {
7 "name": "vue3-NutUI", 7 "name": "vue3-NutUI",
8 "typescript": false, 8 "typescript": false,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Date: 2025-06-30 13:27:35 2 * @Date: 2025-06-30 13:27:35
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 * @LastEditTime: 2025-06-30 13:27:42 4 * @LastEditTime: 2025-06-30 13:27:42
5 - * @FilePath: /myApp/postcss.config.js 5 + * @FilePath: /lls_program/postcss.config.js
6 * @Description: 文件描述 6 * @Description: 文件描述
7 */ 7 */
8 // postcss 插件以 object 方式注册的话,是按照由上到下的顺序执行的 8 // postcss 插件以 object 方式注册的话,是按照由上到下的顺序执行的
......
1 { 1 {
2 "miniprogramRoot": "./dist", 2 "miniprogramRoot": "./dist",
3 - "projectname": "myApp", 3 + "projectname": "lls_program",
4 - "description": "myApp", 4 + "description": "lls_program",
5 "appid": "touristappid", 5 "appid": "touristappid",
6 "setting": { 6 "setting": {
7 "urlCheck": true, 7 "urlCheck": true,
......
1 { 1 {
2 "miniprogramRoot": "./", 2 "miniprogramRoot": "./",
3 - "projectname": "myApp", 3 + "projectname": "lls_program",
4 - "description": "myApp", 4 + "description": "lls_program",
5 "appid": "touristappid", 5 "appid": "touristappid",
6 "setting": { 6 "setting": {
7 "urlCheck": true, 7 "urlCheck": true,
......
1 /* 1 /*
2 * @Date: 2025-06-28 10:33:00 2 * @Date: 2025-06-28 10:33:00
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-06-28 11:05:47 4 + * @LastEditTime: 2025-08-27 13:19:11
5 - * @FilePath: /myApp/src/app.config.js 5 + * @FilePath: /lls_program/src/app.config.js
6 * @Description: 文件描述 6 * @Description: 文件描述
7 */ 7 */
8 export default { 8 export default {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Date: 2025-06-28 10:33:00 2 * @Date: 2025-06-28 10:33:00
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 * @LastEditTime: 2025-06-28 11:04:17 4 * @LastEditTime: 2025-06-28 11:04:17
5 - * @FilePath: /myApp/src/app.js 5 + * @FilePath: /lls_program/src/app.js
6 * @Description: 文件描述 6 * @Description: 文件描述
7 */ 7 */
8 import { createApp } from 'vue' 8 import { createApp } from 'vue'
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
8 <meta name="format-detection" content="telephone=no,address=no"> 8 <meta name="format-detection" content="telephone=no,address=no">
9 <meta name="apple-mobile-web-app-status-bar-style" content="white"> 9 <meta name="apple-mobile-web-app-status-bar-style" content="white">
10 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" > 10 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
11 - <title>myApp</title> 11 + <title>lls_program</title>
12 <script><%= htmlWebpackPlugin.options.script %></script> 12 <script><%= htmlWebpackPlugin.options.script %></script>
13 </head> 13 </head>
14 <body> 14 <body>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Date: 2022-09-19 14:11:06 2 * @Date: 2022-09-19 14:11:06
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 * @LastEditTime: 2025-07-01 10:56:38 4 * @LastEditTime: 2025-07-01 10:56:38
5 - * @FilePath: /myApp/src/pages/demo/index.vue 5 + * @FilePath: /lls_program/src/pages/demo/index.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
8 <template> 8 <template>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Date: 2025-06-28 10:33:00 2 * @Date: 2025-06-28 10:33:00
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 * @LastEditTime: 2025-07-01 11:13:13 4 * @LastEditTime: 2025-07-01 11:13:13
5 - * @FilePath: /myApp/src/pages/index/index.vue 5 + * @FilePath: /lls_program/src/pages/index/index.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
8 <template> 8 <template>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Date: 2022-09-19 14:11:06 2 * @Date: 2022-09-19 14:11:06
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 * @LastEditTime: 2025-07-01 11:17:49 4 * @LastEditTime: 2025-07-01 11:17:49
5 - * @FilePath: /myApp/src/utils/request.js 5 + * @FilePath: /lls_program/src/utils/request.js
6 * @Description: 简单axios封装,后续按实际处理 6 * @Description: 简单axios封装,后续按实际处理
7 */ 7 */
8 // import axios from 'axios' 8 // import axios from 'axios'
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Date: 2025-06-30 13:27:50 2 * @Date: 2025-06-30 13:27:50
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 * @LastEditTime: 2025-06-30 13:27:56 4 * @LastEditTime: 2025-06-30 13:27:56
5 - * @FilePath: /myApp/tailwind.config.js 5 + * @FilePath: /lls_program/tailwind.config.js
6 * @Description: 文件描述 6 * @Description: 文件描述
7 */ 7 */
8 /** @type {import('tailwindcss').Config} */ 8 /** @type {import('tailwindcss').Config} */
......