ai翻译
如题,希望能用openai兼容api,或者claude api
It looks like the name field was intentionally removed at some point. The bundler currently uses a pascal-case version of the crate name. A possible solution could be to either re-add application.name or add a product_name field (what the setting is called internally) under [bundle] and to use that if available, otherwise use the pascal-case crate name.
The doc https://dioxuslabs.com/learn/0.6/guide/bundle#customizing-your-bundle still uses the application.name.
I think the app/package name should be made configurable. The crate name is often not a user-facing name, and providing a custom name allows additional styling and branding of the app/package.
Any plan for supporting it in 0.7?