Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jjwwcc authored Nov 12, 2024
1 parent ba9c5e6 commit 3f814b9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tsla1min/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@
</head>
<body>
<div id="tradingview_widget"></div>
<button id="login" style="position: fixed; top: 10px; right: 10px; z-index: 1000;">登录 TradingView</button>
<script>
document.getElementById('login').addEventListener('click', function() {
// 打开 TradingView 登录窗口
window.open('https://www.tradingview.com/accounts/signin/', 'tvlogin',
'width=600,height=600,left=200,top=200');
});
</script>
<script>
new TradingView.widget({
"width": "100%",
Expand Down

0 comments on commit 3f814b9

Please sign in to comment.