Skip to content

Commit

Permalink
some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed Jan 3, 2024
1 parent 48772ca commit 81890bc
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineUserConfig({
],
[
"script",
{ src: "//at.alicdn.com/t/c/font_2601581_144d8yxi3ht.js", async: true },
{ src: "//at.alicdn.com/t/c/font_2601581_d17fm4nxa97.js", async: true },
],
// ["script", { src: "/js/baidu.js" ,"async":true}],
["script", { src: "/js/gtag.js", async: true }],
Expand Down
10 changes: 4 additions & 6 deletions docs/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const enNavbar = navbar([
},
{
text: "Contact us",
icon: "team",
link: "/en/guide/concatGroup",
// icon: "teamwork",
},
Expand Down Expand Up @@ -84,19 +85,16 @@ export const zhNavbar = navbar([
link: "/guide/teamwork",
},
{
text: "👥 群聊",
text: "群聊",
icon: "team",
link: "/guide/concatGroup",
},
{
text: "🎯 FAQ",
link: "/guide/faq",
},
{
text: "友链",
link: "/guide/link",
},
{
text: "更多",
children: ["/guide/sponsorList", "/guide/activity", "/guide/java"],
children: ["/guide/link","/guide/sponsorList", "/guide/activity", "/guide/java"],
},
]);
2 changes: 1 addition & 1 deletion docs/.vuepress/public/html/showside.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
.image-gallery__item-progress__foreground {
width: 0;
height: 100%;
background-color: rgba(75, 145, 248, 0.5);
background-color: rgba(31, 214, 140, 0.5);
position: absolute;
bottom: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/public/html/showside_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
.image-gallery__item-progress__foreground {
width: 0;
height: 100%;
background-color: rgba(75, 145, 248, 0.5);
background-color: rgba(31, 214, 140, 0.5);
position: absolute;
bottom: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/styles/config.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$theme-colors: #21d789, #f26d6d, #07c3f2, #fc801d, #087cfa, #fe2857;
$theme-colors: #21d789, #07c3f2, #fc801d, #087cfa, #fe2857;
2 changes: 1 addition & 1 deletion docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -270,5 +270,5 @@ h2 {
}
.custom-container-title{
font-size:1.35rem;
font-weight: 600;
font-weight: 900;
}
4 changes: 2 additions & 2 deletions docs/.vuepress/styles/palette.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$theme-color: #51a8fc;
$theme-color: #21d789;

$text-color: (
light: #2c3e50,
dark: #cdcdcd,
dark: #9e9e9e,
);

$bg-color: (
Expand Down
12 changes: 7 additions & 5 deletions docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ export default hopeTheme(
copyright: "Copyright © 2021-present Kings",
displayFooter: true,

pageInfo: false,
pageInfo: false,
fullscreen: true,

darkmode: "enable",

iconAssets: "//at.alicdn.com/t/c/font_2601581_144d8yxi3ht.css",
darkmode: "enable",

iconAssets: "//at.alicdn.com/t/c/font_2601581_d17fm4nxa97.css",

locales: {
"/": {
Expand Down Expand Up @@ -93,10 +95,10 @@ export default hopeTheme(
indexName: "dromara-fast-request",
locales: {
"/en/": {
placeholder: "Search Documentation",
placeholder: "Search docs",
translations: {
button: {
buttonText: "Search Documentation",
buttonText: "Search docs",
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions docs/en/guide/buy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Buy Plugin
icon: buy
---

<Badge text="❤️Thanks for supporting the original, support official edition.❤️" type="tip" vertical="middle"/>
<Badge text="❤️Thanks for supporting the original, support official edition.❤️" color="pink" vertical="middle"/>

**Tow ways to buy**
**Two ways to buy**

- Account mode: Management via [JetBrains Account](https://account.jetbrains.com/licenses)(Recommend)
- Email mode: Receive the license directly by email
Expand Down
6 changes: 1 addition & 5 deletions docs/guide/buy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ title: 购买
icon: buy
---

<Badge text="❤️插件的发展离不开各位开发者的支持,感谢您支持原创,支持正版️❤️" type="tip" vertical="middle"/>
<br/>
<Badge text="加入微信群购买享折扣,教程已放群公告" type="danger" vertical="middle"/>

[加入群聊](./concatGroup.md)
<Badge text="❤️插件的发展离不开各位开发者的支持,感谢您支持原创,支持正版️❤️" color="pink" vertical="middle"/>

**购买分为 2 种方式**

Expand Down

0 comments on commit 81890bc

Please sign in to comment.