This commit is contained in:
icssoa 2025-07-07 00:03:25 +08:00 committed by icssoa
parent 155543f457
commit 62f54008ce
2 changed files with 7 additions and 0 deletions

View File

@ -852,6 +852,9 @@
* @returns {boolean} 是否有更新
*/
function createJson() {
if (config.type == "uniapp-x") {
return false;
}
const arr = list.map((e) => {
return {
prefix: e.prefix,

View File

@ -189,6 +189,10 @@ async function getData() {
* @returns {boolean}
*/
function createJson(): boolean {
if (config.type == "uniapp-x") {
return false;
}
const arr = list.map((e) => {
return {
prefix: e.prefix,