File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' ?>
2
- <widget id =" com.digital-crinoid.lambdabager" version =" 1.3 .0" xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
2
+ <widget id =" com.digital-crinoid.lambdabager" version =" 1.4 .0" xmlns =" http://www.w3.org/ns/widgets" xmlns : cdv =" http://cordova.apache.org/ns/1.0" >
3
3
<name >Lambda Badger</name >
4
4
<description />
5
5
<
author email =
" [email protected] " href =
" https://github.com/Jimskapt" >Jimskapt</
author >
Original file line number Diff line number Diff line change 2
2
"name" : " lambda-badger" ,
3
3
"displayName" : " Lambda Badger" ,
4
4
"description" : " " ,
5
- "version" : " 1.3 .0" ,
5
+ "version" : " 1.4 .0" ,
6
6
"private" : true ,
7
7
"repository" : {
8
8
"type" : " git" ,
91
91
"cordova-plugin-whitelist" : {}
92
92
}
93
93
}
94
- }
94
+ }
Original file line number Diff line number Diff line change 1
1
<template lang="pug">
2
2
v-card
3
- v-toolbar( :color ="(is_archive === true) ? 'secondary ' : 'primary'" , dense )
3
+ v-toolbar( :color ="(is_archive === true) ? 'black ' : 'primary'" , dense )
4
4
v-toolbar-title {{ title }}
5
5
v-spacer
6
6
v-toolbar-items
Original file line number Diff line number Diff line change 7
7
p( slot ="header" )
8
8
v-icon visibility
9
9
| {{ $t('Preview') }}
10
- pre ( v-html ="htmlContent" )
10
+ div ( v-html ="htmlContent" )
11
11
</template >
12
12
13
13
<script >
You can’t perform that action at this time.
0 commit comments