Skip to content

Releases: dicoder-dev/vitepress-simple

v1.1.0

23 Jul 06:10

Choose a tag to compare

  • [New Feature] Multi-language support. The software supports switching between Chinese and English.
  • [New Feature] New terminal command function. Common commands can be run with one click on the program side. Currently, the following commands are supported:
    • Git-related commands, such as add commit push pull
    • Npm series commands, such as install docs:dev build, etc.
  • [New Feature] When creating a new VitePress project, a built-in large image preview plugin is included. Clicking on an image displays the large image.
  • [Fixed] The problem that the form cannot be dragged normally under the macOS system.
  • [Modified] Modify the default VitePress version to v1.2.3
  • [Improved] Improve the storage logic of the VitePress configuration file. Add a config directory under the .vitepress folder:
    • index.ts Entry file
    • vpsimple.ts File automatically generated and written by the VitePressSimple software. Users cannot modify it by themselves.
    • custom.ts Some configurations customized by the user. If the same fields as vpsimple.ts are configured, the configuration in custom.ts will be used preferentially.

v1.0.1

07 May 03:56

Choose a tag to compare

v1.01 修复源目录不是根目录时图片资源加载异常的问题

v1.0.0

06 May 07:32

Choose a tag to compare

修复github自动更新url

v1.0-beta.2

23 Apr 09:12

Choose a tag to compare

[Fixed] Problem where meta acquisition failed when switching home pages
[Fixed] Abnormal problem while recognizing one-sided columns

v1.0-beta.1

16 Apr 10:05

Choose a tag to compare

first version