From 359db43bc42f6bff5c76f4c9506f189d275c64ce Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Tue, 9 Jun 2026 19:03:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=82=A1=E7=A5=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=92=8C=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/img/home/home41-1.png | Bin 0 -> 751 bytes assets/img/home/home41.png | Bin 0 -> 567 bytes i18n/lang/de.json | 35 +++ i18n/lang/en.json | 39 ++- i18n/lang/fra.json | 35 +++ i18n/lang/he.json | 35 +++ i18n/lang/it.json | 35 +++ i18n/lang/jp.json | 68 +++++ i18n/lang/kor.json | 35 +++ i18n/lang/pt.json | 35 +++ i18n/lang/spa.json | 35 +++ i18n/lang/tr.json | 35 +++ i18n/lang/zh-TW.json | 39 ++- pages.json | 6 + pages/base/home.vue | 20 +- pages/ellasAlpha/history.vue | 22 ++ pages/ellasAlpha/index.vue | 517 +++++++++++++++++++++++++++++++++++ 17 files changed, 986 insertions(+), 5 deletions(-) create mode 100644 assets/img/home/home41-1.png create mode 100644 assets/img/home/home41.png create mode 100644 pages/ellasAlpha/history.vue create mode 100644 pages/ellasAlpha/index.vue diff --git a/assets/img/home/home41-1.png b/assets/img/home/home41-1.png new file mode 100644 index 0000000000000000000000000000000000000000..62f7149c8869b49a1208c59df8755f0eb04c691e GIT binary patch literal 751 zcmVunQ35Xb+!*ujdi*^kHu>C!={Afba$K}-iw z0qy|1f+Q7$4lor!2b=^!d|VL{9EZ#@gI{v+J++&MbU*2|_n5u=-#%t$7pSPH@Pa}K z9+{`R4lYW1UPpaoZ5+cRg@ravciWNslx3&1dVXe4KEo3l1yNAOr(IrZD9A7SZPYMN zwrZ$F*Pjv5E*EbRfWktBvHcNq5nsR0!y@8gfe;k#`rG2(2+h^?GSj)(&a!iao#naP zlcA7iui>nNwleOKL8^Nae@TuG;1D4!vDW%kn&3pCEz{Y%A{^reVX-fg#3l;eeBAjm zZ%OuvLw?DKqmhMY*roNj*q>d-=Rd!1<*qDUzS-_LIhyUx0Rq!(cL$5_P3OaZtey4h zY8h3O)<+19#v;@vMYOd-=>d5Se?F)jzHdqkH6}7V3Eqht%d!<4v6VU~Nok>%blGQj z^_qQcs#g$k;*Z7lf-ZU}$s&X{Tit!9U0=>Q6lVT8e|T<_YCFc*=vjN@$x(^iG5c`K z4&H*);Oz9|XhkT$tG5i5VN$hxa056PQJ_Q)9 hlRkI-Dk>^6_zO2<;J_`b(VPGP002ovPDHLkV1jrEP7eS8 literal 0 HcmV?d00001 diff --git a/assets/img/home/home41.png b/assets/img/home/home41.png new file mode 100644 index 0000000000000000000000000000000000000000..4715e2760a8303dcc55c4b7610a693700c2c08d4 GIT binary patch literal 567 zcmV-70?7S|P))p;xTc^TS&nk4T$7Ql^>smE zun_-Jl}mo%1D>Hdw#Iyod!cRDn^ol#{yCy~?h1*}Ne~jgYpjJ*(8pvOvQ*%kYG1b@ zMGwsSa+|SJe|w%48_#;Noo{A1uT@zgIDc-?Ph1=O{3O22m)7yanl3lZTA!i&crg|+ zt}m29r$9c8^_X`# z(WGa3@n@7_wTC6vLRkO}??T@LZX{GD*GPm;qCsgBYPMY~_{W^1F-u50{5{z>{J{{ $t("homeNewText.hh4") }} + + + + + + + Ellas Alpha + + @@ -2427,17 +2436,22 @@ /* 2. 快捷操作金刚区 */ .action-grid { display: flex; + flex-wrap: wrap; justify-content: space-between; margin-bottom: 50rpx; margin-left: 50rpx; margin-right: 50rpx; } .action-item { + width: 90px; display: flex; - flex-direction: column; - align-items: center; + // flex-direction: column; flex-wrap: wrap; - gap: 8px; + align-items: center; + justify-content: center; + margin-bottom: 10px; + text-align: center; + // gap: 8px; } .icon-box { width: 104rpx; diff --git a/pages/ellasAlpha/history.vue b/pages/ellasAlpha/history.vue new file mode 100644 index 0000000..85fa044 --- /dev/null +++ b/pages/ellasAlpha/history.vue @@ -0,0 +1,22 @@ + + + + + diff --git a/pages/ellasAlpha/index.vue b/pages/ellasAlpha/index.vue new file mode 100644 index 0000000..6f945bb --- /dev/null +++ b/pages/ellasAlpha/index.vue @@ -0,0 +1,517 @@ + + + + + \ No newline at end of file