mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0562203c2 | ||
|
|
995582f7c6 | ||
|
|
e347ec2367 | ||
|
|
ffcd4dbf40 | ||
|
|
6ee1673d83 | ||
|
|
7b0db6fe16 |
@@ -1,6 +1,7 @@
|
||||
# Hellohao图像托管程序 - 也许这会是最优秀的图床程序
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||

|
||||

|
||||
@@ -23,11 +24,12 @@
|
||||
Core版:`本地`,`阿里OSS`,`又拍USS`,`七牛KODO`,`腾讯COS`,`网易NOS`,`U-File`,`FTP`,`Backblaze(B2)`,`百度云BOS`,`青云Qingstor`,`Ucloud US3`,`Minio`,`AWS S3`
|
||||
|
||||
|
||||
### 更新日志 `20211229`
|
||||
### 更新日志 `20220127`
|
||||
|
||||
- [x] 优化上传图片的响应头和返回值判断逻辑
|
||||
- [x] 后台菜单添加返回首页项
|
||||
- [x] 优化了页面组件显示问题
|
||||
- **修复** 添加分发群组时候数据不完善的问题
|
||||
- **修复** 首页咨询弹窗”三天不提示“勾选不生效的问题
|
||||
- 去除页面上关于图像压缩的无用展示(开源版无此功能)
|
||||
- 优化了部分代码显示
|
||||
|
||||
### 引导
|
||||
|
||||
@@ -39,21 +41,21 @@ Core版:`本地`,`阿里OSS`,`又拍USS`,`七牛KODO`,`腾讯COS`,`网易NOS`,
|
||||
|
||||
开源版编译包下载: [下载开源版程序包](https://github.com/Hello-hao/Tbed/releases/)
|
||||
|
||||
官网(含Core版):[http://Tbed.wwery.com](http://Tbed.wwery.com)
|
||||
官网(含Core版):[https://tbed.hellohao.cn](https://tbed.hellohao.cn)
|
||||
|
||||
前端源码:[https://github.com/Hello-hao/tbed-web](https://github.com/Hello-hao/tbed-web)
|
||||
|
||||
文档地址:[http://doc.hellohao.cn](http://doc.hellohao.cn)
|
||||
文档地址:[https://doc.hellohao.cn](https://doc.hellohao.cn)
|
||||
|
||||
程序展示:[http://tc.hellohao.cn](http://tc.hellohao.cn)
|
||||
程序展示:[https://tc.hellohao.cn](https://tc.hellohao.cn)
|
||||
|
||||
作者博客:[http://www.hellohao.cn](http://www.hellohao.cn)
|
||||
作者博客:[https://www.hellohao.cn](https://www.hellohao.cn)
|
||||
|
||||
--- **备用地址** ---
|
||||
|
||||
文档地址(备用):[http://doc.wwery.com](http://doc.wwery.cn)
|
||||
官网(含Core版)(备用):[http://tbed.wwery.com](http://tbed.wwery.com)
|
||||
|
||||
官网(含Core版)(备用):[http://Tbed.wwery.com](http://Tbed.wwery.com)
|
||||
文档地址(备用):[http://doc.wwery.com](http://doc.wwery.com)
|
||||
|
||||
程序展示(备用):[http://tc.wwery.com](http://tc.wwery.com)
|
||||
|
||||
@@ -100,15 +102,21 @@ Core版:`本地`,`阿里OSS`,`又拍USS`,`七牛KODO`,`腾讯COS`,`网易NOS`,
|
||||
|
||||
### 系统预览
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
[^_^]: 
|
||||
[^_^]: 
|
||||
[^_^]: 
|
||||
[^_^]: 
|
||||
[^_^]: 
|
||||
|
||||
|
||||
### 运行环境
|
||||
@@ -151,9 +159,11 @@ Core版:`本地`,`阿里OSS`,`又拍USS`,`七牛KODO`,`腾讯COS`,`网易NOS`,
|
||||
初始邮箱:`admin`
|
||||
初始密码`admin`
|
||||
|
||||
### PC客户端
|
||||
### 微信小程序
|
||||
> 目前开发中,开发进度的快慢要根据作者的工作压力、心情状况等自身情况进行评估。
|
||||
> 暂时无法给出具体发布小程序的时间。大家期待吧。
|
||||
|
||||
作者精力不够,工作繁忙,暂停更新
|
||||

|
||||
|
||||
### 声明
|
||||
|
||||
@@ -172,5 +182,5 @@ Hellohao博客: [http://www.hellohao.cn/](http://www.hellohao.cn/)
|
||||
|
||||
**如果你也支持Hellohao图床,可以请我喝杯咖啡。我会持续更新Hellohao图床**
|
||||
|
||||
**捐赠地址:** [**http://tbed.hellohao.cn/pay**](http://tbed.hellohao.cn/pay)
|
||||
**捐赠地址:** [**https://tbed.hellohao.cn/pay**](https://tbed.hellohao.cn/pay)
|
||||
|
||||
|
||||
@@ -44,3 +44,4 @@ spring.datasource.druid.stat-view-servlet.login-username=hellohao@dealer
|
||||
spring.datasource.druid.stat-view-servlet.login-password=52BNmXPJL0rQQ3CU
|
||||
spring.datasource.druid.stat-view-servlet.allow=127.0.0.1
|
||||
spring.datasource.druid.web-stat-filter.exclusions=false
|
||||
log4j2.formatMsgNoLookups=True
|
||||
@@ -10,7 +10,6 @@
|
||||
<!-- `group`-->
|
||||
<!-- </select>-->
|
||||
|
||||
|
||||
<select id="grouplist" resultType="cn.hellohao.pojo.Group" parameterType="integer">
|
||||
SELECT
|
||||
g.id,g.groupname,g.keyid,g.usertype,g.compress,k.storageType,k.keyname
|
||||
@@ -33,7 +32,7 @@
|
||||
</select>
|
||||
|
||||
<insert id="addgroup" parameterType="cn.hellohao.pojo.Group">
|
||||
insert into `group` (id,groupname,keyid) values (null,#{groupname},#{keyid})
|
||||
insert into `group` (id,groupname,keyid,usertype,compress) values (null,#{groupname},#{keyid},#{usertype},#{compress})
|
||||
</insert>
|
||||
|
||||
<select id="GetCountFroUserType" parameterType="integer" resultType="integer">
|
||||
@@ -49,7 +48,7 @@
|
||||
</delete>
|
||||
|
||||
<update id="setgroup" parameterType="cn.hellohao.pojo.Group">
|
||||
UPDATE `group` SET groupname=#{groupname},keyid=#{keyid} where id = #{id};
|
||||
UPDATE `group` SET groupname=#{groupname},keyid=#{keyid},usertype=#{usertype},compress=#{compress} where id = #{id};
|
||||
</update>
|
||||
|
||||
<select id="getGroupFroUserType" parameterType="integer" resultType="cn.hellohao.pojo.Group">
|
||||
|
||||
Reference in New Issue
Block a user