설명 없음

bhikkhu kosalla b1a99998e5 删除文件 src/chanting/evening_chanting_c.md 4 년 전
.gitee 4cda091081 Initial commit 4 년 전
src b1a99998e5 删除文件 src/chanting/evening_chanting_c.md 4 년 전
theme 342b2afb9b 封装页面CSS到样式表,全屏歌词居中显示 4 년 전
.DS_Store 1fed4bd726 行仪 4 년 전
.gitignore ce2daf042d 增加ignore 4 년 전
README.md 6d0e8e9e1f 新增预览地址 4 년 전
book.toml 0199d80c98 增加滚动歌词功能 4 년 전
saranam1.code-workspace e4c22cb187 Merge branch 'master' of https://gitee.com/dhammapala/fofazhishi 4 년 전

README.md

教理部教材预览

预览地址

安装

vscode

mdbook

1. 下载

download at github

windows用户请下载 ***windows-msvc.zip

2. 解压缩

Windows

解压缩到c:

启动 mdbook

在仓库文件夹启动集成终端

vscode 菜单->终端->新终端

或 ctl+`

键入

c:\mdbook.exe serve --port 3000 --hostname 192.168.2.12 --open

其中:

  • --port后面设置端口
  • --hostname后面写自己的ip地址 浏览器会自动打开

home

ctrl+c 退出服务器