Skip to content

Commit

Permalink
docs: update sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywu committed Jan 30, 2024
1 parent 78a563a commit 35b22db
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 14 deletions.
21 changes: 21 additions & 0 deletions docs/docs/.vitepress/theme/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,27 @@ html.dark {
min-width: 100% !important;
}

.documate-button {
align-items: center;
cursor: pointer;
display: flex;
height: 40px;
justify-content: flex-start;
padding-left: 0.75rem;
padding-right: 0.75rem;
transition: border-color .25s ease-in-out;
background: #f6f6f7;
border: 1px solid transparent;
border-radius: 0.5rem;
color: rgba(60,60,67,.78);
font-size: 13px;
margin-left: 1.2rem;

&:hover {
border-color: #3451b2 !important;
}
}

@media (prefers-color-scheme: light) {
.hljs-meta .hljs-string,
.hljs-regexp,
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,25 +83,25 @@
"typecheck": "tsc && vue-tsc"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/core": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@swc/core": "^1.3.105",
"@testing-library/jest-dom": "^6.2.1",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@swc/core": "^1.3.107",
"@testing-library/jest-dom": "^6.4.0",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.0.1",
"@types/lodash.isequal": "^4.5.8",
"@types/lz-string": "^1.5.0",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@types/node": "^20.11.10",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/ui": "^1.2.1",
"@vitest/ui": "^1.2.2",
"@vue/babel-plugin-jsx": "^1.2.1",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.17",
Expand All @@ -120,7 +120,7 @@
"husky": "^8.0.3",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.0",
"npm": "^10.3.0",
"npm": "^10.4.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
Expand All @@ -136,9 +136,9 @@
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.1",
"vite-plugin-dts": "^3.7.2",
"vite-plugin-style-import": "^2.0.0",
"vitest": "^1.2.1",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27"
},
"peerDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions playground/src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,19 @@ const displayPromise = () => {
@on-change="onOptionsChange"
/>
<ToastCode :options="options"></ToastCode>

<br />
<br />

<Divider />

<h2 align="center" style="font-size: 26px; font-weight: bold; padding: 10px 0 22px 0;">Special Sponsor</h2>

<p align="center">
<a target="_blank" rel="external dofollow" title="banning sensor" href="https://www.bnsense.com/">
<img alt="special sponsor appwrite" src="https://www.bnsense.com/uploads/LOGO/imgs/logo_1704355682323.png" width="160">
</a>
</p>
</div>
</template>

Expand Down

1 comment on commit 35b22db

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for vue3-toastify ready!

✅ Preview
https://vue3-toastify-j2xtfpovo-jerrywu001.vercel.app

Built with commit 35b22db.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.