Skip to content

Commit

Permalink
chore: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jan 11, 2023
1 parent 1658ff9 commit 2814951
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/publish/tab/setting/common/KmsSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { ref } from "vue"
import { API_TYPE_CONSTANTS } from "~/utils/constants/apiTypeConstants"
import { KmsCfg } from "~/utils/platform/commonblog/kms/kmsCfg"
import CommonBlogSetting from "../CommonBlogSetting.vue"
import { CommonblogPlaceholder } from "~/utils/platform/commonblog/CommonblogPlaceholder"
import { CommonblogPlaceholder } from "~/utils/platform/commonblog/commonblogPlaceholder"
import { useI18n } from "vue-i18n"
const { t } = useI18n()
Expand Down
2 changes: 1 addition & 1 deletion components/publish/tab/setting/common/LiandiSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { ref } from "vue"
import { API_TYPE_CONSTANTS } from "~/utils/constants/apiTypeConstants"
import { LiandiCfg } from "~/utils/platform/commonblog/liandi/liandiCfg"
import CommonBlogSetting from "../CommonBlogSetting.vue"
import { CommonblogPlaceholder } from "~/utils/platform/commonblog/CommonblogPlaceholder"
import { CommonblogPlaceholder } from "~/utils/platform/commonblog/commonblogPlaceholder"
import { useI18n } from "vue-i18n"
const { t } = useI18n()
Expand Down
2 changes: 1 addition & 1 deletion components/publish/tab/setting/common/YuqueSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { API_TYPE_CONSTANTS } from "~/utils/constants/apiTypeConstants"
import { YuqueCfg } from "~/utils/platform/commonblog/yuque/yuqueCfg"
import CommonBlogSetting from "../CommonBlogSetting.vue"
import { CommonblogPlaceholder } from "~/utils/platform/commonblog/CommonblogPlaceholder"
import { CommonblogPlaceholder } from "~/utils/platform/commonblog/commonblogPlaceholder"
import { useI18n } from "vue-i18n"
const { t } = useI18n()
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sy-post-publisher",
"private": true,
"version": "0.6.6",
"version": "0.6.7",
"packageManager": "pnpm@7.18.1",
"scripts": {
"serve": "vercel dev --listen 6006",
Expand All @@ -20,7 +20,7 @@
"extChromeWin": "pwsh scripts/ext.ps1",
"extChromeDev": "bash scripts/extDev.sh",
"extFirefox": "bash scripts/extFV2.sh",
"newVersion": "cd scripts && python3 version.py 0.7.0 && cd ../",
"newVersion": "cd scripts && python3 version.py 0.6.7 && cd ../",
"dcfg": "bash scripts/devWidgetConfig.sh"
},
"dependencies": {
Expand Down

0 comments on commit 2814951

Please sign in to comment.