Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
杨宏庆 committed Sep 21, 2024
0 parents commit 05b35e6
Show file tree
Hide file tree
Showing 10 changed files with 14,345 additions and 0 deletions.
Binary file added 0b0f627cd319aae930da4e38e0e69046.ttf
Binary file not shown.
Binary file added 313f7dacf2076822059d2dca26dedfc6.woff
Binary file not shown.
Binary file added 4520188144a17fb24a6af28a70dae0ce.ttf
Binary file not shown.
Binary file added 5fbbe668918ddb8512f709b7bb94b7d5.woff2
Binary file not shown.
Binary file added 6941f873f9bd890759b362577708fe7b.woff
Binary file not shown.
6,135 changes: 6,135 additions & 0 deletions async_chunks.fe3b288a.js

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>tm-design</title>
<meta
name="description"
content=""
/>
<link
rel="icon"
type="image/png"
href="https://dev.tanmarket.cn/site/logo.png"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"
/>
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link
href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css"
rel="stylesheet"
/>

<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement('script');
hm.src =
'https://hm.baidu.com/hm.js?f59e812c45db896c796d182c59148734';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
</script>

</head>
<body ontouchstart>
<div id="app"></div>
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
<script src="./async_chunks.fe3b288a.js"></script><script src="./site-desktop.50c5a5a9.js"></script></body>
</html>
41 changes: 41 additions & 0 deletions mobile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>tm-design</title>
<meta
name="description"
content=""
/>
<link
rel="icon"
type="image/png"
href="https://dev.tanmarket.cn/site/logo.png"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"
/>
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />

<script>
// avoid to load analytics in iframe
if (window.top === window) {
var _hmt = _hmt || [];
(function() {
var hm = document.createElement('script');
hm.src =
'https://hm.baidu.com/hm.js?f59e812c45db896c796d182c59148734';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
}
</script>

</head>
<body ontouchstart>
<div id="app"></div>
<script src="./async_chunks.fe3b288a.js"></script><script src="./site-mobile.50c5a5a9.js"></script></body>
</html>
7,274 changes: 7,274 additions & 0 deletions site-desktop.50c5a5a9.js

Large diffs are not rendered by default.

852 changes: 852 additions & 0 deletions site-mobile.50c5a5a9.js

Large diffs are not rendered by default.

0 comments on commit 05b35e6

Please sign in to comment.