assets.js 278 B

12345678
  1. const BASE_URL = "https://git.tyrantg.com/tyrantgenesis/hikerViewRules/raw/master/assets/"
  2. const LOCAL_URL = 'hiker://files/rules/TyrantG/assets/'
  3. const godSaveFile = (asset_path) => {
  4. saveImage(BASE_URL+asset_path, LOCAL_URL+asset_path)
  5. }
  6. godSaveFile('images/avatar.jpg')