diff --git a/i18n/zh-cn/docusaurus-plugin-content-pages/faq-srs-stack.md b/i18n/zh-cn/docusaurus-plugin-content-pages/faq-srs-stack.md index 8b121e22..83a31069 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-pages/faq-srs-stack.md +++ b/i18n/zh-cn/docusaurus-plugin-content-pages/faq-srs-stack.md @@ -542,8 +542,6 @@ SRS Stack的使用说明,请参考视频[SRS Stack:起步、购买和入门] 以下为SRS Stack的更新记录。 * 2023.08.13, v1.0.305, v5.7.19 - * 始终使用最新的SRS 5.0版本。v1.0.301 - * 使用状态检查SRS,而不是通过退出值。v1.0.301 * 优化DigitalOcean droplet镜像。v1.0.302 * 支持本地测试所有脚本。v1.0.302 * 为lighthouse重写脚本。v1.0.303 @@ -557,13 +555,15 @@ SRS Stack的使用说明,请参考视频[SRS Stack:起步、购买和入门] * 支持默认的自签名证书。v1.0.305 * 查询已经配置的SSL证书。v1.0.305 * 支持测试线上环境。 v1.0.305 -* 2023.08.06, v1.0.300, 微改进 +* 2023.08.06, v1.0.301, v5.7.18 * 简化启动脚本,解决bug,目录调整为`/data`一级目录。v1.0.296 * 改进消息提示,脚本注释,日志输出。v1.0.297 * 避免每次启动修改全局目录,在容器和平台脚本中初始化。v1.0.298 * 改进发布脚本,检查版本匹配,手动更新版本。v1.0.299 * 删除升级功能,保持docker等平台的一致性。v1.0.300 * 改进BT和aaPanel脚本,增加测试流水线。v1.0.300 + * 始终使用最新的SRS 5.0版本。v1.0.301 + * 使用状态检查SRS,而不是通过退出值。v1.0.301 * 2023.04.05, v1.0.295, 结构改进 * 去掉HTTPS证书申请、管理员授权、NGINX反向代理等功能。v1.0.283 * 将Release使用Go实现,减少内存需求和镜像大小。v1.0.284 diff --git a/src/pages/faq-srs-stack.md b/src/pages/faq-srs-stack.md index 166b5e15..dba073b9 100644 --- a/src/pages/faq-srs-stack.md +++ b/src/pages/faq-srs-stack.md @@ -527,8 +527,6 @@ Welcome to join the group to discuss the use of SRS Stack. All these SRS periphe The following are the update records for the SRS Stack server. * 2023.08.13, v1.0.305, v5.7.19 - * Always use the latest SRS 5.0 release. v1.0.301 - * Use status to check SRS, not by the exit value. v1.0.301 * Refine DigitalOcean droplet image. v1.0.302 * Support local test all script. v1.0.302 * Rewrite script for lighthouse. v1.0.303 @@ -542,13 +540,15 @@ The following are the update records for the SRS Stack server. * Support self-sign certificate by default. v1.0.305 * Query configured SSL cert. v1.0.305 * Support test online environment. v1.0.305 -* 2023.08.06, v1.0.300, minor improvements +* 2023.08.06, v1.0.301, v5.7.18 * Simplify startup script, fix bug, adjust directory to `/data` top-level directory. v1.0.296 * Improve message prompts, script comments, and log output. v1.0.297 * Avoid modifying the global directory every time it starts, initialize it in the container and platform script. v1.0.298 * Improve release script, check version matching, manually update version. v1.0.299 * Remove upgrade function, maintain consistency of docker and other platforms. v1.0.300 * Improved BT and aaPanel scripts, added test pipeline. v1.0.300 + * Always use the latest SRS 5.0 release. v1.0.301 + * Use status to check SRS, not by the exit value. v1.0.301 * 2023.04.05, v1.0.295, structural improvements * Remove HTTPS certificate application, administrator authorization, NGINX reverse proxy, and other functions. v1.0.283 * Implement Release using Go, reducing memory requirements and image size. v1.0.284