-
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.
- Loading branch information
tanglingxiu
committed
Dec 4, 2024
1 parent
9e3fc5b
commit 72f9df6
Showing
21 changed files
with
493 additions
and
81 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Build Agents For Your Smart Devices | ||
|
||
Some Introductions | ||
|
||
--- | ||
template: home.html | ||
hide: | ||
- navigation | ||
- toc | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# 为你的智能设备构建智能代理 | ||
|
||
|
||
|
||
--- | ||
template: home.html | ||
hide: | ||
- navigation | ||
- toc | ||
--- |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,185 @@ | ||
.container_head { | ||
} | ||
.container_head_img { | ||
width: 100%; | ||
height: 100%; | ||
} | ||
[data-md-color-schreme="slate"] .mdx-container { | ||
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(230, 15%, 14%, 1)' /></svg>") | ||
no-repeat bottom, | ||
linear-gradient( | ||
to bottom, | ||
var(--md-primary-fg-color), | ||
#363949 99%, | ||
var(--md-default-bg-color) 99% | ||
); | ||
} | ||
.mdx-container { | ||
background-color: #031127; | ||
} | ||
.mdx__content { | ||
position: absolute; | ||
top: 20vw; | ||
left: 9vw; | ||
width: 45vw; | ||
} | ||
.mdx_title { | ||
color: #fff; | ||
font-size: 4rem; | ||
letter-spacing: 0rem; | ||
font-family: Alibaba Sans; | ||
} | ||
.mdx_subtitle { | ||
color: #fff; | ||
font-family: MiSans; | ||
font-size: 2.1rem; | ||
font-weight: 300; | ||
letter-spacing: 0rem; | ||
} | ||
|
||
.content_title { | ||
font-size: 1.6rem; | ||
font-weight: normal; | ||
line-height: normal; | ||
letter-spacing: 0rem; | ||
color: #ffffff; | ||
padding: 0 7rem; | ||
margin: 2.7rem 0 1.4rem; | ||
} | ||
.container { | ||
display: flex; | ||
flex-wrap: wrap; | ||
padding: 0 7rem 2rem; | ||
gap: 3.2rem 1.5rem; | ||
} | ||
.item { | ||
width: calc(33.33% - 1.5rem); | ||
box-sizing: border-box; | ||
cursor: pointer; | ||
} | ||
.item_img:hover { | ||
box-shadow: 0px 8px 20px 0px rgb(255 255 255 / 18%); | ||
} | ||
.item_img { | ||
width: 100%; | ||
/* height: calc((33.33% - 1.5rem) / 0.67); */ | ||
border-radius: 1rem; | ||
} | ||
.item_title { | ||
font-size: 0.8rem; | ||
font-weight: normal; | ||
line-height: normal; | ||
letter-spacing: 0rem; | ||
color: #ffffff; | ||
margin: 1rem 0 0.5rem; | ||
} | ||
.item_desc { | ||
font-size: 0.6rem; | ||
font-weight: normal; | ||
line-height: normal; | ||
letter-spacing: 0rem; | ||
color: rgba(255, 255, 255, 0.8); | ||
} | ||
|
||
.popup { | ||
display: none; /* Hidden by default */ | ||
position: fixed; | ||
top: 50%; | ||
left: 50%; | ||
transform: translate(-50%, -50%); | ||
background-color: #0a1d34; | ||
padding: 20px; | ||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); | ||
z-index: 1000; | ||
width: 54.6rem; | ||
border-radius: 1rem; | ||
} | ||
|
||
/* Overlay to darken the background */ | ||
.overlay { | ||
display: none; /* Hidden by default */ | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
background-color: rgba(0, 0, 0, 0.5); | ||
z-index: 999; | ||
} | ||
.popup_header { | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
} | ||
.popup_title { | ||
font-size: 1.2rem; | ||
font-weight: normal; | ||
line-height: normal; | ||
letter-spacing: 0em; | ||
color: #ffffff; | ||
} | ||
.popup_share { | ||
display: flex; | ||
font-size: 1rem; | ||
font-weight: normal; | ||
line-height: normal; | ||
letter-spacing: 0em; | ||
color: rgba(255, 255, 255, 0.7); | ||
align-items: center; | ||
gap: 16px; | ||
} | ||
.share_btn { | ||
cursor: pointer; | ||
} | ||
.try_btn { | ||
width: 4rem; | ||
height: 1.5rem; | ||
border-radius: 8px; | ||
opacity: 1; | ||
|
||
background: #2d5cf6; | ||
|
||
font-size: 0.8rem; | ||
font-weight: normal; | ||
line-height: normal; | ||
letter-spacing: 0em; | ||
color: #ffffff; | ||
line-height: 1.5rem; | ||
text-align: center; | ||
cursor: pointer; | ||
} | ||
.popup_content { | ||
display: flex; | ||
margin-top: 1rem; | ||
} | ||
.cont_info { | ||
background: #070f20; | ||
padding: 20px 24px; | ||
border-radius: 8px 0 0 8px; | ||
} | ||
.popup_cont_img { | ||
width: 32.7rem; | ||
border-radius: 0 8px 8px 0; | ||
} | ||
.cont_info_title { | ||
font-size: 1rem; | ||
font-weight: 500; | ||
line-height: normal; | ||
letter-spacing: 0em; | ||
color: #ffffff; | ||
} | ||
.cont_info_desc { | ||
font-size: 0.7rem; | ||
font-weight: normal; | ||
line-height: normal; | ||
letter-spacing: 0em; | ||
|
||
color: rgba(255, 255, 255, 0.7); | ||
} | ||
.cont_info_device { | ||
font-size: 1rem; | ||
font-weight: 500; | ||
line-height: normal; | ||
letter-spacing: 0em; | ||
color: #ffffff; | ||
} |
Oops, something went wrong.