Files
BlackFruit-UI/clientarea/hgcloud/header.php
yiqiu f79642c7ca
All checks were successful
continuous-integration/drone/push Build is passing
refactor: 仪表盘去掉所有图片 全部用Phosphor Icons+CSS替代
2026-03-20 21:01:24 +08:00

38 lines
1.8 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">
<!-- Phosphor Icons -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/fill/style.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>