All checks were successful
continuous-integration/drone/push Build is passing
阶段一:全局覆盖 - 新增 dark-override.css (450+ 行),覆盖所有 Element UI 组件暗色样式 - 输入框、表格、Tabs、弹窗、按钮、分页、复选框、下拉框等 - 侧边栏、顶栏、主内容区暗色背景 - 滚动条、日期选择器、消息面板等 - header.php 引入 dark-override.css 阶段二:页面独立 CSS 暗色化(22 个文件) - 白色背景 #fff → #161b22 - 浅灰背景 #F3F5F9 → #0d1117 - 深色文字 #171725/#1E2736 → #E6E8EB - 灰色文字 #8692B0 → #8B949E - 浅色边框 #E6E7EB → rgba(255,255,255,0.06) - 悬停背景 #F5F7FA → #21262d
35 lines
1.5 KiB
PHP
35 lines
1.5 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en" theme="{$clientarea_theme_color}" id="addons_js" addons_js='{:json_encode($addons)}'>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
|
|
<title></title>
|
|
<link rel="icon" href="/favicon.ico">
|
|
<!-- 公共 -->
|
|
<script>
|
|
const url = "/{$template_catalog}/template/{$public_themes}/"
|
|
const system_version = "{$system_version}"
|
|
</script>
|
|
|
|
<!-- 模板样式 -->
|
|
<link rel="stylesheet" href="/{$template_catalog}/template/{$public_themes}/css/common/reset.css">
|
|
|
|
|
|
<script src="/{$template_catalog}/template/{$themes}/theme/index.js"></script>
|
|
|
|
<link rel="stylesheet" href="/{$template_catalog}/template/{$public_themes}/css/common/common.css">
|
|
<link rel="stylesheet" href="/{$template_catalog}/template/{$themes}/css/dark-override.css">
|
|
<link rel="stylesheet" href="/upload/common/iconfont/iconfont.css">
|
|
|
|
|
|
<script src="/{$template_catalog}/template/{$public_themes}/js/common/vue.js"></script>
|
|
<script src="/{$template_catalog}/template/{$public_themes}/js/common/element.js"></script>
|
|
|
|
|
|
<script src="/{$template_catalog}/template/{$public_themes}/utils/util.js"></script>
|
|
<script src="/{$template_catalog}/template/{$public_themes}/lang/index.js"></script>
|
|
<script src="/{$template_catalog}/template/{$public_themes}/js/common/common.js"></script>
|