99 lines
3.1 KiB
Markdown
99 lines
3.1 KiB
Markdown
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Adding GLM 4.6 Model to TRAE</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
body {
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
color: #ffffff;
|
|
}
|
|
.slide {
|
|
width: 1280px;
|
|
height: 720px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: linear-gradient(rgba(15, 40, 80, 0.85), rgba(15, 40, 80, 0.85)),
|
|
url('https://z-cdn-media.chatglm.cn/files/4617a19d-468f-476c-a1cf-2174c7e32e07.png?auth_key=1865095428-03a2a4e3ca714c509205ef9de26b2f53-0-65c9a6a247722b83f86067c9285cd476');
|
|
background-size: cover;
|
|
background-position: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.logo-container {
|
|
position: absolute;
|
|
top: 40px;
|
|
right: 40px;
|
|
}
|
|
.zai-logo {
|
|
height: 60px;
|
|
width: auto;
|
|
filter: brightness(0) invert(1);
|
|
opacity: 0.9;
|
|
}
|
|
.content {
|
|
text-align: center;
|
|
max-width: 80%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.title {
|
|
font-size: 64px;
|
|
font-weight: 700;
|
|
margin-bottom: 24px;
|
|
line-height: 1.2;
|
|
color: #ffffff;
|
|
}
|
|
.subtitle {
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
color: #e0f2ff;
|
|
margin-bottom: 40px;
|
|
}
|
|
.highlight {
|
|
color: #4fc3f7;
|
|
font-weight: 600;
|
|
}
|
|
.icon-container {
|
|
margin-top: 30px;
|
|
}
|
|
.material-icons {
|
|
font-size: 48px;
|
|
color: #4fc3f7;
|
|
}
|
|
.author-link {
|
|
color: #4fc3f7;
|
|
text-decoration: none;
|
|
font-weight: 600;
|
|
}
|
|
.author-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="slide">
|
|
<div class="logo-container">
|
|
<img src="https://sfile.chatglm.cn/images-ppt/1820f42c924a.jpg" alt="Z.AI Logo" class="zai-logo">
|
|
</div>
|
|
<div class="content">
|
|
<h1 class="title">Adding <span class="highlight">GLM 4.6 Model</span> to TRAE</h1>
|
|
<h2 class="subtitle">Step-by-step instructions to integrate GLM 4.6 with TRAE platform<br><br>by <a href="https://t.me/VibeCodePrompterSystem" class="author-link">RyzenAdvanced (Roman)</a></h2>
|
|
<div class="icon-container">
|
|
<i class="material-icons">integration_instructions</i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |