Skip to content

Commit

Permalink
other new page added into --> Informations and Tips
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Nov 7, 2024
1 parent 40de680 commit 8a9f35e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,19 @@ body.thunder-effect #bg-sky .flash {
/* Selected table row */
.selected-tr {
outline: 1px solid red;
}

#markdown-read pre,
#markdown-read pre code {
font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace !important;
}

#markdown-read pre {
background-color: #2d2d2d;
border: 1px solid #000;
padding: 15px;
}

#markdown-read pre code {
color: #fff;
}
14 changes: 14 additions & 0 deletions docs/js/files/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,20 @@ $(function () {
},
});

tipsPages.push({
href: `javascript:void(0)`,
id: "ai-fic-template",
text: "Official AI Models",
icon: "fa-solid fa-circle-info",
click: () => {
openMDFIle("pages/ai-templates/google-ai-studio.md");
urlUpdate(
"/pages/ai-templates/google-ai-studio.md",
"Official AI Models",
);
},
});

// Patreon
if (storyCfg.patreon) {
donationsItems.push({
Expand Down
6 changes: 6 additions & 0 deletions docs/pages/ai-templates/google-ai-studio.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Official AI Models

All content developed here uses only authorized official fic material.

This page will contain only content created by me, if you are looking for AI fan-mades, search inside the Pony Driland community itself or on third-party websites that have content availability (but i will not be responsible for content posted by fans on these websites).

## Google AI Studio

https://aistudio.google.com
Expand Down

0 comments on commit 8a9f35e

Please sign in to comment.