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)
|
## v2.0.0 (3 Jan 2020)
|
||||||
|
|
||||||
* feat: theme support
|
* 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",
|
"name": "eruda",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "Console for Mobile Browsers",
|
"description": "Console for Mobile Browsers",
|
||||||
"main": "eruda.js",
|
"main": "eruda.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -247,14 +247,14 @@ function loadPlugin(name) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const pluginVersion = {
|
const pluginVersion = {
|
||||||
fps: '1.1.2',
|
fps: '2.0.0',
|
||||||
features: '1.0.2',
|
features: '2.0.0',
|
||||||
timing: '1.1.3',
|
timing: '2.0.0',
|
||||||
memory: '1.1.1',
|
memory: '2.0.0',
|
||||||
code: '1.0.0',
|
code: '2.0.0',
|
||||||
benchmark: '1.0.0',
|
benchmark: '2.0.0',
|
||||||
geolocation: '1.1.0',
|
geolocation: '2.0.0',
|
||||||
dom: '1.1.0',
|
dom: '2.0.0',
|
||||||
orientation: '1.0.0',
|
orientation: '2.0.0',
|
||||||
touches: '1.0.1'
|
touches: '2.0.0'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -220,7 +220,7 @@ export default {
|
|||||||
selectForeground: '#FFFFFF',
|
selectForeground: '#FFFFFF',
|
||||||
accent: '#2979ff',
|
accent: '#2979ff',
|
||||||
highlight: '#383D48',
|
highlight: '#383D48',
|
||||||
border: '#282C34',
|
border: '#2e3239',
|
||||||
primary: '#979FAD',
|
primary: '#979FAD',
|
||||||
contrast: '#21252B',
|
contrast: '#21252B',
|
||||||
varColor: '#D19A66',
|
varColor: '#D19A66',
|
||||||
|
|||||||
Reference in New Issue
Block a user