npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@cxphoenix/slidev-theme-fhsh-aisp

v1.2.0

Published

[![NPM version](https://img.shields.io/npm/v/@cxphoenix/slidev-theme-fhsh-aisp?color=3AB9D4&label=pnpm)](https://www.npmjs.com/package/@cxphoenix/slidev-theme-fhsh-aisp/v/latest) [![License](https://img.shields.io/github/license/CXPhoenix/slidev-theme-fhs

Downloads

58

Readme

🎨 Slidev Theme FHSH AiSP

NPM version License Node.js

📖 專案介紹

Slidev Theme FHSH AiSP 是專為復興高中 AI 資安學程(FHSH AiSP)設計的專業 Slidev 主題佈景。這個主題結合了現代化的設計美學與教育簡報的實用性,為學術演講和技術分享提供了完美的視覺體驗。

🌟 主題特色

  • 🎯 專業設計:專為 AI 資安學程量身打造的視覺風格
  • 🚀 現代化介面:簡潔優雅的設計語言,突出內容重點
  • 🎨 多元版面:提供封面、內容、章節、圖片等多種版面配置
  • 📱 響應式設計:支援不同螢幕尺寸的最佳顯示效果
  • 🔤 中文最佳化:針對繁體中文內容進行字體與排版優化
  • 高效能:基於 Slidev 的輕量化架構,快速載入與流暢操作
  • 🎪 豐富動效:內建精美的過場動畫與互動效果
  • 🎮 互動測驗:內建測驗功能,支援多選題與即時反饋

🚀 安裝與設定

📋 環境需求

在開始使用之前,請確保您的開發環境滿足以下需求:

  • 📦 Node.js >= 18.0.0
  • 📦 pnpm >= 7.0.0(推薦)或 npm/yarn
  • 🎬 Slidev >= 0.48.0

⚡ 快速開始

方法一:自動安裝(推薦)

在您的 slides.md 檔案的 frontmatter 中加入以下內容:

---
theme: '@cxphoenix/slidev-theme-fhsh-aisp'
---

# 您的簡報標題

開始製作您的第一份簡報!

當您執行 slidev slides.md 時,Slidev 會自動提示您安裝此主題。

方法二:手動安裝

# 使用 pnpm(推薦)
pnpm add @cxphoenix/slidev-theme-fhsh-aisp

# 使用 npm
npm install @cxphoenix/slidev-theme-fhsh-aisp

# 使用 yarn
yarn add @cxphoenix/slidev-theme-fhsh-aisp

🔧 基本設定

安裝完成後,您可以在簡報檔案中進行基本設定:

---
theme: '@cxphoenix/slidev-theme-fhsh-aisp'
title: '我的簡報'
info: |
  ## FHSH AiSP 簡報
  使用 Slidev Theme FHSH AiSP 製作
fonts:
  sans: 'Noto Sans TC'
  mono: 'Fira Code'
aspectRatio: '16/9'
layout: 'default'
---

更多進階設定選項,請參考 使用說明Slidev 官方文件

🖼️ 版面配置

此主題提供了五種精心設計的版面配置,滿足不同簡報需求:

📄 可用版面

| 版面名稱 | 用途說明 | 特色功能 | |---------|---------|---------| | 🏠 cover | 封面頁面 | 專業的標題展示,包含 FHSH AiSP 專屬標誌 | | 📝 default | 標準內容 | 適合一般內容展示,支援標題、段落、清單等 | | 🏷️ section | 章節分隔 | 大標題置中顯示,用於章節切換 | | 🖼️ image | 圖片展示 | 全背景圖片顯示,適合視覺化內容 | | 🎮 quiz | 互動測驗 | 多選題測驗功能(目前僅支援離線模式,🚧 線上模式開發中) |

💡 版面使用範例

---
layout: cover
---

# 復興高中 AI 資安學程
## 主題簡報
復興高中

---
layout: section
---

# 第一章:基礎概念

---
layout: default
---

# 標準內容頁面

- 項目一
- 項目二
- 項目三

---
layout: image
image: 'https://source.unsplash.com/1920x1080/?technology'
---

# 圖片背景頁面

---
layout: quiz
ans: 3
isOffline: true
---

# 下列何者是機器學習的主要類型?

請選擇正確答案:

- 監督式學習
- 非監督式學習  
- 強化學習
- 以上皆是

詳細的版面配置使用方法,請參考 使用說明

🛠️ 開發與貢獻

我們歡迎所有形式的貢獻!無論是回報問題、提出建議,或是直接參與程式碼開發。

🚀 開發環境設定

  1. 複製專案 📥

    git clone https://github.com/CXPhoenix/slidev-theme-fhsh-aisp.git
    cd slidev-theme-fhsh-aisp
  2. 安裝依賴 📦

    pnpm install
  3. 啟動開發伺服器 🛠️

    pnpm run dev

    此指令會以 example.md 作為範例啟動 Slidev,您可以即時預覽主題變更。

  4. 編輯與測試 ✍️

    • 編輯 layouts/ 資料夾中的版面檔案
    • 修改 styles/layout.css 調整樣式
    • example.md 中測試不同的版面效果

📦 開發指令

# 啟動開發伺服器
pnpm run dev

# 建置靜態檔案
pnpm run build

# 匯出 PDF
pnpm run export

# 產生預覽圖片
pnpm run screenshot

🤝 貢獻流程

  1. 🍴 Fork 此專案
  2. 🌿 建立您的功能分支 (git checkout -b feature/amazing-feature)
  3. 💾 提交您的變更 (git commit -m '✨ feat: 增加了某個酷功能')
  4. 📤 推送到分支 (git push origin feature/amazing-feature)
  5. 🔀 開啟 Pull Request

🐛 回報問題

如果您發現任何問題或有改進建議,請在 GitHub Issues 中回報。

📚 相關連結

📄 授權條款

本專案採用 MIT 授權條款。詳細內容請參考 LICENSE 檔案。

💬 聯絡我們

如果您有任何問題或建議,歡迎透過以下方式聯絡:


⭐ 如果這個主題對您有幫助,請不要忘記給我們一個星星!