Commit 888c9417 authored by 张宏's avatar 张宏

example->qialg

parent 1f825025
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_26" project-jdk-name="Android API 34, extension level 7 Platform" project-jdk-type="Android SDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_26" project-jdk-name="Android API 34, extension level 7 Platform" project-jdk-type="Android SDK">
<output url="file://$PROJECT_DIR$/out" /> <output url="file://$PROJECT_DIR$/out" />
......
...@@ -23,7 +23,7 @@ if (flutterVersionName == null) { ...@@ -23,7 +23,7 @@ if (flutterVersionName == null) {
} }
android { android {
namespace "com.example.laki_icu_app" namespace "com.qialg.laki_icu_app"
compileSdkVersion flutter.compileSdkVersion compileSdkVersion flutter.compileSdkVersion
ndkVersion flutter.ndkVersion ndkVersion flutter.ndkVersion
...@@ -42,7 +42,7 @@ android { ...@@ -42,7 +42,7 @@ android {
defaultConfig { defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.laki_icu_app" applicationId "com.qialg.laki_icu_app"
// You can update the following values to match your application needs. // You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion minSdkVersion flutter.minSdkVersion
......
...@@ -31,7 +31,7 @@ class AuthMockData { ...@@ -31,7 +31,7 @@ class AuthMockData {
phonenumber: '13800138000', phonenumber: '13800138000',
email: 'admin@laki-icu.com', email: 'admin@laki-icu.com',
sex: '1', sex: '1',
avatarUrl: 'https://example.com/avatar/default.png', avatarUrl: 'https://qialg.com/avatar/default.png',
deptName: '技术部', deptName: '技术部',
tenantId: 'tenant_001', tenantId: 'tenant_001',
); );
......
...@@ -101,7 +101,7 @@ flutter: ...@@ -101,7 +101,7 @@ flutter:
# in this "flutter" section. Each entry in this list should have a # in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a # "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For # list giving the asset and other descriptors for the font. For
# example: # qialg:
# fonts: # fonts:
# - family: Schyler # - family: Schyler
# fonts: # fonts:
......
// This is a basic Flutter widget test. // This is a basic Flutter widget test.
// //
// To perform an interaction with a widget in your test, use the WidgetTester // To perform an interaction with a widget in your test, use the WidgetTester
// utility in the flutter_test package. For example, you can send tap and scroll // utility in the flutter_test package. For qialg, you can send tap and scroll
// gestures. You can also use WidgetTester to find child widgets in the widget // gestures. You can also use WidgetTester to find child widgets in the widget
// tree, read text, and verify that the values of widget properties are correct. // tree, read text, and verify that the values of widget properties are correct.
......
...@@ -89,11 +89,11 @@ BEGIN ...@@ -89,11 +89,11 @@ BEGIN
BEGIN BEGIN
BLOCK "040904e4" BLOCK "040904e4"
BEGIN BEGIN
VALUE "CompanyName", "com.example" "\0" VALUE "CompanyName", "com.qialg" "\0"
VALUE "FileDescription", "laki_icu_app" "\0" VALUE "FileDescription", "laki_icu_app" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0" VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "laki_icu_app" "\0" VALUE "InternalName", "laki_icu_app" "\0"
VALUE "LegalCopyright", "Copyright (C) 2026 com.example. All rights reserved." "\0" VALUE "LegalCopyright", "Copyright (C) 2026 com.qialg. All rights reserved." "\0"
VALUE "OriginalFilename", "laki_icu_app.exe" "\0" VALUE "OriginalFilename", "laki_icu_app.exe" "\0"
VALUE "ProductName", "laki_icu_app" "\0" VALUE "ProductName", "laki_icu_app" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0" VALUE "ProductVersion", VERSION_AS_STRING "\0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment