feat: establish teaching feedback mini program

Connect student profiles, defaults, and feedback records to the Rust API. Configure the WeChat AppID, custom tab bar, and local development workflow for version 0.1.0.
This commit is contained in:
2026-07-15 15:36:51 +08:00
commit 0a07538dce
37 changed files with 2550 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Graphify generated knowledge graphs
graphify-out/
# Dependencies and build output
node_modules/
miniprogram_npm/
dist/
coverage/
target/
*.tsbuildinfo
# Independently versioned Rust API
/server/
# Local configuration and secrets
.env
.env.*
!.env.example
project.private.config.json
# Logs and OS metadata
*.log
.DS_Store