chore: 完成多平台适配与代码优化
此提交包含多项变更: 1. 新增鸿蒙平台支持,完善设备检测与数据库适配 2. 替换旧版分享插件API为SharePlus 3. 批量迁移StateNotifier到Notifier以适配新版Riverpod 4. 修复zip编码判断、图表API参数等bug 5. 更新应用图标、启动页资源与多尺寸适配图标 6. 调整Android最小SDK版本与应用名称 7. 优化日志打印与正则表达式使用 8. 修正编辑器画布样式初始化与配置逻辑 9. 更新依赖与CI插件配置
@@ -25,7 +25,7 @@ android {
|
||||
applicationId = "com.example.xianyan"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = flutter.minSdkVersion
|
||||
minSdk = 26
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = flutter.versionCode
|
||||
versionName = flutter.versionName
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION" />
|
||||
|
||||
<application
|
||||
android:label="xianyan"
|
||||
android:label="闲言"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:usesCleartextTraffic="true">
|
||||
|
||||
|
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 144 KiB |