hookehuyr

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

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