mirror of
https://gitee.com/tawords/tawords-docs
synced 2025-01-10 19:38:14 +08:00
17 lines
273 B
Batchfile
17 lines
273 B
Batchfile
|
::
|
|||
|
:: 背Ta单词 BTadc
|
|||
|
::
|
|||
|
:: 该脚本仅在Windows下有效,且需要安装npm之后才可使用
|
|||
|
::
|
|||
|
:: @version 1.0.0
|
|||
|
:: @auther Coding Zhang
|
|||
|
:: @modify 2021.08.07
|
|||
|
::
|
|||
|
|
|||
|
@echo off
|
|||
|
|
|||
|
:: 全局安装docsify-cli工具
|
|||
|
call npm i docsify-cli -g
|
|||
|
|
|||
|
:: 按任意键继续
|
|||
|
pause
|