{"id":22956824,"url":"https://github.com/jacobhsu/apps-onelink","last_synced_at":"2026-05-10T19:19:18.543Z","repository":{"id":265198622,"uuid":"895419604","full_name":"JacobHsu/apps-onelink","owner":"JacobHsu","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-31T06:31:11.000Z","size":321,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T07:28:32.011Z","etag":null,"topics":["vercel"],"latest_commit_sha":null,"homepage":"https://apps-onelink.vercel.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JacobHsu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-28T07:12:06.000Z","updated_at":"2025-01-31T06:31:15.000Z","dependencies_parsed_at":"2025-01-31T07:24:35.769Z","dependency_job_id":"4fc5b99a-119b-4707-9ad4-7e6fdd9b496b","html_url":"https://github.com/JacobHsu/apps-onelink","commit_stats":null,"previous_names":["jacobhsu/apps-onelink"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHsu%2Fapps-onelink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHsu%2Fapps-onelink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHsu%2Fapps-onelink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHsu%2Fapps-onelink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JacobHsu","download_url":"https://codeload.github.com/JacobHsu/apps-onelink/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237679425,"owners_count":19349178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vercel"],"created_at":"2024-12-14T17:11:53.118Z","updated_at":"2026-05-10T19:19:18.538Z","avatar_url":"https://github.com/JacobHsu.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Onelink — App 整理工具\n\n\u003e 將常用 App 與網站連結整理成一頁式分享頁，掃碼即達，免註冊。\n\n![Screenshot](https://github.com/user-attachments/assets/e879eae9-7fcc-4a45-afc1-6cba67df0ec7)\n\n[![Deploy](https://github.com/JacobHsu/apps-onelink/actions/workflows/deploy.yml/badge.svg)](https://github.com/JacobHsu/apps-onelink/actions/workflows/deploy.yml)\n[![Tests](https://github.com/JacobHsu/apps-onelink/actions/workflows/test.yml/badge.svg)](https://github.com/JacobHsu/apps-onelink/actions/workflows/test.yml)\n\n[Website](https://jacobhsu.github.io/apps-onelink/) ·\n[Slidev](https://jacobhsu.github.io/apps-onelink/slides/)\n\n---\n\n## 功能特色\n\n| 功能 | 說明 |\n|------|------|\n| 即時預覽 | 表單調整同步呈現在手機預覽區 |\n| 拖放排序 | 自訂 App 卡片順序與顯示數量 |\n| 8 大場景模板 | AI · Language · Habit · Information · Crypto · Fitness · TV · Tools |\n| 社群連結 | 預設常用平台圖示，維持品牌一致性 |\n| 免註冊 | 所有資料保存在 URL 中，無需帳號 |\n\n## 技術架構\n\n- **[Nuxt 3](https://nuxt.com/)** — 靜態生成 (`nuxt generate`)，部署至 GitHub Pages\n- **[TailwindCSS](https://tailwindcss.com/)** — 原子化 CSS\n- **[@nuxt/icon](https://github.com/nuxt/icon)** — 按需載入 icon，減少 bundle 體積\n- **[vuedraggable](https://github.com/SortableJS/vue.draggable.next)** — App 卡片拖放排序\n- **[@vueuse/nuxt](https://vueuse.org/)** — Vue 組合式工具集\n- **[Vitest](https://vitest.dev/)** — 組件單元測試 + composable 測試\n\n## 本地開發\n\n確認已安裝 [pnpm](https://pnpm.io/)：\n\n```bash\npnpm install\n```\n\n啟動開發伺服器（預設 http://localhost:3000）：\n\n```bash\npnpm dev\n```\n\n執行測試：\n\n```bash\npnpm test          # 監看模式\npnpm test:run      # 單次執行\npnpm test:coverage # 覆蓋率報告\n```\n\n## 靜態部署\n\n產生靜態檔案：\n\n```bash\nBASE_URL=/apps-onelink/ pnpm generate\n```\n\n本地預覽：\n\n```bash\npnpm preview\n```\n\n推送至 `main` 分支後，GitHub Actions 自動建置並部署至 GitHub Pages。\n\n## Slidev 簡報\n\n投影片原始碼位於 [`slidev/`](./slidev/) 目錄：\n\n```bash\ncd slidev\npnpm install\npnpm dev     # http://localhost:3030\npnpm build   # 輸出至 slidev/dist/\n```\n\n## References\n\n- [Nuxt 3 Docs](https://nuxt.com/docs)\n- [Iconify — ph icon set](https://icon-sets.iconify.design/ph/)\n- [Slidev Docs](https://sli.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobhsu%2Fapps-onelink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobhsu%2Fapps-onelink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobhsu%2Fapps-onelink/lists"}