prts-moonlit 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/gacha.html CHANGED
@@ -1300,7 +1300,7 @@ document.addEventListener('pointerdown',function(){ac()},{once:true});
1300
1300
  btn.addEventListener('click',open);
1301
1301
  setInterval(function(){if(acct&&acct.k){var c=canon();if(c!==lastSnap){lastSnap=c;clearTimeout(pq);pq=setTimeout(push,900);}}},2000);
1302
1302
  if(acct&&acct.k){setTimeout(function(){pull(false);},250);}
1303
- var APP_VER='1.2.4';
1303
+ var APP_VER='1.2.5';
1304
1304
  function _verCmp(a,b){var x=String(a).split('.'),y=String(b).split('.');for(var i=0;i<3;i++){var p=parseInt(x[i]||'0',10),q=parseInt(y[i]||'0',10);if(p!==q)return p-q}return 0}
1305
1305
  function chkVer(){
1306
1306
  try{
package/index.html CHANGED
@@ -542,7 +542,7 @@ img.av{filter:saturate(1.1) contrast(1.05) -webkit-user-drag:none}
542
542
  <div class="bnews" id="newsBar" data-act="news" style="cursor:pointer">
543
543
  <div class="hd">BREAKING NEWS</div>
544
544
  <div class="bx">
545
- <div style="font-size:.82em;line-height:1.4;font-weight:800;color:#ff5f57">版本 v1.2.4 正式上线!<br><span style="opacity:.75;font-size:.82em;font-weight:400;color:#ffd23f">点此查看使用教程与更新内容 ↗</span></div>
545
+ <div style="font-size:.82em;line-height:1.4;font-weight:800;color:#ff5f57">版本 v1.2.5 正式上线!<br><span style="opacity:.75;font-size:.82em;font-weight:400;color:#ffd23f">点此查看使用教程与更新内容 ↗</span></div>
546
546
  </div>
547
547
  </div>
548
548
 
@@ -2641,7 +2641,7 @@ function tshuffle(a){for(var i=a.length-1;i>0;i--){var j=Math.floor(Math.random(
2641
2641
  var TARO_NOW=[];
2642
2642
  function openNews(){
2643
2643
  var h='<div class="box"><div class="tag rd">NOTICE</div>'+
2644
- '<div style="margin-top:6px;font-weight:900;font-size:1.08em">版本 v1.2.4 正式上线!</div>'+
2644
+ '<div style="margin-top:6px;font-weight:900;font-size:1.08em">版本 v1.2.5 正式上线!</div>'+
2645
2645
  '<div style="font-size:.78em;opacity:.7;margin-top:3px">鲸鲸的养成计划 · PRTS 终端 · 2026-09-27</div></div>'+
2646
2646
  '<div class="box" style="margin-top:10px"><div class="tag">使用教程</div>'+
2647
2647
  '<div style="font-size:.82em;line-height:1.8;margin-top:6px">'+
@@ -2651,8 +2651,10 @@ function openNews(){
2651
2651
  '④ 云存档:点 @ 登录 →「云端导入」接回数据 /「云端上传」备份上云;也有「本地存档码」跨设备搬运<br>'+
2652
2652
  '⑤ 恢复出厂:@ 面板内「清空本机存档」,一键清空本机数据(云端不受影响)<br>'+'⑥ AI 对话:01 里保存 API 配置(地址/Key/模型)→ 和「人格」开聊;采购中心的券可直接在对话里使用<br>'+'⑦ 意见箱:@ 面板里的 📮 直达云端,说什么都能被鲸鲸收到</div></div>'+
2653
2653
  '<div class="box" style="margin-top:10px"><div class="tag">免责声明</div><div style="font-size:.76em;line-height:1.75;margin-top:6px;opacity:.8">本站为个人学习与娱乐项目,无商业运营、无任何支付功能。AI 功能需自备 API 密钥,生成内容仅供参考;数据保存在你的设备与私有云存档中,可随时一键清空。</div></div>'+
2654
- '<div class="box" style="margin-top:10px"><div class="tag">更新内容 · v1.2.4</div>'+
2655
- '<div style="font-size:.82em;line-height:1.8;margin-top:6px">✦ 对话输入修复:聊天打字时按「删除键」不再误触返回主页<br>✦ 战绩簿刷新:Ave Mujica 联动 1600 抽入账(累计 24,213 抽 · 726 彩 · 2.998%)</div></div>'+
2654
+ '<div class="box" style="margin-top:10px"><div class="tag">更新内容 · v1.2.5</div>'+
2655
+ '<div style="font-size:.82em;line-height:1.8;margin-top:6px">✦ 公告修正</div></div>'+
2656
+ '<div class="box" style="margin-top:10px"><div class="tag">里程碑 · v1.2.4</div>'+
2657
+ '<div style="font-size:.82em;line-height:1.8;margin-top:6px">✦ 对话输入修复:聊天打字时按「删除键」不再误触返回主页</div></div>'+
2656
2658
  '<div class="box" style="margin-top:10px"><div class="tag">里程碑 · v1.2.3</div>'+
2657
2659
  '<div style="font-size:.82em;line-height:1.8;margin-top:6px">✦ 云端同步加固:开屏拉取 / 云端导入 / 登录校验 / 上传校验全部换用更稳的传输通道——弱网与受限环境也能把存档稳稳拉回来</div></div>'+
2658
2660
  '<div class="box" style="margin-top:10px"><div class="tag">里程碑 · v1.2.2</div>'+
@@ -2997,7 +2999,7 @@ boot();
2997
2999
  (function(){
2998
3000
  var B=document.getElementById('petB'),bub=document.getElementById('petBub'),txt=document.getElementById('petTxt');
2999
3001
  if(!B)return;
3000
- var L=['鲸鲸~','主人~','捏到了!再捏一下嘛','今日宜抽卡','小鱼干 +1!','BUILD v1.2.4 已就位','账单同步了吗?','过场动画,好看吧?','晚安前记得说晚安哦','鲸鲸在看家…','要摸摸头吗?','别熬夜啦,主人'];
3002
+ var L=['鲸鲸~','主人~','捏到了!再捏一下嘛','今日宜抽卡','小鱼干 +1!','BUILD v1.2.5 已就位','账单同步了吗?','过场动画,好看吧?','晚安前记得说晚安哦','鲸鲸在看家…','要摸摸头吗?','别熬夜啦,主人'];
3001
3003
  var last=-1,ht=0;
3002
3004
  function say(){
3003
3005
  var i;do{i=Math.floor(Math.random()*L.length)}while(i===last);
@@ -3032,7 +3034,7 @@ boot();
3032
3034
  setInterval(function(){if(document.visibilityState==='visible')say()},36000);
3033
3035
  })();
3034
3036
  </script>
3035
- <div style="position:fixed;left:10px;bottom:5px;font-size:9px;letter-spacing:.14em;color:#4cc9ff;opacity:.5;z-index:45;font-family:ui-monospace,Menlo,monospace;pointer-events:none">BUILD v1.2.4</div>
3037
+ <div style="position:fixed;left:10px;bottom:5px;font-size:9px;letter-spacing:.14em;color:#4cc9ff;opacity:.5;z-index:45;font-family:ui-monospace,Menlo,monospace;pointer-events:none">BUILD v1.2.5</div>
3036
3038
 
3037
3039
  <!-- ===== SYSTEM LOGIN 云存档 ===== -->
3038
3040
  <script>
@@ -3289,7 +3291,7 @@ boot();
3289
3291
  btn.addEventListener('click',open);
3290
3292
  setInterval(function(){if(acct&&acct.k){var c=canon();if(c!==lastSnap){lastSnap=c;clearTimeout(pq);pq=setTimeout(push,900);}}},2000);
3291
3293
  if(acct&&acct.k){setTimeout(function(){pull(false);},250);}
3292
- var APP_VER='1.2.4';
3294
+ var APP_VER='1.2.5';
3293
3295
  function _verCmp(a,b){var x=String(a).split('.'),y=String(b).split('.');for(var i=0;i<3;i++){var p=parseInt(x[i]||'0',10),q=parseInt(y[i]||'0',10);if(p!==q)return p-q}return 0}
3294
3296
  function chkVer(){
3295
3297
  try{
package/ledger.html CHANGED
@@ -1289,7 +1289,7 @@ window.LEDGER_BACKUP = [];
1289
1289
  btn.addEventListener('click',open);
1290
1290
  setInterval(function(){if(acct&&acct.k){var c=canon();if(c!==lastSnap){lastSnap=c;clearTimeout(pq);pq=setTimeout(push,900);}}},2000);
1291
1291
  if(acct&&acct.k){setTimeout(function(){pull(false);},250);}
1292
- var APP_VER='1.2.4';
1292
+ var APP_VER='1.2.5';
1293
1293
  function _verCmp(a,b){var x=String(a).split('.'),y=String(b).split('.');for(var i=0;i<3;i++){var p=parseInt(x[i]||'0',10),q=parseInt(y[i]||'0',10);if(p!==q)return p-q}return 0}
1294
1294
  function chkVer(){
1295
1295
  try{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prts-moonlit",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "ARKNIGHTS x P3R Moonlit PRTS terminal (personal toy site)",
5
5
  "license": "MIT"
6
6
  }