Giter Club home page Giter Club logo

Comments (6)

xcyeye avatar xcyeye commented on May 29, 2024

这个可以的,我在下个版本就兼容,你可以先不要改你md文件,等下个版本的时候,直接改下就行

from aurora-blog.

srcrs avatar srcrs commented on May 29, 2024

这个可以的,我在下个版本就兼容,你可以先不要改你md文件,等下个版本的时候,直接改下就行

感谢

from aurora-blog.

xcyeye avatar xcyeye commented on May 29, 2024

这个可以的,我在下个版本就兼容,你可以先不要改你md文件,等下个版本的时候,直接改下就行

感谢

我刚刚增加了这个功能,但是并没有正式发布,我发布一个beta版本,打算等下次增加其他新功能的时候,一起正式发布,你安装下面这个版本

安装之后,你在docs/.vuepress/config.js文件里面,增加下面两个配置项,就可以自定义标签还有类别

customTagName: 'tags',
customCategoriesName: "category"

from aurora-blog.

srcrs avatar srcrs commented on May 29, 2024

这个可以的,我在下个版本就兼容,你可以先不要改你md文件,等下个版本的时候,直接改下就行

感谢

我刚刚增加了这个功能,但是并没有正式发布,我发布一个beta版本,打算等下次增加其他新功能的时候,一起正式发布,你安装下面这个版本

安装之后,你在docs/.vuepress/config.js文件里面,增加下面两个配置项,就可以自定义标签还有类别

customTagName: 'tags',
customCategoriesName: "category"

好的,我试一下

from aurora-blog.

srcrs avatar srcrs commented on May 29, 2024

1281640273746_ pic_hd

新的运行引入了vite,产生了一些报错,按照github readme教程,已无法进入首页

from aurora-blog.

xcyeye avatar xcyeye commented on May 29, 2024

1281640273746_ pic_hd

新的运行引入了vite,产生了一些报错,按照github readme教程,已无法进入首页

这个是因为coze这个插件,引入leancloud依赖造成的,使用vite做为打包工具,就会出现这个问题,你使用webpack作为打包工具就可以了解决,

docs/.vuepress/config.js文件中,加入下面这个,将使用webpack作为打包工具

npm install -D vuepress-webpack@next
module.exports = {
    bundler: '@vuepress/bundler-webpack',
}

from aurora-blog.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.