From ec6a9eba33e17342f1a7812f8e76a4a6b46a8f54 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Sat, 1 Feb 2025 02:00:09 +0800 Subject: [PATCH] update, --- .gitattributes | 31 +++++++++++++++++++++++++++++++ .gitignore | 1 + 2023-10-11_10-08.png | 3 +++ 2023-10-11_10-24.png | 3 +++ gitUpdate.bat | 7 +++++++ gitUpdate.sh | 16 ++++++++++++++++ notes.md | 36 ++++++++++++++++++++++++++++++++++++ 7 files changed, 97 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 2023-10-11_10-08.png create mode 100644 2023-10-11_10-24.png create mode 100644 gitUpdate.bat create mode 100755 gitUpdate.sh create mode 100644 notes.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d54c38a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,31 @@ +*.mp4 filter=lfs diff=lfs merge=lfs +*.zip filter=lfs diff=lfs merge=lfs +*.7z filter=lfs diff=lfs merge=lfs +*.tar.gz filter=lfs diff=lfs merge=lfs +*.jpg filter=lfs diff=lfs merge=lfs +*.png filter=lfs diff=lfs merge=lfs +*.avif filter=lfs diff=lfs merge=lfs +*.webm filter=lfs diff=lfs merge=lfs +*.mkv filter=lfs diff=lfs merge=lfs + +# Documents +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain + +*.gif filter=lfs diff=lfs merge=lfs +*.GIF filter=lfs diff=lfs merge=lfs +*.bmp filter=lfs diff=lfs merge=lfs +*.BMP filter=lfs diff=lfs merge=lfs +*.tiff filter=lfs diff=lfs merge=lfs +*.TIFF filter=lfs diff=lfs merge=lfs +*.wav filter=lfs diff=lfs merge=lfs +*.WAV filter=lfs diff=lfs merge=lfs +*.log filter=lfs diff=lfs merge=lfs diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..67a5a14 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/~*.* \ No newline at end of file diff --git a/2023-10-11_10-08.png b/2023-10-11_10-08.png new file mode 100644 index 0000000..9080476 --- /dev/null +++ b/2023-10-11_10-08.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f6c5ffd1769fe8d425ade31cdcbb4a7503b166f749ba8dc94ab9cf5ea95127 +size 59331 diff --git a/2023-10-11_10-24.png b/2023-10-11_10-24.png new file mode 100644 index 0000000..c95cdc8 --- /dev/null +++ b/2023-10-11_10-24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6fa25116c73970623c40e75217b375b5fc82f47a70f8f47d458d2bc25bde4e +size 199322 diff --git a/gitUpdate.bat b/gitUpdate.bat new file mode 100644 index 0000000..a12c871 --- /dev/null +++ b/gitUpdate.bat @@ -0,0 +1,7 @@ +git status . + +@pause + +git add . +git commit -m"update averyleung," +start git push \ No newline at end of file diff --git a/gitUpdate.sh b/gitUpdate.sh new file mode 100755 index 0000000..c96734f --- /dev/null +++ b/gitUpdate.sh @@ -0,0 +1,16 @@ +#!/usr/bin/env bash + +set -ex + +git config --global http.version HTTP/1.1 +git config --global lfs.allowincompletepush true +git config --global lfs.locksverify true +git config --global http.postBuffer 5368709120 + +git add . + +git commit -m 'update,' + +git push + +echo "done" diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..9fbf1cc --- /dev/null +++ b/notes.md @@ -0,0 +1,36 @@ +Q: +1. 加簡中版本 +2. Logo置中 選擇放左logo下面一至排開 +3. 搜尋酒品後的字體顯示 +4. 酒莊背景的版排改至一眼睇晒 + + +A: +1. 加簡中版本 + + - 圖書館 + - 簡體中文未有頁 + - 展览-活动 + - 簡體中文為吉頁 + - https://www.goyahk.com/展览-活动/?lang=zh-hans + - 相集 + - 簡體中文為吉頁 + - https://www.goyahk.com/相集/?lang=zh-hans + - 巴罗洛葡萄酒 + - 格式未對齊繁中 / 英文 + - https://www.goyahk.com/巴罗洛葡萄酒/?lang=zh-hans + - 酒庄背景 + - 內容格式未對齊繁中 + - 右上菜單未對齊繁中 + - https://www.goyahk.com/about-wineries/?lang=zh-hans + - 酒莊背景 + - 內容未有 (13個酒莊) + - 右上 menu 未對齊 + - footer 未對齊 + + +2. 想問一下 logo 係指 1 定 2 ? 定其他地方嘅 logo ? + ![](./2023-10-11_10-08.png) + +3. 你係咪指 1 同 2 之間嘅分別? + ![](./2023-10-11_10-24.png)