mirror of
https://github.com/HiMeditator/auto-caption.git
synced 2026-02-04 04:14:42 +08:00
init repo
This commit is contained in:
44
README.md
Normal file
44
README.md
Normal file
@@ -0,0 +1,44 @@
|
||||
<div align="center" >
|
||||
<img src="./resources/icon.png" width="100px" height="100px"/>
|
||||
<h1 align="center">auto-caption</h1>
|
||||
<p>Auto Caption 是一个跨平台的视频播放和字幕显示软件。</p>
|
||||
<b>项目还在初步开发阶段。</b>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
## 📥 下载
|
||||
|
||||
暂无
|
||||
|
||||
## 📚 用户手册
|
||||
|
||||
暂无
|
||||
|
||||
## ✨ 特性
|
||||
|
||||
暂无
|
||||
|
||||
## 🚀 项目运行
|
||||
|
||||
### 安装依赖
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
### 运行项目
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
### 构建项目
|
||||
|
||||
```bash
|
||||
# For windows
|
||||
npm run build:win
|
||||
# For macOS
|
||||
npm run build:mac
|
||||
# For Linux
|
||||
npm run build:linux
|
||||
```
|
||||
Reference in New Issue
Block a user