1
0
forked from bot/app

修改启动逻辑和插件加载逻辑

This commit is contained in:
2024-05-26 16:38:38 +08:00
parent c171873fa6
commit 3ea0acd48b
11 changed files with 206 additions and 43 deletions

View File

@ -1,7 +1,6 @@
// Copyright (c) 2024 SnowyKami Liteyuki Studio All Rights Reserved.
/**
* @type {{
* results: Array<{
@ -25,7 +24,13 @@
const data = JSON.parse(document.getElementById("data").innerText);
const results = data["result"];
const solution_template = document.getElementById("route-template").innerText;
const route_template = document.importNode(document.getElementById("route-template").content, true)
results.forEach(
(item, index) => {
}
)