mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1dc92ffff5 | ||
|
b9ae8efc5b | ||
|
95b5ada024 |
@@ -70,7 +70,7 @@
|
||||
|
||||
<div id="sys-settings-button" class="drawer" style="z-index:3001;">
|
||||
<div class="drawer-toggle drawer-header">
|
||||
<div id="API-status-top" class="drawer-icon icon-connect closedIcon" title="API Connections"></div>
|
||||
<div id="API-status-top" class="drawer-icon icon-api closedIcon" title="API Connections"></div>
|
||||
</div>
|
||||
<div id="rm_api_block" class="drawer-content closedDrawer">
|
||||
<div id="main-API-selector-block">
|
||||
|
@@ -2716,10 +2716,10 @@ label[for="extensions_autoconnect"] {
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.icon-connect{
|
||||
.icon-api{
|
||||
background-image: url('img/plug-solid.svg');
|
||||
}
|
||||
.icon-connect.redOverlayGlow {
|
||||
.icon-api.redOverlayGlow {
|
||||
background-image: url('img/plug-circle-exclamation-solid.svg');
|
||||
}
|
||||
.icon-sliders{
|
||||
|
@@ -96,13 +96,16 @@ To connect over wifi you'll need your PC's local wifi IP address
|
||||
- (For Windows: windows button > type 'cmd.exe' in the search bar> type 'ipconfig' in the console, hit Enter > "IPv4" listing)
|
||||
if you want other people on the internet to connect, and check [here](https://whatismyipaddress.com/) for 'IPv4'
|
||||
|
||||
## Performance issues?
|
||||
|
||||
Try enabling the Fast UI mode on User settings panel.
|
||||
|
||||
## Questions or suggestions?
|
||||
Contact us on Discord: Cohee#1207 or RossAscends#1779
|
||||
|
||||
## Screenshots
|
||||
<img width="400" alt="image" src="https://user-images.githubusercontent.com/18619528/226418738-f75a9f46-cc6a-499d-9e27-0c06bf8efe02.png">
|
||||
<img width="400" alt="image" src="https://user-images.githubusercontent.com/18619528/226420134-171022a3-f799-4ea2-951f-a734a293579b.png">
|
||||
|
||||
<img width="400" alt="image" src="https://user-images.githubusercontent.com/18619528/228649245-8061c60f-63dc-488e-9325-f151b7a3ec2d.png">
|
||||
<img width="400" alt="image" src="https://user-images.githubusercontent.com/18619528/228649856-fbdeef05-d727-4d5a-be80-266cbbc6b811.png">
|
||||
|
||||
## License and credits
|
||||
* TAI Base by Humi: Unknown license
|
||||
|
Reference in New Issue
Block a user