Skip to content

Commit 1d38f1d

Browse files
committed
docs: 更新README.md中的iframe属性格式
将iframe的style属性替换为height和width属性,提高代码可读性
1 parent 929e48e commit 1d38f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ brew install android-platform-tools
3434

3535
使用scrcpy录制手机屏幕
3636

37-
<iframe src="https://player.bilibili.com/player.html?isOutside=true&aid=114522887034628&bvid=BV1qzJwzAEPL&cid=30007626158&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="height: 600px; width: 100%;"></iframe>
37+
<iframe src="https://player.bilibili.com/player.html?isOutside=true&aid=114522887034628&bvid=BV1qzJwzAEPL&cid=30007626158&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" height="600" width="100%"></iframe>
3838

3939
<details>
4040
<summary>点击展开详细说明</summary>

0 commit comments

Comments
 (0)