📝 Update dietary guard product intro
This commit is contained in:
parent
505b23e728
commit
a1b10687eb
@ -10,13 +10,13 @@
|
||||
<p class="text-lg text-white">{{ item?.description }}</p>
|
||||
|
||||
<div class="flex justify-center mt-3">
|
||||
<v-btn variant="text" color="white" prepend-icon="mdi-school" text="Learn more" :to="item._path" />
|
||||
<v-btn variant="text" color="white" prepend-icon="mdi-school" :text="t('learnMore')" :to="item._path" />
|
||||
<v-btn
|
||||
v-if="item?.url"
|
||||
variant="text"
|
||||
color="white"
|
||||
prepend-icon="mdi-launch"
|
||||
text="Open"
|
||||
:text="t('open')"
|
||||
:href="item?.url"
|
||||
target="_blank"
|
||||
/>
|
||||
@ -30,7 +30,7 @@
|
||||
color="warning"
|
||||
size="small"
|
||||
>
|
||||
Archived
|
||||
{{ t("productArchived") }}
|
||||
</v-chip>
|
||||
</div>
|
||||
</v-col>
|
||||
@ -42,4 +42,6 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
const props = defineProps<{ products: any[] }>()
|
||||
|
||||
const { t } = useI18n()
|
||||
</script>
|
||||
|
@ -2,6 +2,7 @@
|
||||
thumbnail: /thumbnails/products/acefield.webp
|
||||
title: AceField
|
||||
description: An experimental multiplayer top-down view shooting game that created by Solsynth LLC affiliation Highland Entertainment.
|
||||
author: [littlesheep]
|
||||
url: https://files.solsynth.dev/production01/acefield
|
||||
---
|
||||
|
||||
|
24
content/en/products/dietary-guard.mdx
Normal file
24
content/en/products/dietary-guard.mdx
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
thumbnail: /thumbnails/products/dietary-guard.webp
|
||||
title: DietaryGuard
|
||||
description: A simple app that help you keep dietary, so not die.
|
||||
author: [littlesheep]
|
||||
---
|
||||
|
||||
A simple app to look up the ingredients of your food,
|
||||
with a little something along the way to keep you from eating something you shouldn't eat and going to the hospital.
|
||||
|
||||
## Highlight
|
||||
|
||||
1. Get authoritative and accurate food nutritional data via USDA FoodData Central API.
|
||||
2. Customize the alert rules to know at a glance what food is not suitable for you to eat.
|
||||
3. Simple and easy to use
|
||||
4. Lightweight software, less than 8M.
|
||||
|
||||
## Download
|
||||
|
||||
- iOS TestFlight: *not ready yet*.
|
||||
- iOS App Store: *wait a little longer
|
||||
- Android APK: https://files.solsynth.dev/production01/dietary-guard/app-arm64-v8a-release.apk
|
||||
|
||||
Translated with DeepL.com (free version)
|
@ -2,5 +2,6 @@
|
||||
thumbnail: /thumbnails/products/roadsign.webp
|
||||
title: RoadSign
|
||||
description: The reserve proxy that powered our network. Powerful and easy to use.
|
||||
author: [littlesheep]
|
||||
archived: true
|
||||
---
|
||||
|
@ -2,6 +2,7 @@
|
||||
thumbnail: /thumbnails/products/solar-network.webp
|
||||
title: Solar Network
|
||||
description: Great place for relationships.
|
||||
author: [littlesheep]
|
||||
url: https://sn.solsynth.dev
|
||||
---
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
thumbnail: /thumbnails/products/acefield.webp
|
||||
title: AceField
|
||||
description: 由索尔辛茨附属高岛互娱制作的一款实验性多人自上而下视角射击游戏。
|
||||
author: [littlesheep]
|
||||
url: https://files.solsynth.dev/production01/acefield
|
||||
---
|
||||
|
||||
|
21
content/zh-CN/products/dietary-guard.mdx
Normal file
21
content/zh-CN/products/dietary-guard.mdx
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
thumbnail: /thumbnails/products/dietary-guard.webp
|
||||
title: 膳食管家
|
||||
description: 一个简单的查询食物成份的应用程式
|
||||
author: [littlesheep]
|
||||
---
|
||||
|
||||
一个简单的查询食物成份的应用,还能顺便提示你一点东西,避免你吃到什么不该吃的吃进医院。
|
||||
|
||||
## 高光
|
||||
|
||||
1. 透过 USDA FoodData Central API 获取权威、准确的食品营养成分数据
|
||||
2. 自定义告警规则,不适合自己食用的食物一目了然
|
||||
3. 功能简单,上手容易
|
||||
4. 轻量软件,只有 8M 不到
|
||||
|
||||
## 下载
|
||||
|
||||
- iOS TestFlight: *还没好*
|
||||
- iOS App Store: *再等等*
|
||||
- Android APK: https://files.solsynth.dev/production01/dietary-guard/app-arm64-v8a-release.apk
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
thumbnail: /thumbnails/products/roadsign.webp
|
||||
title: RoadSign
|
||||
description: The reserve proxy that powered our network. Powerful and easy to use.
|
||||
description: 为我们的网络提供动力的反向代理。功能强大,使用方便
|
||||
author: [littlesheep]
|
||||
archived: true
|
||||
---
|
||||
|
@ -2,6 +2,7 @@
|
||||
thumbnail: /thumbnails/products/solar-network.webp
|
||||
title: Solar Network
|
||||
description: 寄托人际关系的好地方
|
||||
author: littlesheep
|
||||
url: https://sn.solsynth.dev
|
||||
---
|
||||
|
||||
|
@ -52,5 +52,7 @@
|
||||
"userActivityCaption": "Recent posts of this user.",
|
||||
"productArchived": "Archived",
|
||||
"callbackHint": "You need to sign in before access that page. After you signed in, you will be redirected to:",
|
||||
"lastUpdatedAt": "Last updated at {0}"
|
||||
"lastUpdatedAt": "Last updated at {0}",
|
||||
"learnMore": "Learn more",
|
||||
"open": "Open"
|
||||
}
|
||||
|
@ -52,5 +52,7 @@
|
||||
"authorizeCompletedRedirectHint": "正在传送到…",
|
||||
"decline": "拒绝",
|
||||
"approve": "批准",
|
||||
"lastUpdatedAt": "最后更新于 {0}"
|
||||
"lastUpdatedAt": "最后更新于 {0}",
|
||||
"learnMore": "了解更多",
|
||||
"open": "打开"
|
||||
}
|
||||
|
@ -65,6 +65,20 @@ if (page.value == null) {
|
||||
statusMessage: "Product Not Found",
|
||||
})
|
||||
}
|
||||
|
||||
useHead({
|
||||
title: page.value.title,
|
||||
})
|
||||
|
||||
useSeoMeta({
|
||||
title: page.value.title,
|
||||
description: page.value.description,
|
||||
ogTitle: page.value.title,
|
||||
ogDescription: page.value.description,
|
||||
ogUrl: `${useRuntimeConfig().public.siteUrl}${route.fullPath}`,
|
||||
publisher: "Solar Network",
|
||||
ogSiteName: "Solsynth Capital",
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
@ -25,6 +25,18 @@ if (page.value == null) {
|
||||
statusMessage: "Term Not Found",
|
||||
})
|
||||
}
|
||||
|
||||
useHead({
|
||||
title: page.value.title,
|
||||
})
|
||||
|
||||
useSeoMeta({
|
||||
title: page.value.title,
|
||||
ogTitle: page.value.title,
|
||||
ogUrl: `${useRuntimeConfig().public.siteUrl}${route.fullPath}`,
|
||||
publisher: "Solar Network",
|
||||
ogSiteName: "Solsynth Capital",
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
BIN
public/thumbnails/products/dietary-guard.webp
Normal file
BIN
public/thumbnails/products/dietary-guard.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 682 KiB |
Loading…
Reference in New Issue
Block a user