Skip to content

Commit

Permalink
修改包和启动类的名称
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjing-xin committed Jun 4, 2024
1 parent a92fd8a commit 238b230
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package run.halo.starter;
package xin.wenjing.halo;

import org.springframework.stereotype.Component;
import run.halo.app.plugin.BasePlugin;
Expand All @@ -13,9 +13,9 @@
* @since 1.0.0
*/
@Component
public class StarterPlugin extends BasePlugin {
public class ArtalkPlugin extends BasePlugin {

public StarterPlugin(PluginContext pluginContext) {
public ArtalkPlugin(PluginContext pluginContext) {
super(pluginContext);
}

Expand Down

0 comments on commit 238b230

Please sign in to comment.