Skip to content

Commit

Permalink
fix: 打包失败
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-cn committed May 17, 2023
1 parent 1ddcad2 commit e668309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
29 changes: 0 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,5 @@
# Changelog

## [0.3.0](https://github.com/lc-cn/onebots/compare/v0.2.7...v0.3.0) (2023-05-16)


### Features

* feat: ([022a271](https://github.com/lc-cn/onebots/commit/022a271940c8b0693099fa9b918c10ad120f8135))
* feat: ([c77d47e](https://github.com/lc-cn/onebots/commit/c77d47e3969325adf8d96b722a1f27514c6501e2))
* feat: ([7c7e4fb](https://github.com/lc-cn/onebots/commit/7c7e4fb6a439dfafb450e7f2b873908c918ee06d))


### Bug Fixes

* fix: ([fd361c0](https://github.com/lc-cn/onebots/commit/fd361c0f15ea797bda28a39a588ec82e34be24f7))
* fix: ([e3f3027](https://github.com/lc-cn/onebots/commit/e3f30272ba62b8fdff992d4638e2e000dbeee82b))
* fix: ([b89954e](https://github.com/lc-cn/onebots/commit/b89954e541660665f8b3eee8e1b21c5ef958511b))
* fix: ([5e33c6d](https://github.com/lc-cn/onebots/commit/5e33c6d4c35b41bce3d0de81d059bc437312babf))
* fix: ([f41b041](https://github.com/lc-cn/onebots/commit/f41b041a3c68fa7530a6469d0e73a90b857108ef))
* icqq改为peer dependency ([93fd41b](https://github.com/lc-cn/onebots/commit/93fd41b144237131dedecaefc28f246f4090bb62))
* make new docs ([52aecde](https://github.com/lc-cn/onebots/commit/52aecde8bc888fd14dd47697c013fdd2ed329a26))
* revert version ([d95e864](https://github.com/lc-cn/onebots/commit/d95e86484f260c38d59f4206da35ef11ff4464ec))
* update icqq version ([d935c43](https://github.com/lc-cn/onebots/commit/d935c43960a2bb161be94132592c0bdcffb76f01))
* v11引用消息处理错误 ([5db77c5](https://github.com/lc-cn/onebots/commit/5db77c530fc539af0bd791c1eb7d75e849dd18b0))
* 修复config.sample.yaml缺失问题 ([b6f720e](https://github.com/lc-cn/onebots/commit/b6f720e6c3dfd947d2b9d4e4d3630a0127c4f20d))
* 修复合并转发失败、修复音乐发送失败 ([9aa2dea](https://github.com/lc-cn/onebots/commit/9aa2dea188d31a439465a060a7a0a1e407b170be))
* 升级 ([7c4e6fd](https://github.com/lc-cn/onebots/commit/7c4e6fdb1abea11c85fddcae5b88cc4b2d9a744a))
* 打包失败 ([49b16b3](https://github.com/lc-cn/onebots/commit/49b16b3584eeabb447822be53d40d6a48fbbecaf))
* 登录流程优化,避免同时登录多个账号报错,共用配置增加登录超时配置(timeout),单位:秒 ([dad5585](https://github.com/lc-cn/onebots/commit/dad5585c6cc24e7b234b41c4472cc3852576b4ac))
* 监听错误 ([6f79f96](https://github.com/lc-cn/onebots/commit/6f79f9632369492cc56f3ba3de7db57c75beabd3))

## [0.2.6](https://github.com/lc-cn/onebots/compare/v0.2.5...v0.2.6) (2023-05-11)


Expand Down
3 changes: 2 additions & 1 deletion src/service/V12/action/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import {version} from "@/utils";
import {OneBotStatus} from "@/onebot";
import {getProperties,toLine} from '@/utils'
import {Action} from "./";
import {V11} from "@/service/V11";
import {createHash} from "crypto";
const sha=(data)=>createHash("sha1").update(data).digest()
export class CommonAction{
sendMessage(){}
/**
Expand Down

0 comments on commit e668309

Please sign in to comment.