mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 07:31:33 +00:00
1.0.4 released
This commit is contained in:
@@ -1 +1 @@
|
||||
{"version":"1.0.3","updatedTime":"2015-12-10T07:21:51.505Z"}
|
||||
{"version":"1.0.4","updatedTime":"2015-12-20T07:21:51.505Z"}
|
@@ -666,7 +666,7 @@ window.debug = false;
|
||||
<!-- 导入插件 执行 -->
|
||||
<script src="public/js/main.js"></script>
|
||||
<!-- markdown editor -->
|
||||
<script src="public/md/main-v2.js"></script>
|
||||
<script src="public/md/main-v2.min.js"></script>
|
||||
<!-- extra额外 -->
|
||||
<script src="public/js/dec/main.js"></script>
|
||||
|
||||
|
@@ -24,6 +24,6 @@ var Config = {
|
||||
"name": "繁体中文"
|
||||
}
|
||||
],
|
||||
"lang": "zh-cn",
|
||||
"lang": "",
|
||||
"theme": ""
|
||||
};
|
@@ -117,7 +117,7 @@ define(function() {
|
||||
getLeanoteTime: function(t) {
|
||||
// 20151026T033928Z
|
||||
// 2015 10 26 T 03 39 28 Z
|
||||
console.log(t);
|
||||
// console.log(t);
|
||||
if (!t) {
|
||||
t = new Date();
|
||||
}
|
||||
|
@@ -78,3 +78,6 @@ body,
|
||||
bottom: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
#noteAndEditor {
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
@@ -95,3 +95,8 @@ html, body, #page, #pageInner, #noteList, #notebook, #leftNotebook {
|
||||
bottom: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
// for win10
|
||||
#noteAndEditor {
|
||||
border-top: 1px solid #eee;
|
||||
}
|
Reference in New Issue
Block a user