From 84fa57a8a8c5e05bdbf07485fac79383d0f8bbdd Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Sat, 1 Feb 2025 02:00:40 +0800 Subject: [PATCH] update, --- gitUpdate.bat | 7 +++++++ meta.md | 7 +++++++ package.json | 25 +++++++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 gitUpdate.bat create mode 100644 meta.md create mode 100644 package.json diff --git a/gitUpdate.bat b/gitUpdate.bat new file mode 100644 index 0000000..301048e --- /dev/null +++ b/gitUpdate.bat @@ -0,0 +1,7 @@ +git status . + +@pause + +git add . +git commit -m"update ckc95187538," +start git push \ No newline at end of file diff --git a/meta.md b/meta.md new file mode 100644 index 0000000..e51863d --- /dev/null +++ b/meta.md @@ -0,0 +1,7 @@ +--- +tags: [rude] +--- + +# ckc95187538 + +27-apr-2023 HKD500 but failed, rude diff --git a/package.json b/package.json new file mode 100644 index 0000000..d50cc19 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "ckc95187538", + "version": "1.0.0", + "description": "", + "main": "index.js", + "directories": { + "doc": "docs" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "gitUpdate": "git add . && git commit -m'update ckc95187538,'&& git push" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "@fortawesome/free-solid-svg-icons": "^6.2.1", + "@fortawesome/react-fontawesome": "^0.2.0", + "bootstrap": "^5.2.3", + "react-bootstrap": "^2.6.0" + }, + "devDependencies": { + "prettier": "^2.8.4" + } +}