2026-04-03 20:55:51 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
|
|
|
<meta name="theme-color" content="#FF6B35" />
|
|
|
|
|
<title>乐读派 - AI智能儿童绘本创作</title>
|
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
2026-04-07 12:11:15 +08:00
|
|
|
<script src="./config.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
(function() {
|
|
|
|
|
var c = (window.__LEAI_CONFIG__ || {}).brand || {};
|
|
|
|
|
if (c.title) document.title = c.title + (c.subtitle ? ' - ' + c.subtitle : '');
|
|
|
|
|
if (c.favicon) {
|
|
|
|
|
var link = document.querySelector("link[rel='icon']");
|
|
|
|
|
if (link) link.href = c.favicon;
|
|
|
|
|
}
|
|
|
|
|
})();
|
|
|
|
|
</script>
|
2026-04-03 20:55:51 +08:00
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|