update readme
This commit is contained in:
parent
2a1b5ea129
commit
00221e8cdd
33
.github/workflows/sync2gitee.yml
vendored
33
.github/workflows/sync2gitee.yml
vendored
@ -1,33 +0,0 @@
|
||||
# 通过 Github actions, 在 Github 仓库的每一次 commit 后自动同步到 Gitee 上
|
||||
name: sync2gitee
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
repo-sync:
|
||||
env:
|
||||
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
||||
dst_token: ${{ secrets.GITEE_TOKEN }}
|
||||
gitee_user: ${{ secrets.GITEE_USER }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: sync github -> gitee
|
||||
uses: Yikun/hub-mirror-action@master
|
||||
if: env.dst_key && env.dst_token && env.gitee_user
|
||||
with:
|
||||
# 必选,需要同步的 Github 用户(源)
|
||||
src: 'github/${{ github.repository_owner }}'
|
||||
# 必选,需要同步到的 Gitee 用户(目的)
|
||||
dst: 'gitee/${{ secrets.GITEE_USER }}'
|
||||
# 必选,Gitee公钥对应的私钥,https://gitee.com/profile/sshkeys
|
||||
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
||||
# 必选,Gitee对应的用于创建仓库的token,https://gitee.com/profile/personal_access_tokens
|
||||
dst_token: ${{ secrets.GITEE_TOKEN }}
|
||||
# github 不同名时同步
|
||||
mappings: "catch-admin=>catchAdmin"
|
||||
static_list: ${{ github.event.repository.name }}
|
@ -3,6 +3,9 @@
|
||||
|
||||
[中文](./README.md)|[英文](./README-en.md)
|
||||
|
||||
## ⚠️Thinkphp 用户注意
|
||||
由于新版本使用 `Laravel` 开发,所以请使用 `thinkphp` 分支或者 tag2.6.2,thinkphp 版本已经非常稳定了。
|
||||
|
||||
## 为什么是 Laravel
|
||||
`V2` 版本使用`Thinkphp`,但从其社区来看,从我个人角度来看开发组的心思已经不在维护框架上,因为据观察,每一次小版本发布都会引发一些小问题,虽然不大,但给人一种不够稳定的感觉,所以思索再三,使用 `Laravel`。`Laravel` 社区非常繁荣,他们每周都会发布新版本,以及围绕`Laravel`构建的生态也非常完善,有 `Horizon` 队列管理工具, `Telescope` 调试工具,`Octane`(基于 `Swoole` 和 `RoadRunner` 提高性能)等等一系列的工具,而且都是免费的。
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user