From da158c84ffd7dc5d567910b784a049b4b38bf611 Mon Sep 17 00:00:00 2001 From: icefire <1028247921@qq.com> Date: Fri, 18 Oct 2024 22:49:26 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E8=8B=B1=E6=96=87=E6=8E=92=E7=89=88+?= =?UTF-8?q?=E6=89=93=E5=8C=85=E6=96=B9=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.mjs | 1 - out/404.html | 1 - .../Ed69oq3AL5GWmDlpBpxgP/_buildManifest.js | 1 - .../Ed69oq3AL5GWmDlpBpxgP/_ssgManifest.js | 1 - .../static/chunks/330-52277075b65c7d24.js | 2 - .../static/chunks/509-36bf167139dd39ae.js | 1 - .../app/[lang]/home/page-c9f0bc3d29eecfb6.js | 1 - .../app/_not-found/page-737aa1d9ace74c2b.js | 1 - .../chunks/app/layout-706646e3c811248c.js | 1 - .../chunks/c56bfed3-51d2adfa95a5f149.js | 1 - .../chunks/framework-6e06c675866dc992.js | 1 - .../static/chunks/main-15a1b2deb7ccc468.js | 1 - .../chunks/main-app-4f9373d734aab50e.js | 1 - .../chunks/pages/_app-d82aa3db5a62fcc3.js | 1 - .../chunks/pages/_error-2b1e5691dd2d9302.js | 1 - .../chunks/polyfills-42372ed130431b0a.js | 1 - .../static/chunks/webpack-45c4f5b90c99fa82.js | 1 - out/_next/static/css/151f4939367ac402.css | 3 - .../static/media/4473ecc91f70f139-s.p.woff | Bin 66268 -> 0 bytes .../static/media/463dafcda517f24f-s.p.woff | Bin 67864 -> 0 bytes out/common/arrow.png | Bin 316 -> 0 bytes out/common/earth.png | Bin 645 -> 0 bytes out/common/logo.png | Bin 4203 -> 0 bytes out/common/tab_checked.png | Bin 529 -> 0 bytes out/en/home.html | 2 - out/en/home.txt | 8 --- out/favicon.ico | Bin 11165 -> 0 bytes out/home/case_1.png | Bin 202767 -> 0 bytes out/home/case_2.png | Bin 163266 -> 0 bytes out/home/case_3.png | Bin 164190 -> 0 bytes out/home/img_3.png | Bin 347901 -> 0 bytes out/home/img_AB.png | Bin 87599 -> 0 bytes out/home/img_Omnichannel.png | Bin 119663 -> 0 bytes out/home/img_bg2.png | Bin 234440 -> 0 bytes out/home/img_header.png | Bin 434080 -> 0 bytes out/home/img_mutilan.png | Bin 64522 -> 0 bytes out/home/qrcode.png | Bin 39861 -> 0 bytes out/home/submit_icon.png | Bin 550 -> 0 bytes out/index.html | 2 - out/zh/home.txt | 8 --- .../home => [[...lang]]}/components/form.tsx | 0 src/app/{[lang]/home => [[...lang]]}/page.tsx | 60 ++++++++++-------- src/app/components/header.tsx | 25 +++++--- src/dictionaries/en.json | 29 +++++---- src/dictionaries/zh.json | 3 +- 45 files changed, 66 insertions(+), 92 deletions(-) delete mode 100644 out/404.html delete mode 100644 out/_next/static/Ed69oq3AL5GWmDlpBpxgP/_buildManifest.js delete mode 100644 out/_next/static/Ed69oq3AL5GWmDlpBpxgP/_ssgManifest.js delete mode 100644 out/_next/static/chunks/330-52277075b65c7d24.js delete mode 100644 out/_next/static/chunks/509-36bf167139dd39ae.js delete mode 100644 out/_next/static/chunks/app/[lang]/home/page-c9f0bc3d29eecfb6.js delete mode 100644 out/_next/static/chunks/app/_not-found/page-737aa1d9ace74c2b.js delete mode 100644 out/_next/static/chunks/app/layout-706646e3c811248c.js delete mode 100644 out/_next/static/chunks/c56bfed3-51d2adfa95a5f149.js delete mode 100644 out/_next/static/chunks/framework-6e06c675866dc992.js delete mode 100644 out/_next/static/chunks/main-15a1b2deb7ccc468.js delete mode 100644 out/_next/static/chunks/main-app-4f9373d734aab50e.js delete mode 100644 out/_next/static/chunks/pages/_app-d82aa3db5a62fcc3.js delete mode 100644 out/_next/static/chunks/pages/_error-2b1e5691dd2d9302.js delete mode 100644 out/_next/static/chunks/polyfills-42372ed130431b0a.js delete mode 100644 out/_next/static/chunks/webpack-45c4f5b90c99fa82.js delete mode 100644 out/_next/static/css/151f4939367ac402.css delete mode 100644 out/_next/static/media/4473ecc91f70f139-s.p.woff delete mode 100644 out/_next/static/media/463dafcda517f24f-s.p.woff delete mode 100644 out/common/arrow.png delete mode 100644 out/common/earth.png delete mode 100644 out/common/logo.png delete mode 100644 out/common/tab_checked.png delete mode 100644 out/en/home.html delete mode 100644 out/en/home.txt delete mode 100644 out/favicon.ico delete mode 100644 out/home/case_1.png delete mode 100644 out/home/case_2.png delete mode 100644 out/home/case_3.png delete mode 100644 out/home/img_3.png delete mode 100644 out/home/img_AB.png delete mode 100644 out/home/img_Omnichannel.png delete mode 100644 out/home/img_bg2.png delete mode 100644 out/home/img_header.png delete mode 100644 out/home/img_mutilan.png delete mode 100644 out/home/qrcode.png delete mode 100644 out/home/submit_icon.png delete mode 100644 out/index.html delete mode 100644 out/zh/home.txt rename src/app/{[lang]/home => [[...lang]]}/components/form.tsx (100%) rename src/app/{[lang]/home => [[...lang]]}/page.tsx (82%) diff --git a/next.config.mjs b/next.config.mjs index 65ed9fa..0a7c9af 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,5 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: 'export', }; export default nextConfig; diff --git a/out/404.html b/out/404.html deleted file mode 100644 index 41db050..0000000 --- a/out/404.html +++ /dev/null @@ -1 +0,0 @@ -
e||125 *#%7Fo)p?~SI=nfO28*T;G_pQZ!sD4_62;v~;%j#8D
z*q=JSpA|d$&6QQqBQe9VjC3?b&=nFv_-Z%Mm7gp!
zSI@=w{S$c{z45YBG@x~lPoG6l=DOXaZPZVlw2+33otl)CnYysT!Y~2K-zCtw?30-Z
z+j4f4G}f{>C*}kX%RUJeNc7CBpe@lm@?8X1D0HyuJA7fg9{pXg(i_i5pHz&enAz99
zWY3;MKvcgk8C$XtDv6Yv9nuV?irv9MVk&VuUm#O*IQgealiPX?FMl0-hGD?jlbT|;
zME&f##=f<={Z30HDUKa?&A?`}^JL%n$By!^_LLX#Hw!dL^x^o6ADIYq{oZ_wI$f
zBPDV!nu9vX(9U=M4q63-<+v6a=_auzKjbnp>~RgNBkd^lU158+SLy@%Fg|_0De54h
z^rK{5>e-9~goCutBe7pS^s-`ZU@;qFoc`@|Uwyz__~mA3V5aaYCZ<4e6g-K3SmT;h
z@it4I5vQD*>)Q*Fk+6`Eb4vzkclOo0&Bf~(wh1Wr-GBRg!}h;jXKPr10(}{2!1D1%
zZnFF}mr~=Vjw0b47Mu_oQ`l$EqB>V3
s9kV
z$Q-3kxGQq+N6qKq^axgH)t_hF!-n7lva+Iw5CB1Z-2D814juglNK5g0+ch`iw<~fn
zBWiwk;dB}#ap%1RpZax*IFkCNe69y@xvGr^2Afgy<;hRjPZ&4)J9UVSLbPd*Li8;&
zj#t5gx0#(>uO7y{KHFrUSnY5iQ0@N6dsnw_XV|c+=cU4sBcs8D_UkF3q_a)o2PEyF
zbx!;+GWe_i*JgQHGt(zo)>&;KdH-r4|K=fgzy_@zMbL|azNlnsLrvmF=z&Dr_F>=o
zOyF^3ZU?9&s$M>Umkl(GgqVraCNJfNUCn%G@b_nHt!Eto8>uzL_&DQ#UKq=`
zEOCp8rf~adZdQ?Loa}6dzb~63LkY2ne7g0#S%1Qt>FW9*{J};0(eM>Uzxxx+Jc=Sw
zNbr5M_&QPzoZ
c00Q~_-C_jie3UGaF
zF7FBlP>@V|{o%B^XZAV+>uOr0)LlGr`=^`Ix6(8T`ycn%zK@%6cAl<1P3K*ujBRi8
z!N)~r8u-{Ah=u5rVTP>-G0~EN*`uRe8YKQ5eSA+7
oaCH}>eW!#ZxUy0e%`^UCxa-|k4!r_%w;oQ
z(xIgY1P0$%akLD@E+c##$YY1f*wNGWH8&%@9QbmFDqb5!Be5>|&Z2kgepR|Vppm|@
zzP>&)Yp$Y&HsXxkLrOr#8z?XWw_+Mn;B2Je&&{XWp0c4X@L@d@eSk0^w-NMzrobJr
zDh0UGS^^=oLT;wP#%fzf`go1iEbo780mSluHlfSw#md;xacA>VDUr_4jYU??O$GNU
z^)Z1@Bv454(0gvCz|5HcHhoaZk