jinghu-moon/typora-see-yue-theme

图片的相对位置需要修改(已失效)

kewtgh opened this issue · 0 comments

我看了下Config中的图片相对位置,如下:
url("../Images/Background/night-1.jpg")
但实际上Config的所在文件夹位置为:
.\SeeYue\CSS\configs
而图片文件夹的位置在:
.\SeeYue\Images
因此,引用位置应该改为:
url("**../../Images/Background/night-1.jpg")


看错调用文档,错误不存在。