Skip to content

JX3BOX/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ec6416 · Mar 24, 2025
Dec 11, 2023
Feb 9, 2025
Mar 24, 2025
Jul 31, 2023
Feb 19, 2025
Feb 19, 2025
Mar 21, 2025
Aug 13, 2024
Jul 31, 2023
Jan 8, 2024
Jul 31, 2023
Jul 31, 2023
Mar 21, 2025
Jul 31, 2023
Feb 19, 2025

Repository files navigation

wiki

type 缺省时默认为 achievement

正式服

怀旧服

云端宏

Rewrite

rewrite ^/jx3box/team https://www.jx3box.com/team;
rewrite ^/wiki/(\d+)?(.*) /?id=$1$2 permanent;
rewrite ^/quest/(\d+)?(.*) /?type=quest&id=$1$2 permanent;
rewrite ^/pet/(\d+)?(.*) /?type=pet&id=$1$2 permanent;
rewrite ^/item/(\d+)/(\d+)/price?(.*) /?type=price&id=$1_$2$3 permanent;
rewrite ^/item/(\d+)/(\d+)/(\d+)/price?(.*) /?type=price&id=$1_$2_$3$4 permanent;
rewrite ^/item/(\d+)/(\d+)?(.*) /?type=item&id=$1_$2$3 permanent;
rewrite ^/item/(\d+)/(\d+)/(\d+)?(.*) /?type=item&id=$1_$2_$3$4 permanent;
rewrite ^/ride/(\d+)/(\d+)?(.*) /?type=horse&id=$1_$2$3 permanent;
rewrite ^/game/(.*)?(.*) /?$1$2 permanent;