https://github.com/sbsrf/home
声笔输入法主页
https://github.com/sbsrf/home
chinese ime input-method
Last synced: about 1 month ago
JSON representation
声笔输入法主页
- Host: GitHub
- URL: https://github.com/sbsrf/home
- Owner: sbsrf
- Created: 2024-02-03T06:03:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-14T00:26:52.000Z (about 1 month ago)
- Last Synced: 2026-02-14T07:16:22.859Z (about 1 month ago)
- Topics: chinese, ime, input-method
- Language: Vue
- Homepage: https://sbxlm.github.io
- Size: 49.4 MB
- Stars: 32
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 声笔输入法主页
## 目录结构
- `/.vitepress/`: VitePress 生成器配置
- `/docs/`: 教程文件
- `/posts/`: 博客文章
- `/pages/`: 文章的分类和标签
- `/components/`: Markdown 中用到的 Vue 组件
- `/src/`: 组件引用的 JavaScript 类和函数
- `/public/`: 静态资源文件
- `/sbgj/`: 声笔工具,用于迁移9.X的词典到10.X的声笔词典
- `/sbkd/`: 声笔快打,无需安装就可以体验声笔输入法
- `/sbtf/`: 声笔条反,在线练习声笔飞系的部首
## 开发
### 安装依赖
```bash
pnpm i
```
### 安装「声笔快打」静态资源
为了减少本项目的依赖,在线演示声笔输入法所需的 Rime 程序和数据文件由 sbsrf/sbkd 项目编译并发布为 Release,然后本项目只需拉取即可。
```bash
pnpm run sbkd
```
这一步要求您有命令行工具 `curl` 和 `unzip`。如果没有,您也可以手动下载相应的发布包,解压缩到 `/public/` 目录下。
### 预览
```bash
pnpm start
```
### 构建
```bash
pnpm run build
```