优化数据库初始化,新增用户收货地址表以支持多地址管理;更新章节页面和我的页面,整合底部导航组件,提升用户体验;调整小程序设置页面,增加收货地址管理功能,优化样式与布局。

This commit is contained in:
乘风
2026-01-31 22:37:05 +08:00
parent 692397c997
commit c7b125535c
24 changed files with 1159 additions and 141 deletions

View File

@@ -32,13 +32,13 @@ Page({
latestSection: null,
latestLabel: '最新更新',
// 内容概览
// 内容概览(与 Web lib/book-data.ts 一致)
partsList: [
{ id: 'part-1', number: '', title: '真实的人', subtitle: '人与人之间的底层逻辑' },
{ id: 'part-2', number: '', title: '真实的行业', subtitle: '电商、内容、传统行业解析' },
{ id: 'part-3', number: '', title: '真实的错误', subtitle: '我和别人犯过的错' },
{ id: 'part-4', number: '', title: '真实的赚钱', subtitle: '底层结构与真实案例' },
{ id: 'part-5', number: '', title: '真实的社会', subtitle: '未来职业与商业生态' }
{ id: 'part-1', number: '01', title: '真实的人', subtitle: '人性观察与社交逻辑' },
{ id: 'part-2', number: '02', title: '真实的行业', subtitle: '社会运作的底层规则' },
{ id: 'part-3', number: '03', title: '真实的错误', subtitle: '错过机会比失败更贵' },
{ id: 'part-4', number: '04', title: '真实的赚钱', subtitle: '所有行业的杠杆结构' },
{ id: 'part-5', number: '05', title: '真实的未来', subtitle: '人与系统的关系' }
],
// 加载状态

View File

@@ -30,7 +30,7 @@
<view class="search-circle"></view>
<view class="search-handle"></view>
</view>
<text class="search-placeholder">搜索章节标题或内容...</text>
<text class="search-placeholder">搜索章节...</text>
</view>
</view>