[fix] feedback url
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
},
|
},
|
||||||
"productName": "CS工具箱",
|
"productName": "CS工具箱",
|
||||||
"mainBinaryName": "cstb",
|
"mainBinaryName": "cstb",
|
||||||
"version": "0.0.5-beta.1",
|
"version": "0.0.5-beta.2",
|
||||||
"identifier": "upup.cool",
|
"identifier": "upup.cool",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"deep-link": {
|
"deep-link": {
|
||||||
|
|||||||
@@ -81,7 +81,8 @@ const Nav = () => {
|
|||||||
</Tooltip>
|
</Tooltip>
|
||||||
<Tooltip content="反馈" showArrow={true} delay={300}>
|
<Tooltip content="反馈" showArrow={true} delay={300}>
|
||||||
<Link
|
<Link
|
||||||
href="/preference"
|
href="https://docs.qq.com/form/page/DZU1ieW9SQkxWU1RF"
|
||||||
|
target="_blank"
|
||||||
className="px-2 py-0 text-black transition duration-150 rounded dark:text-white hover:bg-black/10 dark:hover:bg-zinc-100/10 active:scale-95"
|
className="px-2 py-0 text-black transition duration-150 rounded dark:text-white hover:bg-black/10 dark:hover:bg-zinc-100/10 active:scale-95"
|
||||||
>
|
>
|
||||||
<button type="button">
|
<button type="button">
|
||||||
|
|||||||
Reference in New Issue
Block a user