1
0
mirror of synced 2024-11-22 09:14:24 +01:00

Update Readme-zh.md

This commit is contained in:
小云云 2024-09-18 14:19:45 +08:00 committed by GitHub
parent c7bafed82e
commit dac94646f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,54 +1,54 @@
# 不要编码 # 不要编码
No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere. 无代码是编写安全可靠应用程序的最佳方法。什么都不写;无处部署。
## Getting Started ## 入门
Start by not writing any code. 首先,不要编写任何代码。
``` ```
``` ```
This is just an example application, but imagine it doing anything you want. Adding new features is easy too: 这只是一个应用程序示例,但可以想象它可以做任何你想做的事情。添加新功能也很容易:
``` ```
``` ```
The possibilities are endless. 可能性是无限的。
### Building the Application ### 构建应用
Now that you have not done anything it's time to build your application: 现在您什么都没做,是时候构建您的应用程序了:
``` ```
``` ```
Yep. That's it. You should see the following output: 没错。就是这样。你应该看到以下输出:
``` ```
``` ```
### Deploying ### 部署
While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere. 现在是部署应用程序的时候了。运行以下命令,您就可以在任何地方部署应用程序。
``` ```
``` ```
It's that simple. And when it comes time to scale the application, all you have to do is: 就是这么简单。当需要扩展应用程序时,您只需
``` ```
``` ```
I know right? 我知道,对吗?
## Contributing ## 贡献
You don't. 你没有。