graphics() added vendor, refresh rate, current resolution
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
<li>weiyin <a href="https://github.com/weiyin" rel="nofollow">weiyin</a></li>
|
||||
<li>Jorai Rijsdijk <a href="https://github.com/Erackron" rel="nofollow">Erackron</a></li>
|
||||
<li>Rasmus Porsager <a href="https://github.com/porsager" rel="nofollow">porsager</a></li>
|
||||
<li>Nathan Patten <a href="https://github.com/nrpatten" rel="nofollow">nrpatten</a></li>
|
||||
</ul>
|
||||
<p>OSX Temperature: credits here are going to:</p>
|
||||
<ul>
|
||||
|
||||
+6
-1
@@ -81,7 +81,12 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.8.3</th>
|
||||
<th scope="row">4.9.0</th>
|
||||
<td>2019-06-03</td>
|
||||
<td><span class="code">graphics()</span> added vendor, refresh rate, current resolution</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.8.4</th>
|
||||
<td>2019-06-03</td>
|
||||
<td><span class="code">vboxInfo()</span> fixed call parameters</td>
|
||||
</tr>
|
||||
|
||||
+2
-4
@@ -34,7 +34,6 @@
|
||||
function init() {
|
||||
typed();
|
||||
document.querySelector('.down').addEventListener('click', function () {
|
||||
console.log('CLICKED')
|
||||
scrollIt(
|
||||
document.querySelector('.quickstart'),
|
||||
600,
|
||||
@@ -79,7 +78,6 @@
|
||||
backDelay: 1200,
|
||||
|
||||
}
|
||||
console.log('asd')
|
||||
var typed = new Typed('#typed', options);
|
||||
}
|
||||
function scrollIt(destination, duration = 200, easing = 'linear', callback) {
|
||||
@@ -170,7 +168,7 @@
|
||||
<img class="logo" src="assets/logo.png">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span></div>
|
||||
<div class="version">Current Version: <span id="version">4.8.4</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.9.0</span></div>
|
||||
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
|
||||
</div>
|
||||
<div class="down">
|
||||
@@ -193,7 +191,7 @@
|
||||
</div>
|
||||
<div class="row number-section">
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
<div class="numbers">8,665</div>
|
||||
<div class="numbers">8,733</div>
|
||||
<div class="title">Lines of code</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
|
||||
|
||||
Reference in New Issue
Block a user