Skip to content

Commit

Permalink
重构幻灯片编辑器及其管理页面的展示
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjing-xin committed Jul 9, 2024
1 parent cbf0a4e commit 4f823e8
Show file tree
Hide file tree
Showing 7 changed files with 144 additions and 730 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ repositories {
}

dependencies {
implementation platform('run.halo.tools.platform:plugin:2.14.0-SNAPSHOT')
implementation platform('run.halo.tools.platform:plugin:2.15.0-SNAPSHOT')
compileOnly 'run.halo.app:api'

testImplementation 'run.halo.app:api'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: plugin-blog-hao
spec:
enabled: true
requires: ">=2.14.0"
requires: ">=2.15.0"
author:
name: dreamChaser的小屋
website: https://wenjing.xin
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@halo-dev/components": "^2.12.0",
"@halo-dev/console-shared": "^2.12.0",
"@halo-dev/richtext-editor": "^2.16.0",
"@vueuse/router": "^10.11.0",
"ace-builds": "^1.35.2",
"axios": "^1.7.2",
"github-markdown-css": "^5.6.1",
Expand Down
Loading

0 comments on commit 4f823e8

Please sign in to comment.