diff --git a/index.html b/index.html index f1a8a47..6509573 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - 蜂快到家,快速取快递到家 + 蜂快到家,一键下单,立刻送达
diff --git a/src/App.vue b/src/App.vue index e55fea6..e473948 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/src/components/Hero.vue b/src/components/Hero.vue index 2026684..ad10745 100644 --- a/src/components/Hero.vue +++ b/src/components/Hero.vue @@ -2,20 +2,20 @@

- 蜂快到家
+ Beefast
delivery at
your doorstep

- 您的快递,我帮你取,一键下单,立刻送达! + 您的快递,一键下单,立刻送达!

-
+
小程序二维码
-

扫码使用小程序

+

扫码使用小程序

快速下单,方便快捷

diff --git a/tailwind.config.js b/tailwind.config.js index a54dd2f..37a1475 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,7 +4,11 @@ module.exports = { "./src/**/*.{vue,js,ts,jsx,tsx}", ], theme: { - extend: {}, + extend: { + colors: { + primary: '#FEC400', + } + }, }, plugins: [], } \ No newline at end of file