Merged
Conversation
docs: update blog posts (Sept-Oct) in VuePress
…y issues during packaging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dromara官网详细变更
项目基本信息
基础使用方法与之前没有变化,新增指令可以通过 ESLint 自动检测并修复项目中的代码风格和语法问题
docs:build
// VuePress v2 静态站点生成器,需要对所有页面进行 预渲染 因此通过此命令行在打包的时候提高 Node.js 内存上限
开发依赖
新增依赖
移除依赖
版本升级
@typescript-eslint/eslint-plugin: 从 ^6.21.0 升级到 ^8.39.0
@typescript-eslint/parser: 从 ^8.38.0 升级到 ^8.39.0
@vuepress/bundler-vite: 从 2.0.0-rc.19 升级到 2.0.0-rc.24
eslint: 从 ^8.57.1 升级到 ^9.32.0
eslint-plugin-vue: 从 ^9.32.0 升级到 ^10.4.0
sass-embedded: 从 ^1.83.0 升级到 ^1.89.2
sass-loader: 从 ^13.3.3 升级到 ^16.0.5
swiper: 从 ^11.1.15 升级到 ^11.2.10
v-viewer: 从 ^3.0.21 升级到 ^3.0.22
vue: 从 ^3.5.13 升级到 ^3.5.17
vuepress: 从 2.0.0-rc.19 升级到 2.0.0-rc.24
vuepress-theme-hope: 从 2.0.0-rc.64 升级到 2.0.0-rc.94
生产依赖
版本升级
@vuepress/helper: 从 2.0.0-rc.66 升级到 2.0.0-rc.112
swiper: 从 ^11.1.15 升级到 ^11.2.10
移除依赖
v-viewer: ^3.0.21 (版本升级,但旧版本被移除)
viewerjs: ^1.11.7 (版本升级,但旧版本被移除)
页面焕新
舍弃旧页面所有 banner,官网主页背景采用 Vue Bits 的 Galaxy 组件作为 banner
使用暗色系主题、毛玻璃质感导航栏,并且添加鼠标光效样式,使页面富有科技感与冲击感
修改了部分页面移动端设备页面变形的情况
顶级项目群UI、成员页面UI优化,并且采用 Layout 将单页面布局修改成专属页面,更新了项目的部分官网,以及修复了部分logo 和 部分 github 或 gitee 的404问题
新闻、博客、活动页面UI焕新,采用 Laylout 对页面样式进行上一个版本的继承,旧版本vuepress-theme-hope
中的 theme-hope-content 类名在新版本已被删除。
更新公众号所有的内容,并且翻译为英文,对文章页面进行优化,增加了侧边栏以及上下页,方便读者寻找文章
其他更改
改善了微信公众号转 markdown 插件的部分bug