Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix buckek name regex #5

Closed
wants to merge 11 commits into from
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"aarch",
"alipay",
"apiextensions",
"apiv",
"appid",
"automount",
"binded",
Expand All @@ -37,6 +38,7 @@
"chakra",
"Chakra",
"chatgpt",
"ciphertext",
"clsx",
"coll",
"compat",
Expand All @@ -52,6 +54,7 @@
"fullname",
"ghaction",
"healthz",
"hljs",
"hokify",
"hostpath",
"immer",
Expand All @@ -64,6 +67,7 @@
"lafyun",
"languagedetector",
"logtostderr",
"mchid",
"millicores",
"MINIO",
"moby",
Expand Down Expand Up @@ -97,6 +101,9 @@
"urlencode",
"userid",
"vitepress",
"webchat",
"wechat",
"WECHATPAY",
"withs",
"xmlparser",
"zcube",
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@

> [English](README_en.md) | 中文

## 🚀 Quick Start

[三分钟体验使用 laf 写一个自己的 ChatGPT (开发到上线)](https://icloudnative.io/posts/build-chatgpt-web-using-laf/)
[三分钟体验使用 laf 开发一个简单的 「Todo List」 ](./docs/guide/quick-start/Todo.md)

## 🖥 在线体验

🎉 [laf.dev](https://laf.dev) 可免费体验 `laf` 云开发。
Expand Down Expand Up @@ -73,10 +78,6 @@ laf 是开源的云开发平台,提供云函数、云数据库、云存储等
> life is short, you need laf:)


## 🚀 Quick Start

[三分钟体验使用 laf 开发一个简单的登陆注册功能](./docs/guide/quick-start/index.md)

## 🎉 Self-hosted Deployment

[Deployment](./deploy/scripts/README.md)
Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Independent domain names and HTTPS licenses can be applied to your applications

## 🚀 Quick Start

[develop a register/login feature within 3 minutes](./docs/guide/quick-start/index.md)
[develop a 「Todo List」 feature within 3 minutes](./docs/guide/quick-start/Todo.md)

## 🎉 Self-hosting

Expand Down
Loading