Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Sep 10, 2024
1 parent 802ca45 commit 6be2116
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
</p>
</p>

用于管理存储图库,如果您合理的使用,可以当做图床、文件分享,不错吧!

## 特性

- 支持 Github / Gitee
- 无需部署,2 步开始
- 开箱即用,用完即走
- 无需部署,开箱即用,用完即走
- 支持拖拽、粘贴上传
- 多个 CDN 加速
- 可以当做文件分享
Expand Down Expand Up @@ -56,5 +54,3 @@ $ npm run build
```

如果您是部署到自己服务器上,你可能需要 [Github OAuth2](https://github.com/xjh22222228/github-oauth2)

但作者不建议您自己部署, 开箱即用,用完即走。
11 changes: 0 additions & 11 deletions src/components/Action.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<el-dropdown-item>
<a href="https://issue-helper.vercel.app/?repo=xjh22222228/boomb" target="_blank" class="ch">{{ t('report') }}</a>
</el-dropdown-item>
<el-dropdown-item @click="handleAbout">{{ t('about') }}</el-dropdown-item>
</el-dropdown-menu>
</template>
</el-dropdown>
Expand All @@ -34,16 +33,6 @@ const baseUrl = import.meta.env.BASE_URL
const store = useStore()
const isLogin = computed(() => store.state.isLogin)
const handleAbout = function() {
ElMessageBox.confirm('', {
title: t('what'),
dangerouslyUseHTMLString: true,
message: t('description'),
cancelButtonText: t('cancel'),
confirmButtonText: t('ok'),
}).catch(() => {})
}
const handleInfo = function() {
ElMessageBox.confirm('', {
cancelButtonText: t('cancel'),
Expand Down
10 changes: 0 additions & 10 deletions src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ export default createI18n({
editFile: "Edit This File",
copyed: "Copy successfully",
uploadQueue: "Upload queue",
description: `
<p class="mb10"><a href="https://github.com/xjh22222228/boomb" target="_blank">Boomb</a> is used to easily manage your Github storage gallery.</p>
<p class="mb10">If you use it reasonably, it can be used as a picture bed and file sharing. Isn't it good!</p>
<p class="mb10">Share in the spirit of open source, if it helps you, <a href="https://github.com/xjh22222228/boomb" target="_blank">Star</a> will support it!</p>
`,
},

"zh-CN": {
Expand Down Expand Up @@ -92,11 +87,6 @@ export default createI18n({
editFile: "编辑此文件",
copyed: "复制成功",
uploadQueue: "上传队列",
description: `
<p class="mb10"><a href="https://github.com/xjh22222228/boomb" target="_blank">Boomb</a> 用于轻松管理您的 Github 存储图库。</p>
<p class="mb10">如果您合理的使用,可以当做图床、文件分享,不错吧!</p>
<p class="mb10">以开源的精神分享,如果对您有帮助,<a href="https://github.com/xjh22222228/boomb" target="_blank">Star</a> 支持一下!</p>
`,
},
},
});

0 comments on commit 6be2116

Please sign in to comment.