-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scaaienter (spring-cloud-alibaba-group#266)
* add scaenter * fix style * fix style * update github url
- Loading branch information
Showing
7 changed files
with
97 additions
and
392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
import { useTranslations } from "@i18n/util"; | ||
import Button from "@components/home/StarAndForkV2/Button.jsx"; | ||
import Video from "@components/home/StarAndForkV2/Video.jsx"; | ||
const t = useTranslations(Astro); | ||
--- | ||
|
||
<div class="flex"> | ||
<Button | ||
size="large" | ||
class="rounded-3xl mr-4 text-base-100 min-w-[9rem]" | ||
href="/ai/get-started/" | ||
target="_blank" | ||
type="primary" | ||
iconClass="text-base-100" | ||
> | ||
<Video theme="light" class="text-base-100"/> | ||
{t('commmon.footer.actions.start')} | ||
</Button> | ||
|
||
<Button | ||
size="large" | ||
class="rounded-3xl mr-4 text-neutral w-[9rem]" | ||
href="https://github.com/alibaba/spring-ai-alibaba" | ||
target="_blank" | ||
type="secondary" | ||
iconClass="text-neutral" | ||
> | ||
GITHUB | ||
</Button> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.