Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ff4d31a9c | ||
|
|
ad85bd8b62 | ||
|
|
11029ed8e9 | ||
|
|
b7c4227707 |
@@ -1,3 +1,7 @@
|
||||
## v2.0.1 (6 Jan 2020)
|
||||
|
||||
* chore: update plugins
|
||||
|
||||
## v2.0.0 (3 Jan 2020)
|
||||
|
||||
* feat: theme support
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 156 KiB |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eruda",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Console for Mobile Browsers",
|
||||
"main": "eruda.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -247,14 +247,14 @@ function loadPlugin(name) {
|
||||
}
|
||||
|
||||
const pluginVersion = {
|
||||
fps: '1.1.2',
|
||||
features: '1.0.2',
|
||||
timing: '1.1.3',
|
||||
memory: '1.1.1',
|
||||
code: '1.0.0',
|
||||
benchmark: '1.0.0',
|
||||
geolocation: '1.1.0',
|
||||
dom: '1.1.0',
|
||||
orientation: '1.0.0',
|
||||
touches: '1.0.1'
|
||||
fps: '2.0.0',
|
||||
features: '2.0.0',
|
||||
timing: '2.0.0',
|
||||
memory: '2.0.0',
|
||||
code: '2.0.0',
|
||||
benchmark: '2.0.0',
|
||||
geolocation: '2.0.0',
|
||||
dom: '2.0.0',
|
||||
orientation: '2.0.0',
|
||||
touches: '2.0.0'
|
||||
}
|
||||
|
||||
@@ -220,7 +220,7 @@ export default {
|
||||
selectForeground: '#FFFFFF',
|
||||
accent: '#2979ff',
|
||||
highlight: '#383D48',
|
||||
border: '#282C34',
|
||||
border: '#2e3239',
|
||||
primary: '#979FAD',
|
||||
contrast: '#21252B',
|
||||
varColor: '#D19A66',
|
||||
|
||||
Reference in New Issue
Block a user