sakura icon indicating copy to clipboard operation
sakura copied to clipboard

A Wonderful WordPress Theme: 樱花庄的白猫博客主题

Results 29 sakura issues
Sort by recently updated
recently updated
newest added

请问怎么设置成所有代码和图片都直接调用本地资源,不走jsdelivr呢?

![Screenshot_2022-07-15-18-55-24-252_com android browser](https://user-images.githubusercontent.com/108976796/179212087-edf2b0c2-1ca0-4f3c-bf8c-a75fc1a03249.jpg) ![Screenshot_2022-07-15-18-55-36-751_com android browser](https://user-images.githubusercontent.com/108976796/179212092-8e89ae07-f6df-484f-adbe-b7bae302daec.jpg) 希望能够得到改善

语言包没整,涉及远程的js/css暂时直接改成了test1的 除此之外测试感觉没什么问题 目前只整了默认(JsDelivr)和自定义,但是如果想加别的预置源可以随时搞,这一点留的自定义空间

page-bangumi.php 中设置了全局 referrer 规则:非同源请求不发送 referer ``。 如果开启了 PJAX 局部刷新,从追番页面去到其它页面该规则也会被保留,这会导致后面的非同源请求也不发送 referer。 如果有非同源资源比如 CDN 禁止空 referer 请求,那么这部分资源就会无法访问。

**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** 想试试next 但是一大堆command列表 弄得云里雾里的 **Describe alternatives you've considered** command的列表加上步骤(?) **Additional context** 无

The theme not supported HTML Direction rtl

首页背景图的background-size好像没有设置,会导致图片重复,可以考虑设成cover? https://github.com/mashirozx/sakura/blob/3.x/style.css#L434

批量替换jsdelivr资源镜像 === 前提: - 你需要一台海外服务器 - 使用 Nginx 如果没有条件,请看最后一行。 *** 对于 Linux / macOS 系统,运行: ```bash sed -i "s/cdn.jsdelivr.net/jsdelivr.example.com/g" `grep -rl 'cdn.jsdelivr.net' Path/To/wp-content/themes/Sakura` ``` *`Path/To/wp-content/themes/Sakura` 自行替换成你的路径,可通过命令 `pwd` 获取当前路径* 对于 Windows...

如果有功能需求或建议可以在这里开issue,新版中会考虑。 Sakura v3不再维护。

notice
working on

#### 问题描述 安装短代码插件(Shortcoder),并开启PJAX局部刷新后,从首页点开页面或文章,其中的短代码无法解析,效果如下 ![短代码刷新前](https://www.starlwr.com/Images/Issues/PJAX1.png) 手动刷新后才可以正常显示,效果如下 ![短代码刷新后](https://www.starlwr.com/Images/Issues/PJAX2.png) 图片中是引入了一个element-ui的测试按钮,在插件中新建短代码,名称为element-button,添加以下代码后保存,即可在文章或页面中使用[sc name="element-button"][/sc]引入 ```html Button test new Vue({ el: '#app', data: function() { return { visible: false } } }) ```