1 Star 1 Fork 25

fei49/Joe再续前缘版

forked from 易航/Joe再续前缘版 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
wallpaper.php 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
易航 提交于 2024-11-15 20:51 . update
<?php
/**
* 壁纸
*
* @package custom
*
**/
if (!defined('__TYPECHO_ROOT_DIR__')) {
http_response_code(404);
exit;
}
?>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<?php $this->need('module/head.php'); ?>
<link rel="stylesheet" href="<?= joe\theme_url('assets/css/joe.wallpaper.css'); ?>">
<script src="<?= joe\theme_url('assets/js/joe.wallpaper.js'); ?>"></script>
</head>
<body>
<h1 style="display:none"><?php $this->archiveTitle(array('category' => '分类 %s 下的文章', 'search' => '包含关键字 %s 的文章', 'tag' => '标签 %s 下的文章', 'author' => '%s 发布的文章'), '', ' - '); ?><?php $this->options->title(); ?></h1>
<div id="Joe">
<?php $this->need('module/header.php'); ?>
<div class="joe_container">
<div class="joe_main">
<div class="title-theme" style="margin-bottom: 15px;">壁纸分类</div>
<div class="joe_wallpaper__type">
<ul class="joe_wallpaper__type-list">
<li class="error">正在拼命加载中...</li>
</ul>
</div>
<div class="joe_wallpaper__list"></div>
<ul class="joe_wallpaper__pagination"></ul>
</div>
<?php joe\isPc() ? $this->need('module/aside.php') : null ?>
</div>
<?php $this->need('module/footer.php'); ?>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/iwannafei49/Joe.git
[email protected]:iwannafei49/Joe.git
iwannafei49
Joe
Joe再续前缘版
master

搜索帮助