-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9c76b6
commit dc641c7
Showing
9 changed files
with
150 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-cn"> | ||
|
||
<head> | ||
<meta charset="<?php $this->options->charset(); ?>"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title><?php $this->archiveTitle(array( | ||
'category' => _t('分类 %s 下的文章'), | ||
'search' => _t('包含关键字 %s 的文章'), | ||
'tag' => _t('标签 %s 下的文章'), | ||
'author' => _t('%s 发布的文章') | ||
), '', ' - '); ?><?php $this->options->title(); ?></title> | ||
<!-- 通过自有函数输出HTML头部信息 --> | ||
<?php $this->header(); ?> | ||
<link rel="stylesheet" href="<?php $this->options->themeUrl('/base/style.css'); ?>"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<?php $this->options->头部自定义(); ?> | ||
</head> | ||
<meta charset="<?php $this->options->charset(); ?>"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title><?php $this->archiveTitle(array( | ||
'category' => _t('分类 %s 下的文章'), | ||
'search' => _t('包含关键字 %s 的文章'), | ||
'tag' => _t('标签 %s 下的文章'), | ||
'author' => _t('%s 发布的文章') | ||
), '', ' - '); ?><?php $this->options->title(); ?></title> | ||
<?php $this->header(); ?> | ||
<link rel="stylesheet" href="<?php $this->options->themeUrl('/base/style.css'); ?>"> | ||
<link href="https://gfonts.ctfile.com/css2?family=Inter:wght@400;700&display=swap" | ||
rel="stylesheet"> | ||
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/4.6.1/css/bootstrap.min.css" type="text/css" rel="stylesheet" /> | ||
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js" | ||
type="application/javascript"></script> | ||
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/4.6.1/js/bootstrap.min.js" type="application/javascript"></script> | ||
<?php $this->options->头部自定义(); ?> | ||
</head> | ||
<style> | ||
<?php if ($this->options->Css自定义) : $this->options->Css自定义(); ?><?php endif; ?> | ||
<?php $this->options->Css自定义(); ?> | ||
</style> | ||
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Brave = { | ||
|
||
// 请保留版权说明,祝99 | ||
if (window.console && window.console.log) { | ||
console.log("%c Brave 主题 v1.2 %c https://blog.zwying.com ","color: #fff; margin: 1em 0; padding: 5px 0; background: #673ab7;","margin: 1em 0; padding: 5px 0; background: #efefef;"); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.