docs(projects): 修改部署工作流与项目说明文件
This commit is contained in:
parent
0ab8bd8a98
commit
7bec9d1476
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -3,6 +3,14 @@ name: Build and Deploy
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
- 'LICENSE'
|
||||||
|
- 'docs/**'
|
||||||
|
- '.vscode/**'
|
||||||
|
- '.github/**'
|
||||||
|
- '.gitee/**'
|
||||||
|
- '.codeif/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
|
14
README.md
14
README.md
@ -19,9 +19,17 @@
|
|||||||
|
|
||||||
# 📢 重要通知
|
# 📢 重要通知
|
||||||
|
|
||||||
<p style="color: red; font-weight: bold; font-size: 24px;">该项目未首发公测版本,请谨慎在生产环境使用!!!</p>
|
虽然 1.0.0 版本已经包含了完整的核心功能,但我们仍然建议:
|
||||||
<p style="color: red; font-weight: bold; font-size: 24px;">该项目未首发公测版本,请谨慎在生产环境使用!!!</p>
|
- 在生产环境使用前进行充分测试
|
||||||
<p style="color: red; font-weight: bold; font-size: 24px;">该项目未首发公测版本,请谨慎在生产环境使用!!!</p>
|
- 关注项目更新,及时获取最新版本
|
||||||
|
- 积极反馈问题,帮助我们快速迭代
|
||||||
|
|
||||||
|
**后续规划**
|
||||||
|
- 工作流引擎集成
|
||||||
|
- 多语言国际化完善
|
||||||
|
- 更多企业级功能模块
|
||||||
|
- 性能优化和稳定性提升
|
||||||
|
|
||||||
|
|
||||||
> 如果对该项目感兴趣,可以给一个 Star 支持一下,谢谢!
|
> 如果对该项目感兴趣,可以给一个 Star 支持一下,谢谢!
|
||||||
> 请大家踊跃提交 PR 和 Issue,一起完善这个项目
|
> 请大家踊跃提交 PR 和 Issue,一起完善这个项目
|
||||||
|
Loading…
Reference in New Issue
Block a user