Skip to content

dreamfliper/subTrans

Repository files navigation

subTrans

Was an electron-vue project Now it's a tauri project

Screenshot

gif

功能

  • 批次對文字檔簡繁轉換
  • 支援預覽
  • 現代外觀

簡介

由於一直沒有看到一個現代設計外觀又好用的簡繁字幕轉換,因此動手作一個。使用了Vue.js以及BulmaPhoton作為界面設計, electron作為跨平台的容器。其中使用electron-vue 以及Vue-Blu加快開發速度。

現在用 tauri 作為容器重寫,底層改用 simplecc。大幅降低 bundle size 以及大幅加快開啟速度。

使用

  1. 拖曳檔案至視窗中
  2. 點擊該列可以預覽
  3. 點擊全部轉換注意:考慮到使用流程順暢與失敗成本,轉換前不會警告覆蓋!

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:9080
yarn tauri:serve

# build electron app for production
yarn tauri:build

More information can be found here.


This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.