Skip to content

Commit

Permalink
new: 11.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo2011 committed Jul 25, 2022
1 parent 6cc09de commit 293d8a4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bilibili-api-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bilibili-api-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bilibili-api-ts",
"version": "11.6.1",
"version": "11.7.0",
"description": "Python bilibili-api 的 Typescript 克隆,适用于 JS/TS",
"types": "*.d.ts",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions bilibili-api-ts/video.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ export declare class Video {
/**
* 获取高能进度条
*
* param page_index(number) 分 P 序号(可选)
*
* param cid(number) 分 P 编号(可选)
*
* @returns {Object} 调用 API 返回的结果
*/
get_pbp({ page_index, cid }: {
Expand Down
4 changes: 4 additions & 0 deletions bilibili-api-ts/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,10 @@ var Video = /** @class */ (function () {
/**
* 获取高能进度条
*
* param page_index(number) 分 P 序号(可选)
*
* param cid(number) 分 P 编号(可选)
*
* @returns {Object} 调用 API 返回的结果
*/
Video.prototype.get_pbp = function (_a) {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='bilibili-api-python',
version='11.6.1',
version='11.7.0',
license='GPLv3+',
author='MoyuScript, Nemo2011',
description='原 bilibili-api。哔哩哔哩的各种 API 调用便捷整合(视频、动态、直播等),另外附加一些常用的功能。',
Expand Down

0 comments on commit 293d8a4

Please sign in to comment.