1
0
mirror of synced 2025-12-16 12:04:23 +08:00

Compare commits

...

4 Commits

Author SHA1 Message Date
surunzi
2ff4d31a9c release: v2.0.1 2020-01-06 18:24:19 +08:00
surunzi
ad85bd8b62 feat: update plugins 2020-01-06 18:22:01 +08:00
surunzi
11029ed8e9 chore: atom one dark border 2020-01-03 16:46:04 +08:00
surunzi
b7c4227707 docs: update screenshot 2020-01-03 14:56:46 +08:00
5 changed files with 16 additions and 12 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "eruda",
"version": "2.0.0",
"version": "2.0.1",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"scripts": {

View File

@@ -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'
}

View File

@@ -220,7 +220,7 @@ export default {
selectForeground: '#FFFFFF',
accent: '#2979ff',
highlight: '#383D48',
border: '#282C34',
border: '#2e3239',
primary: '#979FAD',
contrast: '#21252B',
varColor: '#D19A66',