fix: 更換研究報告圖片
|
After Width: | Height: | Size: 216 KiB |
|
After Width: | Height: | Size: 273 KiB |
|
After Width: | Height: | Size: 310 KiB |
|
After Width: | Height: | Size: 275 KiB |
|
After Width: | Height: | Size: 299 KiB |
|
Before Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 220 KiB |
|
Before Width: | Height: | Size: 226 KiB |
|
Before Width: | Height: | Size: 229 KiB |
|
Before Width: | Height: | Size: 217 KiB |
|
Before Width: | Height: | Size: 128 KiB |
@@ -1,45 +1,31 @@
|
||||
<script setup lang="ts">
|
||||
import coverImage from '@/assets/introduction/functional _fitness_all_ages/00_cover.jpg'
|
||||
import overviewImage01 from '@/assets/introduction/functional _fitness_all_ages/01_overview.jpg'
|
||||
import methodsImage from '@/assets/introduction/functional _fitness_all_ages/02_methods.jpg'
|
||||
import resultsImage from '@/assets/introduction/functional _fitness_all_ages/03_results.jpg'
|
||||
import overviewImage02 from '@/assets/introduction/functional _fitness_all_ages/04_overview.jpg'
|
||||
import Layout from '@/components/layout/DefaultLayout.vue'
|
||||
|
||||
const slides = [
|
||||
{
|
||||
title: '公益普測計畫',
|
||||
src: new URL('../assets/introduction/公益普測計畫.jpg', import.meta.url).href,
|
||||
},
|
||||
{
|
||||
title: '全齡功能性體適能衰退之研究',
|
||||
src: new URL(
|
||||
'../assets/introduction/全齡功能性體適能衰退之研究/0- 全齡功能性體適能衰退之研究.jpg',
|
||||
import.meta.url,
|
||||
).href,
|
||||
title: '封面',
|
||||
src: coverImage,
|
||||
},
|
||||
{
|
||||
title: '研究總覽',
|
||||
src: new URL(
|
||||
'../assets/introduction/全齡功能性體適能衰退之研究/1 - 研究總覽.jpg',
|
||||
import.meta.url,
|
||||
).href,
|
||||
src: overviewImage01,
|
||||
},
|
||||
{
|
||||
title: '方法與指標',
|
||||
src: new URL(
|
||||
'../assets/introduction/全齡功能性體適能衰退之研究/2 - 方法與指標.jpg',
|
||||
import.meta.url,
|
||||
).href,
|
||||
src: methodsImage,
|
||||
},
|
||||
{
|
||||
title: '主要結果',
|
||||
src: new URL(
|
||||
'../assets/introduction/全齡功能性體適能衰退之研究/3 - 主要結果.jpg',
|
||||
import.meta.url,
|
||||
).href,
|
||||
src: resultsImage,
|
||||
},
|
||||
{
|
||||
title: '研究總覽',
|
||||
src: new URL(
|
||||
'../assets/introduction/全齡功能性體適能衰退之研究/4 - 研究總覽.jpg',
|
||||
import.meta.url,
|
||||
).href,
|
||||
src: overviewImage02,
|
||||
},
|
||||
]
|
||||
</script>
|
||||
@@ -48,7 +34,7 @@ const slides = [
|
||||
<Layout>
|
||||
<template #main>
|
||||
<v-card variant="flat">
|
||||
<v-card-title class="font-weight-bold text-primary d-flex align-center">
|
||||
<v-card-title class="font-weight-bold text-primary d-flex align-center py-0">
|
||||
<v-icon class="mr-4" color="accent" icon="mdi-information-outline" />
|
||||
計畫簡介
|
||||
</v-card-title>
|
||||
@@ -74,8 +60,9 @@ const slides = [
|
||||
|
||||
<style scoped>
|
||||
.introduction-carousel {
|
||||
height: min(58vh, 560px) !important;
|
||||
min-height: 220px;
|
||||
height: calc(100dvh - 220px) !important;
|
||||
min-height: 420px;
|
||||
max-height: 680px;
|
||||
}
|
||||
|
||||
.introduction-carousel :deep(.v-window__container),
|
||||
@@ -90,6 +77,13 @@ const slides = [
|
||||
object-position: center;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.introduction-carousel {
|
||||
height: calc(100dvh - 180px) !important;
|
||||
min-height: 520px;
|
||||
}
|
||||
}
|
||||
|
||||
.introduction-carousel :deep(.v-carousel__controls__item .v-icon) {
|
||||
color: rgb(var(--v-theme-accent)) !important;
|
||||
opacity: 1;
|
||||
|
||||
@@ -0,0 +1,81 @@
|
||||
# 五端一體的平台模板
|
||||
|
||||
### 首頁導覽以市民服務為主,登入後依角色切換工作台。
|
||||
|
||||
- 市民端 [x]
|
||||
- 場館端
|
||||
- 政策端
|
||||
- 研究端
|
||||
- 企業 ESG
|
||||
|
||||
## 市民端:健康護照與預約入口
|
||||
|
||||
看見體測結果、課程進度、運動護照點數,完成自評、預約、報到與回測。
|
||||
個人健康檔與目標設定、快速自評、普測預約、處方與課程建議、追蹤回測。
|
||||
自評邏輯可以分兩層:一般成人版本與 65+ 版本。65+ 版本可對接台灣已經成熟的「量六力」思路,也就是認知、行動、營養、視力、聽力、憂鬱六大面向,並在結果異常時直接導向附近醫療院所、社區據點或場館課程。
|
||||
|
||||
- 3 分鐘自評與量六力入口
|
||||
- 功能雷達圖與趨勢報表
|
||||
- 個人化運動處方與課程推薦
|
||||
- 場館地圖、預約、提醒與報到 QR Code
|
||||
|
||||
## 場館端:服務流程工作台
|
||||
|
||||
把「運動中心的現場流程」數位化
|
||||
|
||||
管理報到、預約、設備使用、課程名單、教練回報與異常提醒。
|
||||
|
||||
- 今日報到與普測排程
|
||||
- 課程與教練名單管理
|
||||
- 測驗數據輸入與審核
|
||||
- 高風險提醒與轉介紀錄
|
||||
|
||||
## 政策端:城市健康治理儀表板
|
||||
|
||||
看參與率、回測率、區域差異、資源配置與高風險族群覆蓋。
|
||||
|
||||
- 行政區/里別參與熱區
|
||||
- 年齡、性別、功能類型交叉分析
|
||||
- 場館服務量與資源缺口
|
||||
- 月報、季報與年度成效輸出
|
||||
|
||||
## 研究端:匿名化資料與分析申請
|
||||
|
||||
累積去識別化資料,支援運動科學、健康促進與功能老化研究。
|
||||
|
||||
- 資料集目錄與欄位字典
|
||||
- IRB/資料使用申請流程
|
||||
- 群體趨勢與模型驗證
|
||||
- 資料下載紀錄與稽核軌跡
|
||||
|
||||
## 企業 ESG 端:公益普測與成效報告
|
||||
|
||||
把企業贊助轉化為可追蹤的社區健康服務與量化社會效益。
|
||||
|
||||
- 贊助方案與場次管理
|
||||
- 受益人次、追蹤率與改善指標
|
||||
- 企業品牌露出與公益故事
|
||||
- 年度 ESG 成效報告下載
|
||||
|
||||
## 公益普測贊助計畫
|
||||
|
||||
企業買公益名額,社區得健康服務,城市累積健康資料。
|
||||
|
||||
| 共好種子企業 | 社區守護企業 | 健康力行動企業 | 城市健康企業 | 年度 ESG 夥伴 |
|
||||
| -------------- | --------------------- | --------------------- | ---------------- | ---------------------------- |
|
||||
| NT$98,000 起 | NT$280,000 起 | NT$480,000 起 | NT$980,000 起 | NT$1,500,000 起 |
|
||||
| 100 人公益普測 | 300 人普測 + 群體報告 | 300 人普測 + 4 週追蹤 | 1,000 人巡迴普測 | 多場次、多族群、年度成果報告 |
|
||||
|
||||
### 洽談合作
|
||||
|
||||
邀請企業成為健康共好夥伴
|
||||
|
||||
從 100 人公益普測包開始,打造可追蹤、可擴展的 ESG 健康促進行動。
|
||||
|
||||
### 合作洽詢
|
||||
|
||||
運動玩轉健康力
|
||||
|
||||
功能儲備 × 健康閉環 × 城市運動健康網絡
|
||||
|
||||
資料安全 隱私權政策 成效透明 專業團隊
|
||||