修改为高分辨率

This commit is contained in:
xsl
2025-12-22 15:55:43 +08:00
parent c83f36c976
commit 1f9e4939b9
105 changed files with 1366 additions and 1715 deletions
+2 -2
View File
@@ -102,7 +102,7 @@ void threadFunction() {
startTime += 100;
if (startTime == 10 * 1000)
{
vector<string> motions = { "5" };
vector<string> motions = { "5", "13"};
g_app->changeMotionList(motions, CppAnimationFinishedCallback, true);
}
std::this_thread::sleep_for(std::chrono::milliseconds(100)); // 暂停200ms
@@ -165,7 +165,7 @@ int main() {
MotionList s_motions;
s_motions.motions.push_back(motions["4"]);
s_motions.motions.push_back(motions["5"]);
//s_motions.motions.push_back(motions["13"]);
s_motions.motions.push_back(motions["13"]);
json j = s_motions;
auto s = j.dump();