jackloves111

Results 52 comments of jackloves111

## Cool. It indeed work normally, and the summary is as follows: ## vitepress 实现,单击时图片放大,再次单击图像时图片缩小的功能 ``` npm i medium-zoom ``` ### you now can simply do: ```js // .vitepress/theme/index.js import...

修复的1.4.4版本的,不是next分支的

[修改预览](https://juway.top/)

相同bug补充:代码无法复制和代码行数有关,是单行代码都无法复制,多行代码可以正常复制。

就想问下,怎么默认开启白天模式?

> 目前还未支持噢,不过有打算根据用户系统的模式来自动切换。 好的,期待您的更新,我实际使用场景不是当作博客的,是用来当作文档网页非常适合。白天模式的显示效果个人感觉相对比较清晰一些。

emby的可以使用这个。[https://github.com/AlifeLine/Emby.Plugins.Douban](https://github.com/AlifeLine/Emby.Plugins.Douban)

> 哥,求适配,真受不了emby的刮削了,求加速适配T_T 开代理用TMDB啊,实在不行用TMM搜刮也行

## 自定义js可以实现相同效果 ``` document.addEventListener('DOMContentLoaded', (event) => { // 用于添加视频背景的函数 const addVideoBackground = (wallpaperDiv) => { // 创建video元素 const video = document.createElement('video'); // 设置视频属性 video.autoplay = true; // 使用属性而不是setAttribute,因为autoplay是一个布尔属性 video.loop =...