https://github.com/zxcj04/subtitle-editor-electron
這是一個可以用純鍵盤來編輯SRT 字幕檔的字幕編輯器,有快捷鍵可以簡化操作
https://github.com/zxcj04/subtitle-editor-electron
electron typescript vue3
Last synced: 2 months ago
JSON representation
這是一個可以用純鍵盤來編輯SRT 字幕檔的字幕編輯器,有快捷鍵可以簡化操作
- Host: GitHub
- URL: https://github.com/zxcj04/subtitle-editor-electron
- Owner: zxcj04
- Created: 2023-08-30T14:46:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T13:44:08.000Z (almost 3 years ago)
- Last Synced: 2023-09-04T16:56:11.803Z (almost 3 years ago)
- Topics: electron, typescript, vue3
- Language: Vue
- Homepage:
- Size: 526 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Subtitle Editor Electron App
## SRT 字幕編輯器
## 介紹 Introduction
這是一個可以用純鍵盤來進行編輯的字幕編輯器,可以用來編輯 SRT 字幕檔案。
其中有預設很多快捷鍵來進行操作。


### 自定義快捷鍵
可以自己設定快捷鍵
並且在重開程式後也會自動讀取

## 下載 Download
請移至 [Release](https://github.com/zxcj04/Subtitle-Editor-Electron/releases) 頁面下載最新版本。
## Contribution Setup
### Install Dependencies
```sh
npm install
```
### Develop with web
```sh
npm run dev
```
### Develop with electron
```sh
npm run electron:start
```
## Build
### Build for web
```sh
npm run build
```
### Build for electron
```sh
npm run electron:build
```
### Build for all target of electron (windows / linux)
```sh
npm run electron:build-all
```