1.2.0版本

This commit is contained in:
2026-08-04 11:07:38 +08:00
parent a091664cee
commit bf8ce482e4
78 changed files with 1998 additions and 863 deletions
+2 -4
View File
@@ -1,7 +1,6 @@
import { View, Text, Image } from '@tarojs/components'
import Taro from '@tarojs/taro'
import './index.scss'
import ThemeToggle from '../../components/ThemeToggle'
import { useThemeContext } from '../../context/ThemeContext'
const FAQ_ITEMS = [
@@ -12,12 +11,11 @@ const FAQ_ITEMS = [
]
export default function ServicePage() {
const { theme } = useThemeContext()
const { theme, resolvedTheme } = useThemeContext()
return (
<View className={`theme-${theme}`} style={{ minHeight: '100vh' }}>
<View className={`theme-${resolvedTheme}`} style={{ minHeight: '100vh' }}>
<View className='service-page'>
<ThemeToggle />
<View className='page-header dashed-card mt-20'>
<View className='star-badge' />
<Text className='page-title'></Text>