Compare commits
2 Commits
d36d5e431e
...
4fbb06de71
Author | SHA1 | Date |
---|---|---|
|
4fbb06de71 | 2 days ago |
![]() |
ecf40dae89 | 2 days ago |
4 changed files with 37 additions and 0 deletions
@ -0,0 +1,30 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html lang="en"> |
||||
|
|
||||
|
<head> |
||||
|
<meta charset="UTF-8"> |
||||
|
<meta name="referrer" content="no-referrer"> |
||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
|
<title>详情</title> |
||||
|
{literal} |
||||
|
<style> |
||||
|
html, body { |
||||
|
margin: 0; |
||||
|
padding: 0; |
||||
|
height: 100%; |
||||
|
overflow: hidden; |
||||
|
} |
||||
|
iframe { |
||||
|
border: none; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
} |
||||
|
</style> |
||||
|
{/literal} |
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
<iframe src="https://m.weibo.cn/detail/{$wid}" frameborder="0"></iframe> |
||||
|
</body> |
||||
|
|
||||
|
</html> |
Loading…
Reference in new issue