4 Commits

Author SHA1 Message Date
f7ef379a52 Add API key field to service configuration and support Bearer token authentication 2026-04-22 18:43:52 +08:00
e726abcddb Refactor UI files to use registerfunction instead of inline script, following bricks-framework理念: minimize JS usage and use existing controls with auxiliary validation functions 2026-04-22 17:04:54 +08:00
7daf801c99 Fix JavaScript files: use correct bricks.getWidgetById API with proper ID format 2026-04-22 16:43:09 +08:00
3edfa140e9 Fix bricks framework API usage and file structure
- Move all JS files from wwwroot/scripts/ to wwwroot/ root directory to comply with ahserver requirements
- Fix component registration: use bricks.Factory.register() instead of bricks.register()
- Fix function registration: use bricks.RF.register() instead of bricks.registerFunction()
- Update UI files to use item_template_url with external templates for List components
- Add proper list item template files (session-list-item.ui, service-list-item.ui, model-list-item.ui)
- Ensure all custom components and functions use correct bricks framework API
2026-04-22 15:49:36 +08:00