Theme Building Error

Hello everyone,
I designed and made a LUCI web UI that based on Boostrap Theme, and I have modified the layout and code of the index.html located in '/usr/lib/lua/luci/view/admin_status/index.htm'.

When I put my theme files into building, the error came out with:

check_data_file_clashes: Package luci-theme-jj wants to install file /home/netitgo/lede/build_dir/target-x86_64_musl/root-x86/usr/lib/lua/luci/view/admin_status/index.htm
But that file is already provided by package * luci-mod-admin-full

I am gussing there is a confict between my modified index.html file with the luci-mod-admin-full package, and does this mean I could only change the files in the within the theme folder?

In my situation, how could I build my files under the VIEW file replaced with my own one?