Skip to content

Commit

Permalink
chore: 修正拼写错误,移除未使用的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Feb 23, 2023
1 parent 3fbea20 commit da1c055
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/zhi-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ import strUtil from "./utils/strUtil"
import { Bootstrap } from "./zhi/bootstrap"
import { version } from "../package.json"

/**
(async () => {
/**
* 主题入口
*
* @author terwer
* @since 0.0.1
*/


(async () => {
console.log(strUtil.f("hello, {0} {1} v{2}!", "zhi", "theme", version))
await Bootstrap.start()
})()

0 comments on commit da1c055

Please sign in to comment.