diff --git a/api/src/main/java/run/halo/app/theme/finders/Finder.java b/api/src/main/java/run/halo/app/theme/finders/Finder.java index 6a24311a6..7948059ef 100644 --- a/api/src/main/java/run/halo/app/theme/finders/Finder.java +++ b/api/src/main/java/run/halo/app/theme/finders/Finder.java @@ -4,6 +4,7 @@ import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; +import org.springframework.core.annotation.AliasFor; import org.springframework.stereotype.Service; /** @@ -22,5 +23,6 @@ public @interface Finder { * * @return variable name, class simple name if not specified */ + @AliasFor(annotation = Service.class) String value() default ""; } \ No newline at end of file diff --git a/ui/console-src/modules/contents/posts/categories/CategoryList.vue b/ui/console-src/modules/contents/posts/categories/CategoryList.vue index 4acc22c86..4118a942b 100644 --- a/ui/console-src/modules/contents/posts/categories/CategoryList.vue +++ b/ui/console-src/modules/contents/posts/categories/CategoryList.vue @@ -1,9 +1,5 @@ + diff --git a/ui/console-src/modules/contents/posts/categories/components/CategoryEditingModal.vue b/ui/console-src/modules/contents/posts/categories/components/CategoryEditingModal.vue index d82382419..9144eda85 100644 --- a/ui/console-src/modules/contents/posts/categories/components/CategoryEditingModal.vue +++ b/ui/console-src/modules/contents/posts/categories/components/CategoryEditingModal.vue @@ -1,9 +1,4 @@