fix: add web/src/lib/api/ split files and fix .gitignore

The .gitignore had a Python-inherited `lib/` rule that blocked the
entire web/src/lib/api/ directory from being tracked. The original
api.ts was a file (not matched), but the split created a directory
inside lib/ which was ignored. Remove the `lib/` gitignore rule and
add the api module split files that were missing from the previous commit.
This commit is contained in:
tinkle-community
2026-03-12 13:38:32 +08:00
parent cb31782be4
commit fcda921d41
9 changed files with 752 additions and 1 deletions

1
.gitignore vendored
View File

@@ -79,7 +79,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/