Github镜像

visuddhinanda a2bd7d52bf update .gitignore 4 yıl önce
.VSCodeCounter 2c28a3f4f9 新的搜索 5 yıl önce
app a2bd7d52bf update .gitignore 4 yıl önce
dashboard da7633bfa6 添加字体文件 5 yıl önce
dicttext 1d9ef9c781 同步数据增加令牌验证码 4 yıl önce
documents 016a274e6f :art: 美化 5 yıl önce
font 647dcd70a7 增加傣仂文字体 5 yıl önce
pali_title a31dbb50ff pr merge 5 yıl önce
palihtml b917d7f665 cscd4 html 数据 5 yıl önce
paliword 9288a35d6c install 导入单词索引表 5 yıl önce
.gitignore ab4f60379e 重新安装 js 依赖 4 yıl önce
LICENSE 7ce3cd2090 Initial commit 5 yıl önce
README.md 11e7a4ca9f Merge pull request #242 from visuddhinanda/master 5 yıl önce
SUMMARY.md 85fbf582d0 显示时间段内的用户操作log 5 yıl önce
book.json 30815a0e9d 去掉mermaid插件 4 yıl önce
composer.json 1d9ef9c781 同步数据增加令牌验证码 4 yıl önce
composer.lock 1d9ef9c781 同步数据增加令牌验证码 4 yıl önce
database_log.md 35255802bc 格式 5 yıl önce
index.html 5c05ec846a 转移新的库 5 yıl önce
langs.md 85fbf582d0 显示时间段内的用户操作log 5 yıl önce
package-lock.json a2bd7d52bf update .gitignore 4 yıl önce
package.json a2bd7d52bf update .gitignore 4 yıl önce

README.md

PCD-Suite的 Rust&React 重写版

安装

cd mint; mkdir tmp; chown -R www:www tmp

然后进入 http://localhost/app/install 开始安装

开发

工具

推荐使用 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