添加tradingview advanced chart lib和实现chan_tv网页

This commit is contained in:
jackyu66git
2026-05-14 14:16:06 +08:00
parent ca2cf86138
commit 050ebeb849
1942 changed files with 43262 additions and 3 deletions
+19
View File
@@ -0,0 +1,19 @@
<!--
Used as the source of the library's iframe when the iframe_loading_same_origin feature is enabled.
See CL-2137.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sameorigin.html</title>
<script>
window.addEventListener('load', () => {
window.dispatchEvent(new Event('sameOriginLoad'));
});
</script>
</head>
<body>
</body>
</html>