-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·151 lines (145 loc) · 7.59 KB
/
index.html
File metadata and controls
executable file
·151 lines (145 loc) · 7.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html>
<!-- AstraEditor -->
<!-- Some icons are from "https://icon666.com/" and https://simpleicons.org/ -->
<head>
<meta charset="utf-8">
<title>AstraEditor - 实用无上限</title>
<link rel="icon" href="./favicon.ico">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<main>
<div class="titleBar">
<div class="titleBar-Logo">
<img class="titleBar-LogoImg" src="./images/logo-white.svg" alt="">
<img class="titleBar-LogoText" src="./images/Text.svg" alt="AstraEditor">
</div>
<div class="titleBar-Tabs">
<button class="theme-toggle" aria-label="切换主题">
<svg class="theme-icon-dark" width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 3a9 9 0 1 0 9 9c0-.46-.04-.92-.1-1.36a5.389 5.389 0 0 1-4.4 2.26 5.403 5.403 0 0 1-3.14-9.8c-.44-.06-.9-.1-1.36-.1z" />
</svg>
<svg version="1.1" class="theme-icon-light" id="Capa_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 511.34 511.34"
style="enable-background:new 0 0 511.34 511.34;" fill="currentColor" xml:space="preserve"
width="20" height="20">
<g>
<path
d="M497.78,326.334l-51.395-70.808l51.395-70.804c1.711-2.475,2.088-5.232,1.14-8.276c-0.767-2.859-2.669-4.762-5.712-5.712 l-83.363-27.408V55.959c0-3.044-1.242-5.519-3.721-7.421c-2.85-1.902-5.615-2.284-8.274-1.143l-83.367,26.836L263.092,3.427 C261.378,1.143,258.905,0,255.667,0c-3.234,0-5.708,1.146-7.422,3.427l-51.394,70.805l-83.368-26.836 c-2.662-1.142-5.424-0.76-8.28,1.143c-2.474,1.903-3.711,4.377-3.711,7.421v87.366l-83.367,27.408 c-3.044,0.953-4.947,2.856-5.708,5.712c-0.95,3.044-0.571,5.802,1.143,8.276l51.391,70.804L13.56,326.334 c-1.714,2.282-2.093,5.041-1.143,8.278c0.76,2.847,2.664,4.753,5.708,5.712l83.367,27.407v87.364c0,3.043,1.237,5.521,3.711,7.423 c2.856,1.903,5.618,2.283,8.28,1.144l83.368-26.837l51.394,70.805c1.902,2.471,4.377,3.71,7.422,3.71s5.522-1.239,7.424-3.71 l51.391-70.805l83.371,26.837c2.659,1.143,5.421,0.76,8.271-1.144c2.479-1.902,3.721-4.38,3.721-7.423v-87.364l83.363-27.407 c3.043-0.955,4.945-2.861,5.712-5.712C499.875,331.375,499.491,328.616,497.78,326.334z M407.134,319.339 c-8.661,20.27-20.365,37.78-35.114,52.534c-14.753,14.749-32.261,26.456-52.534,35.118c-20.266,8.657-41.541,12.99-63.811,12.99 c-22.27,0-43.537-4.333-63.81-12.99c-20.27-8.665-37.782-20.369-52.532-35.118c-14.75-14.754-26.455-32.265-35.117-52.534 c-8.66-20.272-12.99-41.541-12.99-63.813c0-22.27,4.331-43.537,12.99-63.81c8.658-20.27,20.367-37.781,35.117-52.534 c14.753-14.749,32.262-26.457,52.532-35.115c20.27-8.663,41.54-12.99,63.81-12.99c22.266,0,43.545,4.327,63.811,12.99 c20.273,8.658,37.781,20.366,52.534,35.115c14.749,14.753,26.453,32.264,35.114,52.534c8.658,20.273,12.991,41.543,12.991,63.81 C420.125,277.798,415.789,299.066,407.134,319.339z" />
</g>
</svg>
</button>
<button class="lang-toggle" aria-label="切换语言">
<span class="lang-text">EN</span>
</button>
<button class="titleBar-TabButton" data-i18n="download">下载</button>
<button class="titleBar-TabButton" id="update" data-i18n="changelog">更新日志</button>
<button class="titleBar-TabButton" id="repo" data-i18n="repo">仓库</button>
<button class="titleBar-TabButton" id="report" data-i18n="feedback">反馈</button>
<script>
document.querySelector('#repo').addEventListener('click', () => {
window.open('https://github.com/AstraEditor', '_blank');
});
document.querySelector('#report').addEventListener('click', () => {
window.open('https://github.com/AstraEditor/scratch-gui/issues/new', '_blank');
});
</script>
<div class="titleBar-MoreContainer">
<button class="titleBar-MoreButton" aria-label="更多选项">
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
<circle cx="8" cy="3" r="1.5"></circle>
<circle cx="8" cy="8" r="1.5"></circle>
<circle cx="8" cy="13" r="1.5"></circle>
</svg>
</button>
<div class="titleBar-MoreDropdown"></div>
</div>
</div>
</div>
<div class="content">
<div class="images">
<img class="images-title" src="./images/show.png" alt="">
</div>
<section class="head">
<div class="head-titles">
<img class="head-LogoText" src="./images/Text.svg" alt="AstraEditor">
<span class="head-Title" data-i18n="slogan">锤子, 而不是花束</span>
</div>
<div class="head-link">
<button class="head-link-online"><span data-i18n="tryOnline">在线体验</span>
<a class="head-link-release" href="./online/index.html" data-i18n="release">正式版
</a>
<a class="head-link-snapshot" href="./snapshot/index.html" data-i18n="snapshot">快照版
</a>
</button>
<button class="head-link-desktop" data-i18n="getDesktop">获取桌面端</button><br>
</div>
</section>
<section class="intro-section">
<div class="intro-text">
<span class="intro-title" data-i18n="fastAsLightning">闪电般迅速</span>
<span class="intro-intro" data-i18n="introText">AstraEditor 加入了更多功能, 使您的编程速度"快如闪电"</span>
</div>
<div class="intro-show">
<div class="intro-show-videos" id="paint">
<video class="intro-show-video" src="./images/paint.webm" muted>PAINT SHOW VIDEO</video>
<span class="intro-show-text" data-i18n="betterCostumeEditor">更好的造型编辑器</span>
</div>
<div class="intro-show-videos" id="addons">
<video class="intro-show-video" src="./images/addons.webm" muted>PAINT SHOW VIDEO</video>
<span class="intro-show-text" data-i18n="moreAddons">更多插件</span>
</div>
<div class="intro-show-videos" id="custom">
<video class="intro-show-video" src="./images/custom.webm" muted>PAINT SHOW VIDEO</video>
<span class="intro-show-text" data-i18n="customTheme">自定义主题</span>
</div>
</div>
</section>
<section class="download">
<div class="download-titles">
<div class="download-title" data-i18n="bornForYou">为你而生</div>
<div class="download-intro" data-i18n="downloadNow">即刻下载 AstraEditor</div>
</div>
<div class="download-button"></div>
</section>
<section class="changelog">
<div class="changelog-titles">
<div class="changelog-title" data-i18n="changelogTitle">更新日志</div>
<div class="changelog-intro" data-i18n="changelogIntro">查看 AstraEditor 的最新变化</div>
</div>
<div class="changelog-content"></div>
</section>
<div class="head-BackgroundAE">AE</div>
</div>
<div class="end">
<div>
<div class="titleBar-Logo">
<img class="titleBar-LogoImg" src="./images/logo-white.svg" alt="">
<img class="titleBar-LogoText" src="./images/Text.svg" alt="AstraEditor">
</div><br>
<span class="endby" data-i18n="fromTeam">来自 AstrasTeam</span><br>
<span class="introend" data-i18n-html="projectNote">
本项目基于 TurboWarp 构建,但与 TurboWarp 项目组无关系。
</span>
</div>
<div>
<span class="link" data-i18n="moreLinks">更多链接</span><br>
<div style="display: flex;margin: 10px;">
<a class="iconLinkB" href="https://space.bilibili.com/3691007061264515">
<img class="iconLink" src="./images/bilibili.svg" alt="bilibili">
</a>
<a class="iconLinkB" href="https://qm.qq.com/q/ynYzV85oHY">
<img class="iconLink" src="./images/qq.png" alt="qq">
</a>
</div>
</div>
</div>
<footer class="footer">
<span class="footerT" data-i18n="copyright">©2026 AstrasTeam。保留所有权利。</span>
</footer>
</main>
<script src="./js/main.js"></script>
</body>
</html>