update ver.
All checks were successful
Deploy / Build (push) Successful in 4m23s

This commit is contained in:
amass 2024-11-19 00:06:01 +08:00
parent 8d4ebee3a1
commit bce19e3dc1
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
"${workspaceFolder}/**",
"${workspaceFolder}/build/_deps/kylin-src/Universal",
"/opt/Libraries/boost_1_86_0/include",
"/opt/Libraries/wt-4.11.0/include",
"/opt/Libraries/wt-4.11.1/include",
"/opt/Libraries/ZLMediaKit/include"
],
"defines": [],

View File

@ -20,9 +20,9 @@ Hello::Hello(const Wt::WEnvironment &env, Wt::Dbo::SqlConnectionPool &connection
m_session = std::make_unique<Session>(connectionPool);
m_session->login().changed().connect(this, &Hello::authEvent);
setTitle("Hello world");
setTheme(std::make_shared<Wt::WBootstrap2Theme>());
Wt::WContainerWidget *top = nullptr;
if (!embedded) {
setTheme(std::make_shared<Wt::WBootstrap2Theme>());
top = root();
} else {
std::unique_ptr<Wt::WContainerWidget> topPtr = std::make_unique<Wt::WContainerWidget>();
@ -62,7 +62,7 @@ Hello::Hello(const Wt::WEnvironment &env, Wt::Dbo::SqlConnectionPool &connection
auto app = Amass::Singleton<WebApplication>::instance();
auto authWidget =
std::make_unique<Wt::Auth::AuthWidget>(app->authService(), m_session->users(), m_session->login());
authWidget-> setInternalBasePath("/");
authWidget->setInternalBasePath("/");
authWidget->model()->addPasswordAuth(&app->passwordService());
authWidget->setRegistrationEnabled(true);
authWidget->processEnvironment();

View File

@ -23,7 +23,7 @@ function cmake_scan() {
function build() {
# reset
# pkill -9 HttpServer
# cp -r /opt/Libraries/wt-4.11.0/share/Wt/* ./build
# cp -r /opt/Libraries/wt-4.11.1/share/Wt/* ./build
if [ ! -f "${build_path}/CMakeCache.txt" ]; then
cmake_scan