Several design changes

This commit is contained in:
tom5079
2019-05-17 10:18:11 +09:00
parent 234f9b069a
commit 369fa679a6
11 changed files with 60 additions and 27 deletions

View File

@@ -2,22 +2,6 @@ package xyz.quaver.hitomi
const val protocol = "https:"
fun String.toTag() : String {
if (this.indexOf(':') > -1) {
val split = this.split(':')
val field = split[0]
val term = split[1]
when(field) {
"male" -> return "$term"
"female" -> return "$term"
}
}
return this
}
//common.js
var adapose = false
const val numberOfFrontends = 2