mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-10-30 15:57:37 +08:00
update
This commit is contained in:
parent
f265753228
commit
4b6fa1e65c
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
version: ${{ matrix.qt_ver }}
|
version: ${{ matrix.qt_ver }}
|
||||||
arch: ${{ matrix.qt_arch }}
|
arch: ${{ matrix.qt_arch }}
|
||||||
cache: ${{steps.cache-qt.outputs.cache-hit}}
|
cache: ${{steps.cache-qt.outputs.cache-hit}}
|
||||||
modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qtspeech'
|
modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qtspeech qt3d'
|
||||||
|
|
||||||
- name: msvc-build
|
- name: msvc-build
|
||||||
id: build
|
id: build
|
||||||
|
@ -188,7 +188,6 @@
|
|||||||
<file>qml/viewmodel/TextBoxViewModel.qml</file>
|
<file>qml/viewmodel/TextBoxViewModel.qml</file>
|
||||||
<file>qml/page/T_Clip.qml</file>
|
<file>qml/page/T_Clip.qml</file>
|
||||||
<file>qml/page/T_3D.qml</file>
|
<file>qml/page/T_3D.qml</file>
|
||||||
<file>res/obj/test.obj</file>
|
|
||||||
<file>qml/global/Lang.qml</file>
|
<file>qml/global/Lang.qml</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@ -51,7 +51,7 @@ FluContentPage{
|
|||||||
]
|
]
|
||||||
Mesh {
|
Mesh {
|
||||||
id: mesh
|
id: mesh
|
||||||
source: "qrc:/example/res/obj/test.obj"
|
source: "https://zhu-zichu.gitee.io/test.obj"
|
||||||
}
|
}
|
||||||
PhongMaterial {
|
PhongMaterial {
|
||||||
id: material
|
id: material
|
||||||
|
@ -52,7 +52,7 @@ FluContentPage{
|
|||||||
]
|
]
|
||||||
Mesh {
|
Mesh {
|
||||||
id: mesh
|
id: mesh
|
||||||
source: "qrc:/example/res/obj/test.obj"
|
source: "https://zhu-zichu.gitee.io/test.obj"
|
||||||
}
|
}
|
||||||
PhongMaterial {
|
PhongMaterial {
|
||||||
id: material
|
id: material
|
||||||
|
Loading…
Reference in New Issue
Block a user