qokelate
qokelate
进入static/images目录,把book.jpg复制为book.png即可 https://github.com/TruthHun/BookStack/issues/49
我写了个脚本转换 ``` #!/bin/sh src="$1" dst="$2" shift 2 if [ ! -f "$src" ]; then echo "usage: app2dylib.sh [armv7 armv7s arm64 i386 x86_64]" exit fi if [ '' = "$1" ];...
my simple patch: ``` index.js: const methodDeclarationRegex = /([+-]\s*\([^;]+)(?:\s*;)/g; const matchReturnType = /(?:[+-]\s*\(\s*)(.+?)(?:\s*\)\s*\w+\s*[;:])/; const argumentsRegex = /\s?\(((?:\w|\s|\*|\)*)\)((?:\w)*)\s?/g; ``` ``` test.h #import @protocol Ponies, Foo; @interface BasicName : NSObject //decode error...