1st
This commit is contained in:
James Liu
2026-05-28 01:50:09 +08:00
parent 34b173ba49
commit e584c0be3b
10 changed files with 1481 additions and 10 deletions
+1 -2
View File
@@ -70,9 +70,8 @@ export function register() {
R.Route(`matixx_${method}`, handler);
R.Route(`nextage_${method}`, handler)
R.Route(`highvoltage_${method}`, handler)
R.Route(`fuzzup_${method}`, handler)
R.Route(`fuzzup_${method}`, handler)
R.Route(`galaxywave_${method}`, handler)
R.Route(`galaxywave_delta_${method}`, handler)
// TODO: TB, and more older version?
};