File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 Categories : /categories/ || fas fa-folder-open
2424 Tags : /tags/ || fas fa-tags
2525 Charts : /charts/ || fas fa-chart-bar
26+ Games : /games/ || fas fa-gamepad
2627 # ...其他你不需要的可以在前面加 # 注释掉
2728
2829# --------------------------------------
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
44// https://vite.dev/config/
55export default defineConfig ( {
66 plugins : [ react ( ) ] ,
7- base : '/reverse-app/' ,
7+ base : '/games/ reverse-app/' ,
88} )
Original file line number Diff line number Diff line change 1+ ---
2+ title : 期货实验室 (Games)
3+ date : 2026-04-06 10:00:00
4+ aside : false
5+ ---
6+
7+ 欢迎来到期货实验室!这里收集了一些互动的期货交易小游戏,帮助你在娱乐中理解市场逻辑。
8+
9+ <div class =" flink " >
10+ <div class =" flink-list " >
11+ <div class="flink-list-item">
12+ <a href="/games/reverse-app/" title="期货反转交易挑战" target="_blank">
13+ <div class="flink-item-icon">
14+ <img src="/img/avatar.png" onerror='this.onerror=null;this.src="/img/friend_404.gif"' alt="期货反转交易挑战">
15+ </div>
16+ <div class="flink-item-name">期货反转交易挑战</div>
17+ <div class="flink-item-desc">测试你的反向思维,在极端行情中寻找转机。</div>
18+ </a>
19+ </div>
20+ <!-- 可以在此处添加更多游戏卡片 -->
21+ </div >
22+ </div >
23+
24+ <style >
25+ .flink-list-item {
26+ width : calc (33.333% - 15px ) !important ;
27+ }
28+ @media screen and (max-width : 768px ) {
29+ .flink-list-item {
30+ width : calc (50% - 15px ) !important ;
31+ }
32+ }
33+ @media screen and (max-width : 500px ) {
34+ .flink-list-item {
35+ width : 100% !important ;
36+ }
37+ }
38+ </style >
You can’t perform that action at this time.
0 commit comments