- 更改了API基础URL,以便在开发和生产环境之间切换。 - 添加了assetBase参数,以提高内容解析中图像源的分辨率。 - 增强了阅读页面的配置,将assetBase纳入图像URL的配置中。 - 更新了OpenPlatformPage,以便正确导航至设置和API文档。 - 对ContentPage进行了重构,以包含额外的webhook配置检索功能。 - 改进了DashboardPage,使其能更有效地处理用户交互。 - 清理了未使用的导入,并优化了AdminLayout,以提高可读性。
14 lines
431 B
HTML
14 lines
431 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>管理后台 - Soul创业派对</title>
|
|
<script type="module" crossorigin src="/assets/index-C_CXp_Jv.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-Gzc8q2lr.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
</html>
|