feat: 权益页面 #14

Merged
txcjh merged 3 commits from rights into dev/1.0.0 2025-07-24 20:51:59 +08:00
Owner
No description provided.
jinyaqiu added 1 commit 2025-07-24 19:54:05 +08:00
txcjh requested changes 2025-07-24 20:14:38 +08:00
@ -0,0 +138,4 @@
return location;
} catch (error: any) {
if (error.code === 'PERMISSION_DENIED' || error.code === 'PERMISSION_DENIED_ERROR') {
alert('位置权限被拒绝,请在设置中启用位置服务');
Owner

这个去掉

这个去掉
@ -0,0 +140,4 @@
if (error.code === 'PERMISSION_DENIED' || error.code === 'PERMISSION_DENIED_ERROR') {
alert('位置权限被拒绝,请在设置中启用位置服务');
} else if (error.code === 'TIMEOUT') {
alert('获取位置超时,请检查网络和位置服务');
Owner

国际化

国际化
@ -0,0 +345,4 @@
</TouchableOpacity>
<Divider />
<TouchableOpacity style={styles.item} onPress={() => Linking.openURL("https://beian.miit.gov.cn/")} >
<ThemedText style={styles.itemText}>{t('lcenses.ICP', { ns: 'personal' })}ICP备2023032876号-4</ThemedText>
Owner

沪ICP备2025133004号-2A,
i18n非中文不展示

沪ICP备2025133004号-2A, i18n非中文不展示
@ -0,0 +16,4 @@
<View style={styles.normalItemContent}>
<View style={{ flexDirection: "row", alignItems: "center", gap: 8 }}>
<GetSvg style={{ marginTop: 8 }} />
<ThemedText style={{ fontSize: 12, fontWeight: '500', color: "#4C320C" }}>Enjoy 100 Bonus Credits Every Month</ThemedText>
Owner

国际化

国际化
@ -0,0 +13,4 @@
<GetSvg style={{ marginTop: 8 }} />
<ThemedText style={{ fontSize: 12, fontWeight: '500', color: "#4C320C" }}>no advertisement</ThemedText>
</View>
<ThemedText style={{ fontSize: 10, color: "#AC7E35", marginLeft: 20 }}>There are no advertisements, so you can use the product with peace of mind.</ThemedText>
Owner

国际化

国际化
jinyaqiu added 1 commit 2025-07-24 20:39:59 +08:00
jinyaqiu added 1 commit 2025-07-24 20:48:47 +08:00
txcjh merged commit 1498e9c6a8 into dev/1.0.0 2025-07-24 20:51:59 +08:00
txcjh deleted branch rights 2025-07-24 20:51:59 +08:00
txcjh referenced this issue from a commit 2025-07-24 20:52:00 +08:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: FairClip/memowake-front#14
No description provided.