[mod] quiet
This commit is contained in:
parent
93770708f6
commit
2df222608b
7 changed files with 18 additions and 163 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<!doctype html>
|
||||
<html lang="en" class="quiet-cloak quiet-blue"> <!-- also quiet-dark -->
|
||||
<html lang="en" class="quiet-cloak quiet-blue"
|
||||
data-quiet="/static/clients/quietui@1.6.2/dist"> <!-- also quiet-dark -->
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
|
@ -9,10 +10,10 @@
|
|||
|
||||
<!-- Quiet theme + autoloader -->
|
||||
<!-- Default theme (if not already installed) -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@quietui/quiet-browser@1.6.1/dist/themes/quiet.css">
|
||||
<link rel="stylesheet" href="/static/clients/quietui@1.6.2/dist/themes/quiet.css">
|
||||
<!-- Quiet Restyle -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@quietui/quiet-browser@1.6.1/dist/themes/restyle.css">
|
||||
<script type="module" src="https://cdn.jsdelivr.net/npm/@quietui/quiet-browser@1.6.1/dist/quiet.loader.js"></script>
|
||||
<link rel="stylesheet" href="/static/clients/quietui@1.6.2/dist/themes/restyle.css">
|
||||
<script type="module" src="/static/clients/quietui@1.6.2/dist/quiet.loader.js"></script>
|
||||
<script type="module" src="icons.js"></script>
|
||||
<link rel="stylesheet" href="grail.css" />
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { registerIconLibrary } from 'https://cdn.jsdelivr.net/npm/@quietui/quiet-browser@1.6.1/dist/quiet.loader.js';
|
||||
import { registerIconLibrary } from '/static/clients/quietui@1.6.2/dist/quiet.loader.js';
|
||||
|
||||
registerIconLibrary('codicon', {
|
||||
resolve: (name, family) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue