• Articles
  • advertising chart
    advertising chart
    Want to show up here too?Contact us.

    Resource Profile:

    Go语言,没测试,自助下载,随意下了研究吧!

    1.安装宝塔环境:

    yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh
        cd fish\
        go build -o account.exe account\main\main.go account\main\init.go account\main\config.go
        go build -o hall.exe hall\main\main.go hall\main\init.go hall\main\config.go
        go build -o fish.exe game\main\main.go game\main\init.go game\main\config.go

    2.解压客户端:
    tar -zxvf fish.tar.gz /var/www/html/client/fish
    3.配置nginx:

        server {
            listen       80;
            server_name  fish.com;
            charset utf8;
            index index.html index.htm;
            location /qq {
                add_header Access-Control-Allow-Origin *;
                proxy_set_header X-Target $request_uri;
                proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                proxy_pass http://127.0.0.1:9000;
            }
            location / {
                root /var/www/html/client/fish;
                add_header Access-Control-Allow-Origin *;
                expires 7d;
            }
        }

    配置文件位置 /common/conf 内含redis配置和qq第三方登录配置,请自行修改。

    Photo Gallery:

    H5捕鱼游戏源码go语言服务器端网页版-效果图1 H5捕鱼游戏源码go语言服务器端网页版-效果图2

    advertising chart
    advertising chart
    Want to show up here too?Contact us.
    Frequently Asked Questions FAQ
    Can free downloads or VIP member-only resources be commercialized directly?
    The resources on this site are collected and organized through the network, for personal research and study purposes only. The copyright belongs to the legal owner of the software and program code, users should verify the copyright and legality of the resources, prohibited for commercial use, illegal activities or any violation of national laws and regulations.
    Disclaimer of liability for program or code bugs, compatibility issues or functional defects, etc.
    As the resources on this site are collected and organized through the network, not the site's original, it can not fully guarantee its functionality or code compatibility. Users need to verify whether the resources meet the needs of their own, due to the following circumstances lead to losses, this site does not assume any responsibility:
    Programs, source code and other computer software resources may contain code vulnerabilities (bugs), compatibility issues or functional defects left by the developer. This site does not provide free repair services for such technical defects, users need to bear the risk of debugging, modification or abandonment of the use.
    © 2025 by - SourceHub & Www.ZYYdd.Com. All rights reserved 蜀ICP备2025145155号-1