Skip to content

一个多彩、轻松上手、体验完善,具有强大自定义功能的WordPress主题(基于Sakura主题,支持简繁英日多语言)A Colorful, Easy-to-use, Perfect Experience, and Powerful Customizable WordPress Theme (Based on Theme Sakura. Support Simplified Chinese, Traditional Chinese, English and Japanese languages)

License

CircleCrop/Sakurairo

modified
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 36 commits ahead, 63 commits behind mirai-mamori:main.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
css
 
 
inc
 
 
js
 
 
 
 
 
 
 
 
opt
 
 
tpl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

本仓库为 CircleCrop 基于 原作者 的修改版。(其实就是水 commit)

改动内容

  1. 添加 svg ico cur 媒体库上传支持;
  2. 修改生成 webp 缩略图质量为 85
  3. 删除 1536x1536 2048x2048 缩略图(Wordpress 5.3 引入但无法在媒体设置中修改),保留了 768*9999(max) 的缩略图尺寸,并使其可以在编辑器中使用(名称为 Medium Large);
  4. 上传文件自动以 md5 重命名;
  5. 移除后端衬线字体样式;
  6. 【样式】移除文章头像显示有啥好显示的大多数不都是一个人在写吗
  7. 【样式】删除图片、嵌入内容等 80px 边距的限制大开版图片多好
  8. 【样式】调整文章标题边距;
  9. 【样式】调整文章颜色为 #121212
  10. 【样式】调整列表与段落之间的行距;
  11. 【样式】图片阴影效果;
  12. 【样式】图片悬浮放大效果;
  13. 【样式】调整代码、文字字体;
  14. 【样式】其他我改了但我忘了的优化。

网页字体教程

页脚加入以下代码以在空闲时加载字体样式表:

function loadCSS() {
  const link = document.createElement('link');
  link.rel = 'stylesheet';
  link.href = 'https://aiccrop.com/wp-content/self-hosted/load-font-aiccrop-blog.css';
  document.head.appendChild(link);
}
requestIdleCallback(() => {loadCSS();});
</script>

其中样式表链接请自行替换。

样式表内容:

@charset "UTF-8";
@font-face {
	font-family:cascadia code;
	src:url(https://aiccrop.com/wp-content/self-hosted/fonts/CascadiaCode360.woff2);
	font-weight:360;
	font-display:swap;
	font-style:normal
}
@font-face {
	font-family:cascadia code;
	src:url(https://aiccrop.com/wp-content/self-hosted/fonts/CascadiaCodeItalic360.woff2);
	font-weight:360;
	font-display:swap;
	font-style:italic
}
@font-face {
	font-family:source han sans;
	src:local('Source Han Sans SC'),
		local('Source Han Sans CN'),
		local('Noto Sans SC'),
		url(https://aiccrop.com/wp-content/self-hosted/fonts/SourceHanSansSC-GB2312.woff2);
	font-display:swap
}

其中,Cascadia Code 字体之所以先在本地查找是因为本地加载的无法选择特殊字重,我用工具从可变字体中提出来的,这样和 400Regular 的思源黑体配一些;思源黑体的“SC”、“CN”后缀分别为语言指定子集、地区指定子集,显示效果都一样;你需要从我的链接中下载字体并自行托管。本站字体从思源黑体官方资源中提取了 GB2312 子集,大小 ~850K,适合在线使用。


简体中文 | 繁體中文 | English | 日本語

image

Theme Sakurairo

一个多彩,轻松上手,体验完善,具有强大自定义功能的 WordPress 主题

GitHub releaseGitHub Release DateGitHub code size in bytesjsDelivr hits (GitHub)

Alt

版本简介:

image

下载及使用相关:

赞助商:

UPYUN

支持我们:

image

主题贡献:

主要贡献:

mirai-mamori Ukenn bymoye KotoriK QL-A103 robert1chi

特别贡献:

Spirit JokerM cocdeshijie FeiyuCode Tumeneco Flurrychan

参与贡献:

laoxong Gao-pw AriharaShirone NyaDoo Sakurakouji-Runa givenhyh

主题说明:

开源相关:

  • 本主题基于 Sakura V3 Series 主题进行重构开发,使用 GPL V2.0 协议开源。

  • 本主题使用了部分来自互联网的特效。由于版权及开源协议不明,无法具体说明相关信息。如果本主题使用到您制作的特效,烦请您通过邮件(me#okaeri.org)来取得联系。

引用相关:

  • 本主题社交网络图标中,流畅设计图标引用于由 Paradox 设计的 Fluent 图标包

  • 本主题社交网络图标中,沐氢图标引用于由缄默设计的 沐氢图标包

  • 本主题白猫样式 Logo 参考原主题作者白猫,由 Hyacm 提供方案

依赖相关:

希望你喜欢!

  • Star 趋势 GitHub stars

Stargazers over time

About

一个多彩、轻松上手、体验完善,具有强大自定义功能的WordPress主题(基于Sakura主题,支持简繁英日多语言)A Colorful, Easy-to-use, Perfect Experience, and Powerful Customizable WordPress Theme (Based on Theme Sakura. Support Simplified Chinese, Traditional Chinese, English and Japanese languages)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 83.3%
  • CSS 16.1%
  • Other 0.6%