Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/rcore_test/rCore-Tutorial-v3-tests/src/commit/b6626d534b3355984e87543da26fcb2686f321b7/.gitignore You should set ROOT_URL correctly, otherwise the web may not work correctly.
rCore-Tutorial-v3-tests/.gitignore

10 lines
113 B

.idea/*
os/target/*
os/.idea/*
os/src/link_app.S
os/Cargo.lock
user/target/*
user/.idea/*
user/Cargo.lock
tools/