chore: sync all workspace changes
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"description" : "AutoLaunch Protocols Preregistration",
|
||||
"name" : "Protocol Preregistration",
|
||||
"version" : "1.0.0.12"
|
||||
}
|
||||
@@ -0,0 +1,125 @@
|
||||
{
|
||||
"allow": [
|
||||
{
|
||||
"origins": [
|
||||
"https://.get.microsoft.com",
|
||||
"https://.apps.microsoft.com"
|
||||
],
|
||||
"protocol": "ms-windows-store"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://.onedrive.com",
|
||||
"https://.onedrive.live.com",
|
||||
"https://sharepoint.com"
|
||||
],
|
||||
"protocol": "ms-word"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"^https://[a-z0-9-]*word-edit\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*word-view\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*onenote\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*eap\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*shared\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*afhs\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*vhs\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*optin\\.online\\.office\\.com/$"
|
||||
],
|
||||
"use_regex": true,
|
||||
"protocol": "ms-word"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://.onedrive.com",
|
||||
"https://.onedrive.live.com",
|
||||
"https://sharepoint.com"
|
||||
],
|
||||
"protocol": "ms-excel"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"^https://[a-z0-9-]*excel\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*onenote\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*eap\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*shared\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*afhs\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*vhs\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*optin\\.online\\.office\\.com/$"
|
||||
],
|
||||
"use_regex": true,
|
||||
"protocol": "ms-excel"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://.onedrive.com",
|
||||
"https://.onedrive.live.com",
|
||||
"https://sharepoint.com"
|
||||
],
|
||||
"protocol": "ms-powerpoint"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"^https://[a-z0-9-]*powerpoint\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*onenote\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*eap\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*shared\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*afhs\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*vhs\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*optin\\.online\\.office\\.com/$"
|
||||
],
|
||||
"use_regex": true,
|
||||
"protocol": "ms-powerpoint"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://.onedrive.com",
|
||||
"https://.onedrive.live.com",
|
||||
"https://sharepoint.com"
|
||||
],
|
||||
"protocol": "ms-visio"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"^https://[a-z0-9-]*visio\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*onenote\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*eap\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*shared\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*afhs\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*vhs\\.officeapps\\.live\\.com/$",
|
||||
"^https://[a-z0-9-]*optin\\.online\\.office\\.com/$"
|
||||
],
|
||||
"use_regex": true,
|
||||
"protocol": "ms-visio"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"https://www.microsoft.com",
|
||||
"https://copilot.microsoft.com"
|
||||
],
|
||||
"protocol": "ms-copilot"
|
||||
}
|
||||
],
|
||||
"warn": [
|
||||
{
|
||||
"origins": [
|
||||
"*"
|
||||
],
|
||||
"protocol": "ms-test-warn"
|
||||
}
|
||||
],
|
||||
"block": [
|
||||
{
|
||||
"origins": [
|
||||
"*"
|
||||
],
|
||||
"protocol": "ms-test-block"
|
||||
},
|
||||
{
|
||||
"origins": [
|
||||
"*"
|
||||
],
|
||||
"protocol": "applescript"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"cache-control" : {
|
||||
"Expire-Before" : "20251010100000Z"
|
||||
},
|
||||
"bypass_cache_forms": [
|
||||
{
|
||||
"DomainSign": "-7298457586272343475",
|
||||
"FormSign": []
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,291 @@
|
||||
{
|
||||
"global_block_list": [
|
||||
{
|
||||
"value": "officeapps",
|
||||
"type": 4,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Block autofill suggestion for office apps. e.g *.officeapps.live.com"
|
||||
},
|
||||
{
|
||||
"value": "sharepoint",
|
||||
"type": 4,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Block autofill suggestion for *sharepoint* // Remove it later"
|
||||
},
|
||||
{
|
||||
"value": "portal.azure.com",
|
||||
"type": 4,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Block URLs for azure portal"
|
||||
},
|
||||
{
|
||||
"value": "outlook.office365.com",
|
||||
"type": 1,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "outlook.office365.com"
|
||||
},
|
||||
{
|
||||
"value": "tasks.office.com",
|
||||
"type": 1,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "tasks.office.com"
|
||||
},
|
||||
{
|
||||
"value": "outlook.office.com",
|
||||
"type": 1,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "outlook.office.com"
|
||||
},
|
||||
{
|
||||
"value": "edge-webscratch/scratch/edge/autofill/autoformfilltests-blocked.html",
|
||||
"type": 0,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Test URL for global autofill blocklist"
|
||||
},
|
||||
{
|
||||
"value": "edge-webscratch/scratch/edge/autofill/Credentials/SimpleLoginGlobalBlock.html",
|
||||
"type": 0,
|
||||
"feature": 2,
|
||||
"source": 1,
|
||||
"metadata": "Test URL for global passwords blocklist"
|
||||
},
|
||||
{
|
||||
"value": "autofill.account.microsoft.com/",
|
||||
"type": 1,
|
||||
"feature": 2,
|
||||
"source": 1,
|
||||
"metadata": "AMC password management page"
|
||||
},
|
||||
{
|
||||
"value": "online.canarabank.in|$|-6908686398814051166",
|
||||
"type": 3,
|
||||
"feature": 2,
|
||||
"source": 1,
|
||||
"metadata": "Canara Transaction Password"
|
||||
},
|
||||
{
|
||||
"value": "online.canarabank.in|$|-5396408197698963614",
|
||||
"type": 3,
|
||||
"feature": 2,
|
||||
"source": 1,
|
||||
"metadata": "Canara Change Transaction Password"
|
||||
},
|
||||
{
|
||||
"value": "online.canarabank.in|$|4190082000",
|
||||
"type": 3,
|
||||
"feature": 2,
|
||||
"source": 1,
|
||||
"metadata": "Canara Transaction Password"
|
||||
},
|
||||
{
|
||||
"value": "online.canarabank.in|$|2463933404",
|
||||
"type": 3,
|
||||
"feature": 2,
|
||||
"source": 1,
|
||||
"metadata": "Canara Change Transaction Password"
|
||||
},
|
||||
{
|
||||
"value": "dev.azure.com",
|
||||
"type": 1,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "dev.azure.com"
|
||||
},
|
||||
{
|
||||
"value": "microsoft.visualstudio.com",
|
||||
"type": 1,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "microsoft.visualstudio.com"
|
||||
},
|
||||
{
|
||||
"value": "bankofamerica.com",
|
||||
"type": 1,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "bankofamerica.com"
|
||||
},
|
||||
{
|
||||
"value": "secure.bankofamerica.com",
|
||||
"type": 1,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "secure.bankofamerica.com"
|
||||
},
|
||||
{
|
||||
"value": "turbotax.intuit.com",
|
||||
"type": 1,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "turbotax.intuit.com"
|
||||
},
|
||||
{
|
||||
"value": "account.microsoft.com/profile",
|
||||
"type": 0,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "account.microsoft.com/profile"
|
||||
},
|
||||
{
|
||||
"value": "netportal.hdfcbank.com",
|
||||
"type": 1,
|
||||
"feature": 3,
|
||||
"source": 1,
|
||||
"metadata": "netportal.hdfcbank.com"
|
||||
},
|
||||
{
|
||||
"value": "trackpan.utiitsl.com",
|
||||
"type": 1,
|
||||
"feature": 3,
|
||||
"source": 1,
|
||||
"metadata": "trackpan.utiitsl.com"
|
||||
},
|
||||
{
|
||||
"value": "interactivebrokers",
|
||||
"type": 4,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Block hosts containing interactivebrokers"
|
||||
},
|
||||
{
|
||||
"value": "ibkr",
|
||||
"type": 4,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Block hosts containing ibkr"
|
||||
},
|
||||
{
|
||||
"value": "fidelity",
|
||||
"type": 4,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Block hosts containing fidelity"
|
||||
},
|
||||
{
|
||||
"value": "baidu.com|$|4160769877807940848",
|
||||
"type": 2,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Baidu search showing Name prediction"
|
||||
},
|
||||
{
|
||||
"value": "www.letpub.com.cn/index.php?page=journalapp&view=search|$|18116861647001386491",
|
||||
"type": 2,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Dropdown having Address Prediction"
|
||||
},
|
||||
{
|
||||
"value": "minkabu.jp|$|-3339644512494573250",
|
||||
"type": 2,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Search field having Server Prediction"
|
||||
},
|
||||
{
|
||||
"value": "mail.google.com|$|2394580826654731715",
|
||||
"type": 2,
|
||||
"feature": 2,
|
||||
"source": 1,
|
||||
"metadata": "Compose email To and Subject field showing / filling username and password"
|
||||
},
|
||||
{
|
||||
"value": "mail.google.com|$|2394580826654731715",
|
||||
"type": 2,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Compose email To field showing / filling autofill suggestion"
|
||||
},
|
||||
{
|
||||
"value": "copilot.microsoft.com",
|
||||
"type": 1,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "copilot.microsoft.com"
|
||||
},
|
||||
{
|
||||
"value": "copilot",
|
||||
"type": 4,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Block autofill where hosts containing copilot"
|
||||
},
|
||||
{
|
||||
"value": "pitneybowes",
|
||||
"type": 4,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Block autofill where hosts containing pitneybowes"
|
||||
},
|
||||
{
|
||||
"value": "exp.microsoft.com",
|
||||
"type": 1,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "Exp Control Tower"
|
||||
},
|
||||
{
|
||||
"value": "www.linkedin.com/games/crossclimb/",
|
||||
"type": 0,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "crossclimb"
|
||||
},
|
||||
{
|
||||
"value": "www.coolmathgames.com/0-crossclimb-by-linkedin",
|
||||
"type": 0,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "coolmathgames crossclimb"
|
||||
},
|
||||
{
|
||||
"value": "crossclimb",
|
||||
"type": 4,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "crossclimb game"
|
||||
},
|
||||
{
|
||||
"value": "-5278886412116034243|$|-2027455551673439118",
|
||||
"type": 3,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "dcjury.kingcounty.gov incorrect CID"
|
||||
},
|
||||
{
|
||||
"value": "microsoft.sharepoint.com",
|
||||
"type": 1,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "block autofill suggestions for microsoft.sharepoint.com"
|
||||
},
|
||||
{
|
||||
"value": "online.sbimf.com/login",
|
||||
"type": 0,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "block autofill suggestions for URL online.sbimf.com/login"
|
||||
},
|
||||
{
|
||||
"value": "www.airindia.com",
|
||||
"type": 1,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "block autofill suggestions for airindia.com"
|
||||
},
|
||||
{
|
||||
"value": "forms.office.com",
|
||||
"type": 1,
|
||||
"feature": 1,
|
||||
"source": 1,
|
||||
"metadata": "block autofill suggestions for forms.office.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"description": "AutofillCore data component",
|
||||
"name": "AutofillCore",
|
||||
"version": "4.0.1.32"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"MEANINGFUL_NAME": {
|
||||
"en": [
|
||||
{
|
||||
"positive_pattern": "^(((field|input)(_|-)?\\d+)|.*captcha.*|(security|access).*code|one.*time.*password)$|(_|-|^)+otp+(_|-)?"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
43
work/system-manual/edge-capture-profile/Breadcrumbs
Normal file
43
work/system-manual/edge-capture-profile/Breadcrumbs
Normal file
@@ -0,0 +1,43 @@
|
||||
0:00:00 Startup
|
||||
0:00:00 Microsoft.DeleteProfileHelper.CleanUpEphemeralProfiles
|
||||
0:00:00 Microsoft.DeleteProfileHelper.CleanUpDeletedProfiles
|
||||
0:00:00 Microsoft.NewBrowser_Normal
|
||||
0:00:00 Microsoft.BrowserList.AddBrowser
|
||||
0:00:00 Tab1 StartNav7 #auto_toplevel
|
||||
0:00:00 Browser1 Insert active Tab1 at 0
|
||||
0:00:00 Tab1 AddInfobar43
|
||||
0:00:00 Tab1 FinishNav7
|
||||
0:00:00 Tab1 PageLoad
|
||||
0:00:00 Tab1 StartNav8 #typed
|
||||
0:00:00 Tab1 SecurityChange #broken
|
||||
0:00:00 Tab1 FinishNav8
|
||||
0:00:00 Tab1 SecurityChange #broken
|
||||
0:00:02 Tab1 StartNav9 #renderer-script #link
|
||||
0:00:02 Tab1 SecurityChange #broken
|
||||
0:00:02 Tab1 FinishNav9
|
||||
0:00:03 Tab1 PageLoad
|
||||
0:17:01 Memory Pressure: Moderate
|
||||
0:17:06 Memory Pressure: None
|
||||
0:17:11 Memory Pressure: Moderate
|
||||
0:17:21 Memory Pressure: Moderate
|
||||
0:17:31 Memory Pressure: Moderate
|
||||
0:17:36 Memory Pressure: None
|
||||
0:17:41 Memory Pressure: Moderate
|
||||
0:17:51 Memory Pressure: Moderate
|
||||
0:18:01 Memory Pressure: Moderate
|
||||
0:18:12 Memory Pressure: Moderate
|
||||
0:18:22 Memory Pressure: Moderate
|
||||
0:18:32 Memory Pressure: Moderate
|
||||
0:18:42 Memory Pressure: None
|
||||
0:31:33 Memory Pressure: Moderate
|
||||
0:31:43 Memory Pressure: Moderate
|
||||
0:31:53 Memory Pressure: Moderate
|
||||
0:32:03 Memory Pressure: None
|
||||
1:00:00 Microsoft.Shutdown.IsRunningInBackground_Default
|
||||
2:00:00 Microsoft.Shutdown.IsRunningInBackground_Default
|
||||
2:28:55 Memory Pressure: Moderate
|
||||
2:29:00 Memory Pressure: None
|
||||
3:00:00 Microsoft.Shutdown.IsRunningInBackground_Default
|
||||
4:00:00 Microsoft.Shutdown.IsRunningInBackground_Default
|
||||
4:07:36 Memory Pressure: Moderate
|
||||
4:07:41 Memory Pressure: None
|
||||
BIN
work/system-manual/edge-capture-profile/BrowserMetrics-spare.pma
Normal file
BIN
work/system-manual/edge-capture-profile/BrowserMetrics-spare.pma
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"description": "Microsoft CRLSet",
|
||||
"name": "MicrosoftCRLSet",
|
||||
"version": "6498.2025.9.4"
|
||||
}
|
||||
BIN
work/system-manual/edge-capture-profile/Crashpad/settings.dat
Normal file
BIN
work/system-manual/edge-capture-profile/Crashpad/settings.dat
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
level=none expiry=0
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"epochs": [ {
|
||||
"calculation_time": "13429949454700989",
|
||||
"config_version": 0,
|
||||
"model_version": "0",
|
||||
"padded_top_topics_start_index": 0,
|
||||
"taxonomy_version": 0,
|
||||
"top_topics_and_observing_domains": [ ]
|
||||
} ],
|
||||
"hex_encoded_hmac_key": "AA805133C4B7095A6E5ACBCF0BC9424DC594A9F5676D18A009B0503C4D3C8B15",
|
||||
"next_scheduled_calculation_time": "13430554254701615"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
$F~
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
work/system-manual/edge-capture-profile/Default/DIPS
Normal file
BIN
work/system-manual/edge-capture-profile/Default/DIPS
Normal file
Binary file not shown.
BIN
work/system-manual/edge-capture-profile/Default/DIPS-wal
Normal file
BIN
work/system-manual/edge-capture-profile/Default/DIPS-wal
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -0,0 +1 @@
|
||||
MANIFEST-000001
|
||||
@@ -0,0 +1,2 @@
|
||||
2026/07/31-13:30:54.730 16b0 Creating DB C:\WorkYuanLy\MES_Manage_View_V20\work\system-manual\edge-capture-profile\Default\EdgeCoupons/coupons_data.db since it was missing.
|
||||
2026/07/31-13:30:54.747 16b0 Reusing MANIFEST C:\WorkYuanLy\MES_Manage_View_V20\work\system-manual\edge-capture-profile\Default\EdgeCoupons/coupons_data.db/MANIFEST-000001
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
{"logTime": "0731/053052", "session": "START"}
|
||||
{"logTime": "0731/053052", "level": "INFO", "location": "chrome\\browser\\ui\\startup\\startup_browser_creator_impl.cc:352 EdgeLogLastSessionExitTypeOnStartup", "message": "Previous Session Exit Type: PreviousSessionExitType::kNormalBrowserShutDown"}
|
||||
{"logTime": "0731/053052", "level": "INFO", "location": "chrome\\browser\\ui\\startup\\startup_browser_creator_impl.cc:1398 DetermineURLsAndLaunch", "message": "Startup Preference: 0"}
|
||||
{"logTime": "0731/053052", "level": "INFO", "location": "chrome\\browser\\ui\\startup\\startup_browser_creator_impl.cc:1400 DetermineURLsAndLaunch", "message": "Browser Open Behavior: 0"}
|
||||
{"logTime": "0731/053054", "level": "INFO", "location": "components\\sessions\\core\\command_storage_manager.cc:275 operator()", "message": "No valid session file found: SessionRestore"}
|
||||
{"logTime": "0731/053054", "level": "INFO", "location": "components\\sessions\\core\\command_storage_manager.cc:275 operator()", "message": "Last session file not found for SessionType : SessionRestore"}
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -0,0 +1 @@
|
||||
MANIFEST-000001
|
||||
@@ -0,0 +1,2 @@
|
||||
2026/07/31-13:30:52.460 694 Creating DB C:\WorkYuanLy\MES_Manage_View_V20\work\system-manual\edge-capture-profile\Default\Extension Rules since it was missing.
|
||||
2026/07/31-13:30:52.480 694 Reusing MANIFEST C:\WorkYuanLy\MES_Manage_View_V20\work\system-manual\edge-capture-profile\Default\Extension Rules/MANIFEST-000001
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
MANIFEST-000001
|
||||
@@ -0,0 +1,2 @@
|
||||
2026/07/31-13:30:52.483 694 Creating DB C:\WorkYuanLy\MES_Manage_View_V20\work\system-manual\edge-capture-profile\Default\Extension Scripts since it was missing.
|
||||
2026/07/31-13:30:52.502 694 Reusing MANIFEST C:\WorkYuanLy\MES_Manage_View_V20\work\system-manual\edge-capture-profile\Default\Extension Scripts/MANIFEST-000001
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
MANIFEST-000001
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user