Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
hemei
Commits
f01f5668
Commit
f01f5668
authored
Aug 09, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 lcus1 没反应
parent
d523fd96
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
33 additions
and
5 deletions
+33
-5
thick_public
thick_public
+1
-1
customSection.config
脚本/和美追边客户端容器描述.unity/unity/customSection.config
+2
-0
lcus1.config
脚本/和美追边客户端容器描述.unity/unity/lcus1.config
+21
-0
other.service.config
脚本/和美追边客户端容器描述.unity/unity/other.service.config
+7
-3
relationship.json
脚本/和美追边客户端容器描述.unity/unity/relationship.json
+2
-1
和美追边客户端容器描述.xmind
脚本/和美追边客户端容器描述.xmind
+0
-0
No files found.
thick_public
@
1131b035
Subproject commit
94decdd5a6cdc48b9659e14f3d691429f2a59fec
Subproject commit
1131b035b78ea3c8c62ca22c65eadae4ac0b5733
脚本/和美追边客户端容器描述.unity/unity/customSection.config
View file @
f01f5668
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
<
alias
alias
=
"UserControl"
type
=
"System.Windows.Controls.UserControl,PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
/>
<
alias
alias
=
"UserControl"
type
=
"System.Windows.Controls.UserControl,PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
/>
<
container
>
<
container
>
<
register
type
=
"UserControl"
mapTo
=
"UcSectionOsk"
name
=
"osk"
/>
<
register
type
=
"UserControl"
mapTo
=
"UcSectionOsk"
name
=
"osk"
/>
<
register
type
=
"UserControl"
mapTo
=
"UcSectionError"
name
=
"error"
/>
</
container
>
</
container
>
</
unity
>
</
unity
>
</
configuration
>
</
configuration
>
\ No newline at end of file
脚本/和美追边客户端容器描述.unity/unity/lcus1.config
0 → 100644
View file @
f01f5668
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
configuration
>
<
configSections
>
<
section
name
=
"unity"
type
=
"Microsoft.Practices.Unity.Configuration.UnityConfigurationSection,Unity.Configuration"
/>
</
configSections
>
<
unity
>
<
assembly
name
=
"FLY.Thick.Base.UI"
/>
<
namespace
name
=
"FLY.Thick.Base.UI"
/>
<
namespace
name
=
"FLY.Thick.Base.UI.OnInit"
/>
<
assembly
name
=
"FLY.OBJComponents"
/>
<
namespace
name
=
"FLY.OBJComponents.IService"
/>
<
namespace
name
=
"FLY.OBJComponents.Client"
/>
<
alias
alias
=
"IOnInit"
type
=
"MultiLayout.UiModule.IOnInit, MultiLayout"
/>
<
container
>
<
register
type
=
"LCUS1"
mapTo
=
"LCUS1_dependOn"
>
<
lifetime
type
=
"singleton"
/>
</
register
>
</
container
>
</
unity
>
</
configuration
>
\ No newline at end of file
脚本/和美追边客户端容器描述.unity/unity/other.service.config
View file @
f01f5668
...
@@ -6,12 +6,17 @@
...
@@ -6,12 +6,17 @@
<
unity
>
<
unity
>
<
assembly
name
=
"FLY.Thick.Base.UI"
/>
<
assembly
name
=
"FLY.Thick.Base.UI"
/>
<
namespace
name
=
"FLY.Thick.Base.UI"
/>
<
namespace
name
=
"FLY.Thick.Base.UI"
/>
<
namespace
name
=
"FLY.Thick.Base.UI.OnInit"
/>
<
alias
alias
=
"Window"
type
=
"System.Windows.Window,PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
/>
<
alias
alias
=
"Window"
type
=
"System.Windows.Window,PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
/>
<
alias
alias
=
"IOnInit"
type
=
"MultiLayout.UiModule.IOnInit, MultiLayout"
/>
<
container
>
<
container
>
<
register
type
=
"LCUS1"
mapTo
=
"LCUS1_dependOn"
>
<
register
type
=
"Window"
mapTo
=
"WdIOTip"
name
=
"wdIOTip"
/>
<
register
type
=
"IOnInit"
mapTo
=
"OnInitError"
name
=
"error"
>
<
lifetime
type
=
"singleton"
/>
</
register
>
<
register
type
=
"IOnInit"
mapTo
=
"OnInitLcus1_One"
name
=
"lcus1"
>
<
lifetime
type
=
"singleton"
/>
<
lifetime
type
=
"singleton"
/>
</
register
>
</
register
>
<
register
type
=
"Window"
mapTo
=
"WdIOTip"
name
=
"wdIOTip"
/>
</
container
>
</
container
>
</
unity
>
</
unity
>
</
configuration
>
</
configuration
>
\ No newline at end of file
脚本/和美追边客户端容器描述.unity/unity/relationship.json
View file @
f01f5668
{
{
"Name"
:
"root"
,
"Name"
:
"root"
,
"Path"
:
[
"Path"
:
[
"root.config"
"root.config"
,
"lcus1.config"
],
],
"Children"
:
[
"Children"
:
[
{
{
...
...
脚本/和美追边客户端容器描述.xmind
View file @
f01f5668
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment