[JS] Force update js-file in browser after upgrade luci-app-ANY

Problem

After updating the JS-part of any package, the user is forced to clear the browser cache.

Proposed Solution

Add the version of the ipk-package to which the file belongs to the JS-file name.
Instead, all JS-files are now appended with a common version of LuCI.

All files in the package are known. The version is also known:

root@OpenWrt:# opkg files luci-app-zapret
Package luci-app-zapret (66-20241025) is installed on root and has the following files:
/www/luci-static/resources/view/zapret/service.js
/www/luci-static/resources/view/zapret/settings.js
/usr/share/rpcd/acl.d/luci-app-zapret.json
/www/luci-static/resources/view/zapret/tools.js
/usr/share/luci/menu.d/luci-app-zapret.json

root@OpenWrt:# opkg info luci-app-zapret
Package: luci-app-zapret
Version: 66-20241025
Depends: libc, zapret
Status: install user installed
Architecture: all
Installed-Time: 1729956777

I found a pretty similar problem on GitHub.
And they advised that the user should manually clear the cache in the browser.

@jow , can you comment on my problem that I described?