mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-16 18:42:22 +08:00
修改: src/backend/sparkapi.cpp
This commit is contained in:
parent
b7e2571789
commit
c9e7ef20ec
@ -10,6 +10,8 @@ QString SparkAPI::serverUrl = "";
|
||||
|
||||
#elif __aarch64__
|
||||
QString SparkAPI::serverUrlDir = "aarch64-store";
|
||||
#elif __loongarch__
|
||||
QString SparkAPI::serverUrlDir = "loong64-store";
|
||||
#endif
|
||||
|
||||
SparkAPI::SparkAPI(QObject *parent) : QObject(parent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user