Skip to content

Commit

Permalink
Merge pull request #401 from SK-415/dev
Browse files Browse the repository at this point in the history
草了,怎么会这样
  • Loading branch information
djkcyl authored Jun 29, 2023
2 parents be68521 + dff008c commit 51dc6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion haruka_bot/utils/mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @LastEditTime: 2023-01-13 01:35:34
* @Description: 用于初始化手机动态页面的样式以及图片大小
*/
async function getMobileStyle(expandImage = false) {
async function getMobileStyle(useImageBig = false) {
// 删除 dom 的对象, 可以自行添加 ( className 需要增加 '.' 为前缀, id 需要增加 '#' 为前缀)
const deleteDoms = {
// 关注 dom
Expand Down
2 changes: 1 addition & 1 deletion haruka_bot/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from packaging.version import Version

__version__ = "1.6.0post3"
__version__ = "1.6.0post4"
VERSION = Version(__version__)

0 comments on commit 51dc6c3

Please sign in to comment.