feat:2.4.5 修改首页

This commit is contained in:
R524809
2025-12-08 13:43:20 +08:00
parent 1e50a3b56e
commit e193369478
7 changed files with 110 additions and 50 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ Page({
currentColor: '',
showIntroductionPopup: false,
showSelectWordPopup: false, // 选择文字弹窗
selectedTemplate: 'find', // 选中的模板类型
selectedTemplate: 'grid', // 选中的模板类型 grid 或 find 模式
env: 'release',
isPCDevtool: false,
showShareDialog: false, // 显示分享引导弹窗
@@ -53,7 +53,7 @@ Page({
{ color: '#8A2BE2', word: '您' },
],
selectedWords: ['涂', '鸦', '丫', '欢', '迎', '您'],
showIntroductionPopup: true,
// showIntroductionPopup: true,
env: getApp().globalData.env || 'release',
},
() => {
+1 -1
View File
@@ -16,7 +16,7 @@ page {
.math-page-header {
margin-bottom: 40rpx;
text-align: center;
padding-top: 20rpx;
padding-top: 28rpx;
}
.math-page-title {
+4 -4
View File
@@ -1,10 +1,10 @@
<view class="page-container">
<!-- 页面标题和描述 -->
<view class="math-page-header">
<view class="math-page-title">数学学习涂鸦卡</view>
<view class="math-page-subtitle"
>选择功能,生成可打印的数学学习涂鸦卡</view
>
<view class="math-page-title">数感启蒙</view>
<view class="math-page-subtitle">
选择功能,生成可打印的数感启蒙涂鸦卡
</view>
</view>
<!-- 功能列表 -->