feat: 初始化

This commit is contained in:
George
2025-07-07 15:55:44 +08:00
commit 9b7bfcfe5a
969 changed files with 123036 additions and 0 deletions

15
pages/fts/index.css Normal file
View File

@ -0,0 +1,15 @@
.container {
padding: 0 16px;
}
.title {
margin: 14px 0;
}
.ftsSegmentedWrapper {
z-index: 999;
padding-top: 12px;
background: #fff;
height: 49px;
}
.webViewWrapper {
flex: 1;
}