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

Release/4.8.4 #3807

Merged
merged 7 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ILLA CLI 使您能够以超乎想象的速度部署 ILLA Builder。 [单击此
加入 ILLA 社区,分享您的想法、建议或问题,并与其他用户和贡献者交流。

加入微信群:
![IMG_8008](https://github.com/illacloud/illa-builder/assets/112603073/3ae4a181-3b13-42a6-ae7d-6154d5372d59)
![IMG_8209](https://github.com/user-attachments/assets/bf6e09e3-b55c-4565-8a2a-9a91fb91dacf)


Discord与Github社区入口
Expand Down
9 changes: 0 additions & 9 deletions README-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,6 @@ ILLA コミュニティに参加して、アイデア、提案、質問を共有

`apps/builder/src/i18n/locale/*` ディレクトリは Crowdin によって自動的に更新されます。貢献したい場合は、[公式翻訳ページ](https://crowdin.com/project/illa-builder) を参照してください。

## 🔥 募集中

情熱的でクリエイティブなチームをお探しですか? 以下の職種のエンジニアを積極的に採用しています。

- フロントエンドエンジニア
- Golang エンジニア

お問い合わせ: hr@illasoft.com

## ライセンス

このプロジェクトは [Apache License 2.0](./LICENSE) です。
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,6 @@ Thinking about contributing? All kinds of contributions to ILLA are greatly appr

The `apps/builder/src/i18n/locale/*` dirs are kept up-to-date automatically via Crowdin. See our [official translation page](https://crowdin.com/project/illa-builder) in case you would like to contribute.

## 🔥 We are Hiring!

Looking for a passionate and creative team? We are actively hiring engineers for the following positions:

- Frontend Engineer
- Golang Engineer

Contact Us: hr@illasoft.com

## LICENSE

This project is currently licensed under [Apache License 2.0](./LICENSE).
2 changes: 1 addition & 1 deletion apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"author": "ILLA Cloud <opensource@illasoft.com>",
"license": "Apache-2.0",
"version": "4.8.3",
"version": "4.8.4",
"scripts": {
"dev": "vite --strictPort --force",
"build-cloud": "NODE_OPTIONS=--max-old-space-size=12288 vite build --mode cloud",
Expand Down
Loading