Skip to content

Commit

Permalink
chore(deps): 升级@142vip/eslint-config (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl authored Feb 22, 2025
1 parent 22c8160 commit 28aec12
Show file tree
Hide file tree
Showing 5 changed files with 986 additions and 656 deletions.
2 changes: 0 additions & 2 deletions docs/.vuepress/components/XMindManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import { XMindEmbedViewer } from 'xmind-embed-viewer'
import mapData from '../public/mind-map/index.json'

console.log(111, XMindEmbedViewer)

export default {
data() {
return {
Expand Down
8 changes: 4 additions & 4 deletions docs/theme.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { hopeTheme, navbar, sidebar } from 'vuepress-theme-hope'
import { markdownImagePlugin } from '@vuepress/plugin-markdown-image'
import { MarkMapSidebar } from './mark-map/mark-map.sidebar'
import { cnSidebar } from './cn/cn.sidebar'
import { hopeTheme, navbar, sidebar } from 'vuepress-theme-hope'
import { cppSidebar } from './ccp/cpp.sidebar'
import { osSidebar } from './os/os.sidebar'
import { cnSidebar } from './cn/cn.sidebar'
import { dsSidebar } from './ds/ds.sidebar'
import { MarkMapSidebar } from './mark-map/mark-map.sidebar'
import { osSidebar } from './os/os.sidebar'

/**
* 导航栏配置
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"release": "npx fa release --vip"
},
"devDependencies": {
"@142vip/eslint-config": "0.0.1-alpha.2",
"@142vip/eslint-config": "0.0.1-alpha.3",
"@142vip/fairy-cli": "0.0.3-alpha.20",
"@142vip/utils": "0.0.1-alpha.20",
"@142vip/vuepress": "0.0.1-alpha.10",
Expand Down
Loading

0 comments on commit 28aec12

Please sign in to comment.