个人健身计划

力量训练每个动作4-6组、每组8-12次力竭、组间休息1分钟

  • 每日30分钟慢跑
  • 每日卷腹
周一 周二 周三 周四 周五 周六 周日
胸部 肩膀 手臂 胸部 肩膀 手臂
腹部 腹部 腹部 腹部 腹部 腹部 腹部

国内版chatgpt API请求示例

示例

请求示例

原文地址(https://github.com/pengzhile/pandora/issues/837)

Github Actions 同步到服务器

Actions 的步骤代码

1
2
3
4
5
6
7
8
9
10
11
- name: rsync deployments
uses: burnett01/rsync-deployments@6.0.0
with:
# 这里是 rsync 的参数 switches: -avzh --delete --exclude="" --include="" --filter=""
switches: -avzh --delete --exclude=".user.ini"
path: public/
remote_path: /www/wwwroot/www.fateplayer.com
remote_host: www.fateplayer.com
remote_port: 2233
remote_user: hexo
remote_key: ${{ secrets.HEXOBLOG_RSA_PRIVATE_KEY }} #hexoblog用户ssh登录的私钥,在github仓库的settings=>secrets and variables=>Actions 添加

服务端配置

/etc/rsync.conf

1
2
3
4
uid = 用户名
gid = 用户名
read only=false
incoming chmod = Du=r,Dgo=r,Fu=rw,Fgo=r