diff --git a/docs/src/content/docs/zh-hans/getting-started/security.mdx b/docs/src/content/docs/zh-hans/getting-started/security.mdx index 8153b13e..84193ae7 100644 --- a/docs/src/content/docs/zh-hans/getting-started/security.mdx +++ b/docs/src/content/docs/zh-hans/getting-started/security.mdx @@ -2,6 +2,8 @@ title: 安全问题 --- +import { Aside } from "@astrojs/starlight/components"; + Castopod 构建于 [CodeIgniter4](https://codeigniter.com/), PHP 框架上,鼓励 [更好的安全实践](https://codeigniter.com/user_guide/concepts/security.html)。 @@ -22,6 +24,12 @@ sudo chown -R www-data:www-data /path/to/castopod/public/media ## Third-party Plugins + + Since v2's [Plugins Architecture](../../plugins), Castopod can be extended with all sorts of cool features. Anyone can choose to create their own plugins and even share them with the community.