|
|
@@ -126,7 +126,7 @@ const Settings: React.FC = () => {
|
|
|
<View className="p-4 border-b border-gray-200">
|
|
|
<View className="flex items-center mb-4">
|
|
|
<View className="w-16 h-16 rounded-full bg-blue-100 flex items-center justify-center mr-3">
|
|
|
- <Text className="text-blue-500 text-2xl">🏢</Text>
|
|
|
+ <View className="i-heroicons-building-office-20-solid text-blue-500 text-2xl" />
|
|
|
</View>
|
|
|
<View className="flex flex-col">
|
|
|
<Text className="font-semibold text-gray-800">
|
|
|
@@ -169,7 +169,7 @@ const Settings: React.FC = () => {
|
|
|
>
|
|
|
<View className="flex items-center">
|
|
|
<View className="w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center mr-3">
|
|
|
- <Text className="text-blue-500">👤</Text>
|
|
|
+ <View className="i-heroicons-user-20-solid text-blue-500 text-lg" />
|
|
|
</View>
|
|
|
<View className="flex flex-col">
|
|
|
<Text className="text-gray-700">账号信息</Text>
|
|
|
@@ -185,7 +185,7 @@ const Settings: React.FC = () => {
|
|
|
>
|
|
|
<View className="flex items-center">
|
|
|
<View className="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center mr-3">
|
|
|
- <Text className="text-green-500">🛡</Text>
|
|
|
+ <View className="i-heroicons-shield-check-20-solid text-green-500 text-lg" />
|
|
|
</View>
|
|
|
<View className="flex flex-col">
|
|
|
<Text className="text-gray-700">安全设置</Text>
|
|
|
@@ -201,7 +201,7 @@ const Settings: React.FC = () => {
|
|
|
>
|
|
|
<View className="flex items-center">
|
|
|
<View className="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center mr-3">
|
|
|
- <Text className="text-purple-500">🔔</Text>
|
|
|
+ <View className="i-heroicons-bell-20-solid text-purple-500 text-lg" />
|
|
|
</View>
|
|
|
<View className="flex flex-col">
|
|
|
<Text className="text-gray-700">消息通知</Text>
|
|
|
@@ -220,7 +220,7 @@ const Settings: React.FC = () => {
|
|
|
>
|
|
|
<View className="flex items-center">
|
|
|
<View className="w-10 h-10 rounded-full bg-yellow-100 flex items-center justify-center mr-3">
|
|
|
- <Text className="text-yellow-500">?</Text>
|
|
|
+ <View className="i-heroicons-question-mark-circle-20-solid text-yellow-500 text-lg" />
|
|
|
</View>
|
|
|
<Text className="text-gray-700">帮助中心</Text>
|
|
|
</View>
|
|
|
@@ -233,7 +233,7 @@ const Settings: React.FC = () => {
|
|
|
>
|
|
|
<View className="flex items-center">
|
|
|
<View className="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center mr-3">
|
|
|
- <Text className="text-indigo-500">📄</Text>
|
|
|
+ <View className="i-heroicons-document-text-20-solid text-indigo-500 text-lg" />
|
|
|
</View>
|
|
|
<Text className="text-gray-700">用户协议</Text>
|
|
|
</View>
|
|
|
@@ -246,7 +246,7 @@ const Settings: React.FC = () => {
|
|
|
>
|
|
|
<View className="flex items-center">
|
|
|
<View className="w-10 h-10 rounded-full bg-pink-100 flex items-center justify-center mr-3">
|
|
|
- <Text className="text-pink-500">🔒</Text>
|
|
|
+ <View className="i-heroicons-lock-closed-20-solid text-pink-500 text-lg" />
|
|
|
</View>
|
|
|
<Text className="text-gray-700">隐私政策</Text>
|
|
|
</View>
|
|
|
@@ -262,7 +262,7 @@ const Settings: React.FC = () => {
|
|
|
>
|
|
|
<View className="flex items-center">
|
|
|
<View className="w-10 h-10 rounded-full bg-red-100 flex items-center justify-center mr-3">
|
|
|
- <Text className="text-red-500">🚪</Text>
|
|
|
+ <View className="i-heroicons-arrow-left-on-rectangle-20-solid text-red-500 text-lg" />
|
|
|
</View>
|
|
|
<Text className="text-gray-700">退出登录</Text>
|
|
|
</View>
|