From 59920c5719bee5ef22afab1ef75a5804309156f1 Mon Sep 17 00:00:00 2001 From: Kirk Lin Date: Sat, 30 Dec 2023 22:53:51 +0800 Subject: [PATCH] style: format css html markdown --- .github/CODE_OF_CONDUCT.md | 26 +++--- .github/PULL_REQUEST_TEMPLATE.md | 1 + README.md | 3 +- README.zh-CN.md | 1 + eslint.config.js | 18 ++++ index.html | 11 ++- package.json | 5 +- pnpm-lock.yaml | 89 ++++++++++++++++--- .../Navbar/components/ThemeChange/index.vue | 38 ++++---- src/styles/variables.css | 2 +- 10 files changed, 138 insertions(+), 56 deletions(-) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 7c14047..bfa5870 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation. Examples of behavior that contributes to creating a positive environment include: -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members +- Using welcoming and inclusive language +- Being respectful of differing viewpoints and experiences +- Gracefully accepting constructive criticism +- Focusing on what is best for the community +- Showing empathy towards other community members Examples of unacceptable behavior by participants include: -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting +- The use of sexualized language or imagery and unwelcome sexual attention or + advances +- Trolling, insulting/derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or electronic + address, without explicit permission +- Other conduct which could reasonably be considered inappropriate in a + professional setting ## Our Responsibilities diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 85468b0..2157ce5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,6 +11,7 @@ Before submitting the PR, please make sure you do the following: - Added necessary documentation (if appropriate) --> + ## Proposed changes diff --git a/README.md b/README.md index dc4a3dd..e236138 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Mocking up web app with Boot-Vue (speed)
## Features -- ⚡ [Lightning fast](https://github.com/kirklin/boot-vue#readme): Built with Vue 3, Vite, and pnpm 🔥 +- ⚡ [Lightning fast](https://github.com/kirklin/boot-vue#readme): Built with Vue 3, Vite, and pnpm 🔥 - 💪 [Strongly typed](https://www.typescriptlang.org/): Uses TypeScript 💻 - 🔥 [Latest syntax](https://github.com/vuejs/rfcs/pull/227): Uses the new