Results 6 issues of Kirer

@app.page('/', 'Home', ['user']) def home_page(): return [ Form(on_submit = on_submit, content = [ TextField('Title', required_message="The title is required!"), TextArea('Description'), FormActions(content = [ SubmitButton('Submit') ]) ]) ] 重定向到了http://127.0.0.1:5000/user/login?errorTitle=No%20Permission&errorMsg=Please%20login%20first%20or%20contact%20your%20administrator 404 Not Found

大佬 可不可以搞个X86的版本呢

How refresh table

ncnn没有opencv的dnn模块,应该怎么做

编译,启动后报错: java.lang.UnsatisfiedLinkError: dlopen failed: library "libncnn.so" not found

When I rename the class and package it, it prompts that I cannot find the Application class ```kotlin val apk = ApkModule.loadApkFile(logger, inFile) val directory = DexDirectory.fromZip(apk.zipEntryMap) directory.rename(TypeKey.parse("xxx"), TypeKey.parse("xxxxx)) val...