jinghu-moon / typora-see-yue-theme

See Yue 系列主题是一个自定义样式极多、简约、充满细节的 Typora 主题。(The See Yue series theme is a Typora theme with a plethora of custom styles, minimalism, and full of details.)

Home Page:https://theme.typora.io/theme/see-yue/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kewtgh opened this issue · comments

commented

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


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