fix(config): 更新应用配置和设备方向设置

- 在InitActivity中添加竖屏显示配置
- 注释掉BaseActivity中的动态屏幕方向逻辑
- 修改应用ID为com.shuwei.dish.match.new
- 将应用名称从菜品配比终端改为配比秤新
- 恢复称重设备端口为/dev/ttyS4
This commit is contained in:
mazengfei
2026-06-04 11:22:03 +08:00
parent 01ff7241cd
commit 14ccc39bfd
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ android {
compileSdk = 36
defaultConfig {
applicationId = "com.shuwei.dish.match"
applicationId = "com.shuwei.dish.match.new"
minSdk = 29
targetSdk = 36
versionCode = 1