1 Star 0 Fork 6

Wuming/keentune_ui

forked from anolis/keentune_ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.htaccess 207 Bytes
一键复制 编辑 原始数据 按行查看 历史
tianweiweiliang 提交于 2023-12-28 18:29 . fix: 添加.htaccess文件
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dingpengs/keentune_ui.git
[email protected]:dingpengs/keentune_ui.git
dingpengs
keentune_ui
keentune_ui
master

搜索帮助