mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-02 08:05:29 +08:00
update
This commit is contained in:
@ -188,7 +188,6 @@
|
||||
<file>qml/viewmodel/TextBoxViewModel.qml</file>
|
||||
<file>qml/page/T_Clip.qml</file>
|
||||
<file>qml/page/T_3D.qml</file>
|
||||
<file>res/obj/test.obj</file>
|
||||
<file>qml/global/Lang.qml</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -51,7 +51,7 @@ FluContentPage{
|
||||
]
|
||||
Mesh {
|
||||
id: mesh
|
||||
source: "qrc:/example/res/obj/test.obj"
|
||||
source: "https://zhu-zichu.gitee.io/test.obj"
|
||||
}
|
||||
PhongMaterial {
|
||||
id: material
|
||||
|
@ -52,7 +52,7 @@ FluContentPage{
|
||||
]
|
||||
Mesh {
|
||||
id: mesh
|
||||
source: "qrc:/example/res/obj/test.obj"
|
||||
source: "https://zhu-zichu.gitee.io/test.obj"
|
||||
}
|
||||
PhongMaterial {
|
||||
id: material
|
||||
|
Reference in New Issue
Block a user