Skip to content

Commit

Permalink
🌈 style: 格式化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadwuo committed Aug 11, 2024
1 parent dd7f570 commit cbc6343
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/pages/FAQs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
礼记 免费吗?
</div>
<div class="text-sm text-gray-500 leading-relaxed">
免费。礼记运营需要一定的服务器费用,目前依靠程序内部广告收益(你如果非常不喜欢广告,甚至可以关闭),可以收支平衡,是可维续的。
免费。礼记运营需要一定的服务器费用,目前依靠程序内部广告收益(你对广告容忍度很低,甚至可以关闭),可以收支平衡,是可维续的。
</div>
<div class="my-5">
<uv-line />
Expand Down
1 change: 1 addition & 0 deletions src/pages/family/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const { userInfo } = storeToRefs(useUserStore())
const actionSheetRef = ref(null)
const loading = ref(false)
const actionSheetList = ref([])
async function onCreate() {
loading.value = true
await add().then(async (res) => {
Expand Down
4 changes: 2 additions & 2 deletions src/pages/giftOut/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ function handleGiftClick(e) {
{{ i.friendInfo.name }}
</div>
<div>{{ i.title }}<span v-if="i.remarks">({{ i.remarks }})</span></div>
<div class="text-sm">
{{ i.date.lunar_month }} {{ i.date.lunar_day }} {{ i.date.lunar_year }}
<div class="mt-1 text-xs text-gray">
{{ i.date.value }} {{ i.date.lunar_month }} {{ i.date.lunar_day }} {{ i.date.lunar_year }}
</div>
</div>
<div class="font-bold" :class="[i.icon === 'i-tabler-candle' ? 'text-gray' : 'text-red']">
Expand Down
12 changes: 4 additions & 8 deletions src/pages/sponsor/index.vue
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
<script setup>
</script>

<template>
<div class="mt-5">
<div class="indent-8 text-sm leading-relaxed">
礼记 是一个开源项目,使用完全免费,维护这样一个项目需要很大的精力和服务器费用
"礼记"作为一个开放共享的项目,一直以来都致力于为用户提供高质量的服务与体验。由于项目的持续运行需要较大的资源投入,我们不得不在部分页面引入了少量广告以支持日常运营
</div>
<div class="indent-8 text-sm leading-relaxed">
为了维持礼记的健康运营,部分页面中增加了广告,敬请理解,当然,如果你对广告容忍度很低,可以在<text
class="text-red"
@click="router.push('/pages/settings/index')"
>
<div class="mt-2 indent-8 text-sm leading-relaxed">
我们理解即使极少的广告也可能会影响到您的使用体验,为此,我们在<text class="text-red" @click="router.push('/pages/settings/index')">
设置
</text>中关闭广告!
</text>中提供了关闭广告的功能。如果您希望支持“礼记”,让这个社区继续成长并为更多人服务,请考虑保持广告开启状态。
</div>
</div>
<Advertisement class="mt-auto" adtyle="video" />
Expand Down

0 comments on commit cbc6343

Please sign in to comment.