mirror of https://github.com/YunYouJun/valaxy
chore(valaxy-theme-press): build
This commit is contained in:
parent
90bde3aae6
commit
65528c7d98
|
@ -43,7 +43,7 @@ useScriptTag('//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js')
|
|||
```
|
||||
|
||||
3. 如果文章中不想使用外链图片,建议按照以下格式创建文件夹及引用图片,便于管理和迁移。
|
||||
```text
|
||||
```txt
|
||||
posts
|
||||
├─ your-post
|
||||
│ ├─ a.png
|
||||
|
@ -66,7 +66,7 @@ The following are some of our recommended best practices, but you do not need to
|
|||
|
||||
1. It is recommended to name folders and files in English.
|
||||
|
||||
```text
|
||||
```txt
|
||||
blog/pages/posts/your-post. md
|
||||
```
|
||||
2. When inserting third-party/large amounts of dynamic content, priority should be given to encapsulating it as a component and placing it in `blog/components`, and introducing it through component tag names.
|
||||
|
@ -97,7 +97,7 @@ useScriptTag('//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js')
|
|||
|
||||
3. If you do not want to use external links in the post, it is recommended to create folders and reference images in the following format for easy management and migration.
|
||||
|
||||
```text
|
||||
```txt
|
||||
posts
|
||||
├─ your-post
|
||||
│ ├─ a.png
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
import type { ThemeConfig } from '../types'
|
||||
import noneImg from '../assets/images/none.jpg'
|
||||
|
||||
export const anonymousImage = noneImg
|
||||
|
||||
/**
|
||||
* Default Config
|
||||
|
|
Loading…
Reference in New Issue