[BugFix] 修复章节列表暗色显示问题
All checks were successful
Build / build-and-test (push) Successful in 37s

[Base]
增加 robots.txt
This commit is contained in:
2025-06-03 17:45:33 +08:00
parent 78fe779c93
commit b1804ae060
2 changed files with 4 additions and 1 deletions

3
public/robots.txt Normal file
View File

@ -0,0 +1,3 @@
Sitemap: https://ao3.unknownmp.top/sitemap.xml
User-agent: *
Disallow: /assets/

View File

@ -250,7 +250,7 @@ async function switchWorkWithIndex(target) {
<style scoped>
.active-item {
background-color: rgb(var(--mdui-color-secondary-container-light));
background-color: rgb(var(--mdui-color-secondary-container));
}
.mdui-fab {
position: fixed;