diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a03b4a8..4d174c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 20 - cache: 'npm' + cache: "npm" - name: Install dependencies run: npm install - name: Build @@ -46,7 +46,7 @@ jobs: uses: actions/upload-pages-artifact@v2 with: # Upload dist - path: './dist' + path: "./dist" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 diff --git a/.prettierrc b/.prettierrc index 63621e4..c5ced61 100644 --- a/.prettierrc +++ b/.prettierrc @@ -4,5 +4,13 @@ "plugins": ["prettier-plugin-tailwindcss"], "semi": false, "singleQuote": true, - "trailingComma": "es5" + "trailingComma": "es5", + "overrides": [ + { + "files": "*.yml", + "options": { + "singleQuote": false + } + } + ] } diff --git a/README.md b/README.md index 2e921e9..ab26f42 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ The ultimate tool for looking up Cangjie/Sucheng codes of Chinese characters, de * Clear button for instant input field clearing (with 5-second undo option) * Straightforward and elegant UI +## :zap: Try it + + + ## :handshake: Contributing If you find any bugs or have suggestions for improvement, please feel free to create an issue.