一些检测仍在等待运行
Docs Build / build-and-deploy (push) Waiting to run
- 移除 ConfigManager 配置管理器类 - 移除 GameManager 全局单例管理器类 - 移除 NetworkManager 网络连接管理器类 - 移除 CharacterData 和 ItemData 数据模型类 - 移除 BagScene、BattleScene、LobbyScene 等场景脚本 - 移除 EncounterBubble 和 EventFeedPanel UI组件脚本 - 更新代理邀请文档中的服务器连接方式 - 更新同步状态表格中的代理任务分配信息 - 添加 MiMo 任务完成总结和审查修复记录
45 行
698 B
CSS
45 行
698 B
CSS
:root {
|
|
--md-primary-fg-color: #1f3c88;
|
|
--md-primary-fg-color--light: #4364a7;
|
|
--md-primary-fg-color--dark: #14295f;
|
|
--md-accent-fg-color: #e76f51;
|
|
}
|
|
|
|
img,
|
|
svg,
|
|
video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.md-content__inner {
|
|
padding-top: 0.5rem;
|
|
}
|
|
|
|
.md-typeset table:not([class]) {
|
|
display: block;
|
|
overflow-x: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
|
|
.md-typeset pre,
|
|
.md-typeset code,
|
|
.md-typeset .highlight pre {
|
|
word-break: normal;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.md-nav__title {
|
|
font-size: 0.95rem;
|
|
}
|
|
|
|
.md-typeset h1 {
|
|
font-size: 1.6rem;
|
|
}
|
|
|
|
.md-typeset h2 {
|
|
font-size: 1.35rem;
|
|
}
|
|
}
|