http://www.gityx.com/g8hh/yihanhua/577.html
https://theresmoregame.g8hh.com/
//初始化 关键词 "saveToClipboard"
GG=this;
//不减反增
GG.MainStore.ResourcesStore.useResource = GG.MainStore.ResourcesStore.addResource;
//自动增长
GG.MainStore.run.resources.forEach(v=>{
let cap = GG.MainStore.ResourcesStore._getResourceCap(v.id);
if(cap>0 && v.timer<cap)v.timer = cap;
});
//建造不减反增
GG.MainStore.BuildingsStore.buildings.forEach(b=>{
b.req.forEach(r=>{
if(r.value>0)r.value=0;
})
});