🎨 add isLoggedIn

This commit is contained in:
Vanessa 2018-01-08 11:46:43 +08:00
parent c765b46374
commit 9d275b5b07
13 changed files with 16 additions and 3 deletions

View File

@ -7,7 +7,8 @@
<script type="text/javascript">
var latkeConfig = {
"servePath": "${servePath}",
"staticServePath": "${staticServePath}"
"staticServePath": "${staticServePath}",
"isLoggedIn": "${isLoggedIn?string}"
};
var Label = {

View File

@ -11,7 +11,8 @@
<script type="text/javascript">
var latkeConfig = {
"servePath": "${servePath}",
"staticServePath": "${staticServePath}"
"staticServePath": "${staticServePath}",
"isLoggedIn": "${isLoggedIn?string}"
};
var Label = {

View File

@ -34,6 +34,7 @@
<script type="text/javascript">
var latkeConfig = {
"servePath": "${servePath}",
"isLoggedIn": "${isLoggedIn?string}",
"staticServePath": "${staticServePath}"
};

View File

@ -13,6 +13,7 @@
<script type="text/javascript">
var latkeConfig = {
"servePath": "${servePath}",
"isLoggedIn": "${isLoggedIn?string}",
"staticServePath": "${staticServePath}"
};

View File

@ -10,6 +10,7 @@ by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
<script type="text/javascript">
var latkeConfig = {
"servePath": "${servePath}",
"isLoggedIn": "${isLoggedIn?string}",
"staticServePath": "${staticServePath}"
};

View File

@ -33,6 +33,7 @@
<script type="text/javascript">
var latkeConfig = {
"servePath": "${servePath}",
"isLoggedIn": "${isLoggedIn?string}",
"staticServePath": "${staticServePath}"
};

View File

@ -14,6 +14,7 @@
<script type="text/javascript">
var latkeConfig = {
"servePath": "${servePath}",
"isLoggedIn": "${isLoggedIn?string}",
"staticServePath": "${staticServePath}"
};

View File

@ -12,6 +12,7 @@
<script type="text/javascript">
var latkeConfig = {
"servePath": "${servePath}",
"isLoggedIn": "${isLoggedIn?string}",
"staticServePath": "${staticServePath}"
};

View File

@ -1,6 +1,7 @@
<script type="text/javascript">
var latkeConfig = {
"servePath": "${servePath}",
"isLoggedIn": "${isLoggedIn?string}",
"staticServePath": "${staticServePath}"
};

View File

@ -14,6 +14,7 @@
<script type="text/javascript">
var latkeConfig = {
"servePath": "${servePath}",
"isLoggedIn": "${isLoggedIn?string}",
"staticServePath": "${staticServePath}"
};

View File

@ -10,7 +10,8 @@
<script type="text/javascript">
var latkeConfig = {
"servePath": "${servePath}",
"staticServePath": "${staticServePath}"
"staticServePath": "${staticServePath}",
"isLoggedIn": "${isLoggedIn?string}"
};
var Label = {

View File

@ -31,6 +31,7 @@
<script type="text/javascript">
var latkeConfig = {
"servePath": "${servePath}",
"isLoggedIn": "${isLoggedIn?string}",
"staticServePath": "${staticServePath}"
};

View File

@ -9,6 +9,7 @@ by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
<script type="text/javascript">
var latkeConfig = {
"servePath": "${servePath}",
"isLoggedIn": "${isLoggedIn?string}",
"staticServePath": "${staticServePath}"
};