K7

K7Blog

须知少年凌云志 曾许人间第一流.
proton
telegram

宝塔chevereto1.6.2の中国語インストールガイド

github (中文汉化):https://github.com/keven1024/chevereto-free-chinese

app
content
images

これらのディレクトリには 777 のパーミッションを設定し、ウェブサイトの設定ファイルに次のコードを追加します:

location / {
    if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php){ rewrite (.*) $1/index.php; } if (!-f $request_filename){ rewrite (.*) /index.php; } try_files $uri $uri/ /api.php; } location /admin { try_files $uri /admin/index.php?$args;
    }

ドメインにアクセスしてデータベースを設定し、データベースに移動して chv_users を見つけ、user_language フィールドを zh-CN に変更します。これにより、中国語が表示されます。

読み込み中...
文章は、創作者によって署名され、ブロックチェーンに安全に保存されています。