Files
teaching-feedback-assistant/app.ts
shay7sev 0a07538dce 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.
2026-07-15 15:36:51 +08:00

6 lines
63 B
TypeScript

App({
globalData: {
appName: '教学反馈助手'
}
})