Skip to content

Commit

Permalink
Release 6.5.2 - Merge pull request #101 from yukiarimo/dev
Browse files Browse the repository at this point in the history
Release 6.5.2
  • Loading branch information
yukiarimo authored Aug 12, 2024
2 parents 62318d2 + 3c6a4fe commit ffc6d8b
Show file tree
Hide file tree
Showing 51 changed files with 1,080 additions and 1,967 deletions.
16 changes: 12 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
__pycache__/
lib/utils/tests/*
db/history/*
!db/history/README.md
static/audio/output.aiff
static/audio/output.mp3
lib/models/agi/*
lib/models/yuna/*
!lib/models/agi/README.md
!lib/models/yuna/README.md
static/text/*
!static/text/README.md
static/img/call/*
!static/img/call/image_template.jpg
static/img/art/*
!static/img/art/art_template.png
static/audio/*
!static/audio/README.md
lib/models/*
!lib/models/agi/README.md
!lib/models/agi/art/README.md
!lib/models/agi/audio/README.md
!lib/models/agi/himitsu/README.md
!lib/models/agi/miru/README.md
!lib/models/agi/uta/README.md
!lib/models/agi/voice/README.md
!lib/models/yuna/README.md
.DS_Store
llama.log
291 changes: 132 additions & 159 deletions README.md

Large diffs are not rendered by default.

152 changes: 0 additions & 152 deletions about.html

This file was deleted.

92 changes: 0 additions & 92 deletions app/.gitignore

This file was deleted.

7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
function (registration) {
// Registration was successful
console.log('ServiceWorker registration successful with scope: ', registration
.scope);
.scope)
},
function (err) {
// registration failed :(
Expand Down Expand Up @@ -87,7 +87,7 @@
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link active btn btn-primary shadow" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/services.html">Services</a></li>
<li class="nav-item"><a class="nav-link" href="/about.html">WaifuCard</a></li>
<li class="nav-item"><a class="nav-link" href="https://yukiarimo.github.io/waifu-card/">WaifuCard</a></li>
</ul><a class="btn btn-primary shadow" role="button" href="/yuna.html">Login</a>
</div>
</div>
Expand Down Expand Up @@ -483,8 +483,7 @@ <h5 class="modal-title" id="teamModalLabel">Meet Our Team</h5>
</div>
</div>

<script src="/static/js/bootstrap/bootstrap.min.js"></script>
<script src="/static/js/bootstrap/script.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
</body>

</html>
Loading

0 comments on commit ffc6d8b

Please sign in to comment.