Skip to content

Commit

Permalink
chore(release): 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
techmovie committed Sep 23, 2023
1 parent ab94f87 commit 5053a63
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 23 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.7.5](/~https://github.com/techmovie/DouBan-Info-for-PT/compare/1.7.4...1.7.5) (2023-09-23)


### Bug Fixes

* fix body style ([138e915](/~https://github.com/techmovie/DouBan-Info-for-PT/commit/138e91500d6d677e39bfec95f95783466ad05467))



## [1.7.4](/~https://github.com/techmovie/DouBan-Info-for-PT/compare/1.7.3...1.7.4) (2023-08-30)


Expand Down Expand Up @@ -255,14 +264,14 @@

### Bug Fixes

* add hdt fl match ([79b877e](/~https://github.com/techmovie/DouBan-Info-for-PT/commit/79b877e73633c7811949914f28695cec81a6cb92))
* 修改UHD BHD的插入节点 ([3a73903](/~https://github.com/techmovie/DouBan-Info-for-PT/commit/3a73903df5d326e20c7dc943b364bde1249d7b01))
* add hdt fl match ([79b877e](/~https://github.com/techmovie/DouBan-Info-for-PT/commit/79b877e73633c7811949914f28695cec81a6cb92))


### Features

* 增加poster配置 ([cd706a9](/~https://github.com/techmovie/DouBan-Info-for-PT/commit/cd706a9a0f87db8c79bddd2a5c25572c2530a8ce))
* 插入节点改为从iframe替换为div ([67a5fcd](/~https://github.com/techmovie/DouBan-Info-for-PT/commit/67a5fcdd64680db9dc921e96d3a51d378bdda6ef))
* 增加poster配置 ([cd706a9](/~https://github.com/techmovie/DouBan-Info-for-PT/commit/cd706a9a0f87db8c79bddd2a5c25572c2530a8ce))
* **newsite:** 支持ACM KG PHD ([70d7a51](/~https://github.com/techmovie/DouBan-Info-for-PT/commit/70d7a51647d5219ca4ff46083f7d1723695b80c8))
* 支持PTP HDB BLU HDT BHD FL ([1bd1bc8](/~https://github.com/techmovie/DouBan-Info-for-PT/commit/1bd1bc861f6de6fb08eaa42daa5b3d339b2496a6))

Expand Down
29 changes: 8 additions & 21 deletions dist/douban-info-for-pt.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name douban-info-for-pt
// @namespace /~https://github.com/techmovie/DouBan-Info-for-PT
// @version 1.7.4
// @version 1.7.5
// @description 在PT站电影详情页展示部分中文信息
// @author birdplane
// @require https://cdn.staticfile.org/jquery/1.7.1/jquery.min.js
Expand Down Expand Up @@ -1102,34 +1102,18 @@ img.rating:nth-child(1) {
background-size: contain
}
html,body,h1,h2 {
padding: 0;
margin: 0
}
body {
font: 12px Helvetica,Arial,sans-serif
}
body h1 {
line-height: normal
}
body h2 {
line-height: normal
}
body #douban-wrapper {
width: 770px;
height: 345px;
margin: 0
margin: 0;
font: 12px Helvetica,Arial,sans-serif
}
.ll {
#douban-wrapper .ll {
float: left
}
.col-container .fix-col {
#douban-wrapper .col-container .fix-col {
float: left
}
Expand Down Expand Up @@ -1450,6 +1434,9 @@ body #douban-wrapper {
background-image: none;
background-color: transparent;
text-shadow: none;
padding: 0;
margin: 0
line-height: normal;
}
#douban-wrapper .grid-col5 {
font-size: 14px;
Expand Down

0 comments on commit 5053a63

Please sign in to comment.