Github镜像

vainPointer 5a9ff4517e :construction:编写了相似句比较的函数 %!s(int64=5) %!d(string=hai) anos
.debug 15b315bb77 :hammer: remove fonts & add debug page %!s(int64=5) %!d(string=hai) anos
.vscode 526aa8381b install 单词索引表 %!s(int64=5) %!d(string=hai) anos
app 5a9ff4517e :construction:编写了相似句比较的函数 %!s(int64=5) %!d(string=hai) anos
dashboard da7633bfa6 添加字体文件 %!s(int64=5) %!d(string=hai) anos
dicttext 39b7edd8a5 参考字典导入 %!s(int64=5) %!d(string=hai) anos
documents 553d7a9137 用户指南编纂 #20 词典搜索 %!s(int64=5) %!d(string=hai) anos
font da7633bfa6 添加字体文件 %!s(int64=5) %!d(string=hai) anos
pali_title 81fd7a8d29 添加标题csv %!s(int64=5) %!d(string=hai) anos
palihtml b917d7f665 cscd4 html 数据 %!s(int64=5) %!d(string=hai) anos
paliword 9288a35d6c install 导入单词索引表 %!s(int64=5) %!d(string=hai) anos
.gitignore 3f61fa9622 用户指南编纂 #20 %!s(int64=5) %!d(string=hai) anos
LICENSE 7ce3cd2090 Initial commit %!s(int64=5) %!d(string=hai) anos
README.md c8d2eb406d :pencil: merge reademe from issues %!s(int64=5) %!d(string=hai) anos
index.html 5c05ec846a 转移新的库 %!s(int64=5) %!d(string=hai) anos

README.md

PCD-Suite的 Rust&React 重写版

开发

工具

推荐使用 VSCode, 常用插件列表

Git commit message 规范

  • 遵循 git pull request 流程
  • 所有代码必须经过格式化
  • 禁止提交测试中间数据、key、db 等文件
  • Git commit message 格式
    • 每条 message 不超过一行
    • 每个 commit 应该是独立的一个 issue 任务
    • message 格式 :code: message body
    • code 定义
    • bug fix: :bug:
    • new feature: :construction:
    • document: :pencil:
    • ops: :rocket:
    • config file: :wrench:
    • test case: ::white_check_mark:

资源格式

  • 文字统一使用markdown格式
  • 图片
    • 尽量使用png格式
    • 如果是 svg 或 graphiz 绘图,附带源代码
    • 禁止使用未经授权的图片

部署

$ ssh-copy-id deploy@xxx.xxx.xxx.xxx
$ RUST_LOG=info axis -i staging -r deploy

文档

后端

前端

Git