Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-08-27 13:19:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4e9716686ec7a1ddf41e6398ac650cb9e819da42
4e971668
1 parent
97ee8c8d
chore: 将项目名称从myApp更改为lls_program
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
18 additions
and
18 deletions
config/dev.js
config/index.js
config/prod.js
package.json
postcss.config.js
project.config.json
project.tt.json
src/app.config.js
src/app.js
src/index.html
src/pages/demo/index.vue
src/pages/index/index.vue
src/utils/request.js
tailwind.config.js
config/dev.js
View file @
4e97166
...
...
@@ -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
{
...
...
config/index.js
View file @
4e97166
...
...
@@ -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 尺寸
...
...
config/prod.js
View file @
4e97166
...
...
@@ -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
{
...
...
package.json
View file @
4e97166
{
"name"
:
"
myApp
"
,
"name"
:
"
lls_program
"
,
"version"
:
"1.0.0"
,
"private"
:
true
,
"description"
:
"
myApp
"
,
"description"
:
"
lls_program
"
,
"templateInfo"
:
{
"name"
:
"vue3-NutUI"
,
"typescript"
:
false
,
...
...
postcss.config.js
View file @
4e97166
...
...
@@ -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 方式注册的话,是按照由上到下的顺序执行的
...
...
project.config.json
View file @
4e97166
{
"miniprogramRoot"
:
"./dist"
,
"projectname"
:
"
myApp
"
,
"description"
:
"
myApp
"
,
"projectname"
:
"
lls_program
"
,
"description"
:
"
lls_program
"
,
"appid"
:
"touristappid"
,
"setting"
:
{
"urlCheck"
:
true
,
...
...
project.tt.json
View file @
4e97166
{
"miniprogramRoot"
:
"./"
,
"projectname"
:
"
myApp
"
,
"description"
:
"
myApp
"
,
"projectname"
:
"
lls_program
"
,
"description"
:
"
lls_program
"
,
"appid"
:
"touristappid"
,
"setting"
:
{
"urlCheck"
:
true
,
...
...
src/app.config.js
View file @
4e97166
/*
* @Date: 2025-06-28 10:33:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-0
6-28 11:05:47
* @FilePath: /
myApp
/src/app.config.js
* @LastEditTime: 2025-0
8-27 13:19:11
* @FilePath: /
lls_program
/src/app.config.js
* @Description: 文件描述
*/
export
default
{
...
...
src/app.js
View file @
4e97166
...
...
@@ -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'
...
...
src/index.html
View file @
4e97166
...
...
@@ -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>
...
...
src/pages/demo/index.vue
View file @
4e97166
...
...
@@ -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>
...
...
src/pages/index/index.vue
View file @
4e97166
...
...
@@ -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>
...
...
src/utils/request.js
View file @
4e97166
...
...
@@ -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'
...
...
tailwind.config.js
View file @
4e97166
...
...
@@ -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} */
...
...
Please
register
or
login
to post a comment