mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix custom issues.html
This commit is contained in:
parent
cc8797d71a
commit
09a2724c65
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
httpGetAsync("https://raw.githubusercontent.com/RROrg/rr/main/docs/models.json", function (result) {
|
httpGetAsync("https://raw.githubusercontent.com/RROrg/rr/main/docs/models.json", function (result) {
|
||||||
//_models = JSON.parse(result);
|
_models = JSON.parse(result);
|
||||||
httpGetAsync("https://raw.githubusercontent.com/RROrg/rr/main/docs/addons.json", function (result) {
|
httpGetAsync("https://raw.githubusercontent.com/RROrg/rr/main/docs/addons.json", function (result) {
|
||||||
_addons = JSON.parse(result);
|
_addons = JSON.parse(result);
|
||||||
httpGetAsync("https://raw.githubusercontent.com/RROrg/rr/main/docs/modules.json", function (result) {
|
httpGetAsync("https://raw.githubusercontent.com/RROrg/rr/main/docs/modules.json", function (result) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user