From 4f5cd873b22e7d5a5dc0f4974b304dbcdb716afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=A2=85=E6=A0=AA?= <1914144891@qq.com> Date: Sat, 8 Apr 2023 03:17:23 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=E6=9E=97=E6=A2=85=E6=A0=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林梅株 <1914144891@qq.com> --- work1.html | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 work1.html diff --git a/work1.html b/work1.html new file mode 100644 index 0000000..d4ec0a5 --- /dev/null +++ b/work1.html @@ -0,0 +1,79 @@ + + + + + + + + 田径商城 + + + + +
+

田径商城

+ +
+ + +
+ +

名称:{{sz.name}}

+

价格:{{sz.price}}

+
+
+
+ + + \ No newline at end of file -- Gitee From 83ff9b6cc513b792a7fe761893a3c221fcc13703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=A2=85=E6=A0=AA?= <1914144891@qq.com> Date: Sat, 8 Apr 2023 03:25:55 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=E6=9E=97=E6=A2=85?= =?UTF-8?q?=E6=A0=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\346\236\227\346\242\205\346\240\252/.keep" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "\346\236\227\346\242\205\346\240\252/.keep" diff --git "a/\346\236\227\346\242\205\346\240\252/.keep" "b/\346\236\227\346\242\205\346\240\252/.keep" new file mode 100644 index 0000000..e69de29 -- Gitee From 1b5a6d679d56a0266c7c363b84e80b4a2b5e94ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=A2=85=E6=A0=AA?= <1914144891@qq.com> Date: Sat, 8 Apr 2023 03:26:44 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=E6=9E=97=E6=A2=85=E6=A0=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林梅株 <1914144891@qq.com> --- .../work1.html" | 79 +++++++++++++++ .../work2.html" | 96 +++++++++++++++++++ 2 files changed, 175 insertions(+) create mode 100644 "\346\236\227\346\242\205\346\240\252/work1.html" create mode 100644 "\346\236\227\346\242\205\346\240\252/work2.html" diff --git "a/\346\236\227\346\242\205\346\240\252/work1.html" "b/\346\236\227\346\242\205\346\240\252/work1.html" new file mode 100644 index 0000000..d4ec0a5 --- /dev/null +++ "b/\346\236\227\346\242\205\346\240\252/work1.html" @@ -0,0 +1,79 @@ + + + + + + + + 田径商城 + + + + +
+

田径商城

+ +
+ + +
+ +

名称:{{sz.name}}

+

价格:{{sz.price}}

+
+
+
+ + + \ No newline at end of file diff --git "a/\346\236\227\346\242\205\346\240\252/work2.html" "b/\346\236\227\346\242\205\346\240\252/work2.html" new file mode 100644 index 0000000..fa0bc34 --- /dev/null +++ "b/\346\236\227\346\242\205\346\240\252/work2.html" @@ -0,0 +1,96 @@ + + + + + + + + 田径商城 + + + + + +
+

田径商城

+ +
+ + +
+ +
+ +

名称:{{sz.name}}

+

颜色:{{sz.color}}

+ +

价格:{{sz.price}}

+

库存:{{100-sz.kc}}

+
+ +
+

{{sz.name}} {{sz.color}} 已售罄

+
+
+
+
+ + + \ No newline at end of file -- Gitee From 3b4793fc3a604b44f7d621cd6c43282326150d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=A2=85=E6=A0=AA?= <1914144891@qq.com> Date: Sat, 8 Apr 2023 03:27:40 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20work?= =?UTF-8?q?1.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- work1.html | 79 ------------------------------------------------------ 1 file changed, 79 deletions(-) delete mode 100644 work1.html diff --git a/work1.html b/work1.html deleted file mode 100644 index d4ec0a5..0000000 --- a/work1.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - 田径商城 - - - - -
-

田径商城

- -
- - -
- -

名称:{{sz.name}}

-

价格:{{sz.price}}

-
-
-
- - - \ No newline at end of file -- Gitee