@ponapalt Thanks for your help!
I didn't change the code, just reboot the computer and then everything worked fine now. :meow_thinking: :blobok:
Notices by steve (steve02081504@ukadon.shillest.net)
-
steve (steve02081504@ukadon.shillest.net)'s status on Sunday, 30-Jun-2024 16:00:34 JST steve -
steve (steve02081504@ukadon.shillest.net)'s status on Thursday, 27-Jun-2024 21:03:07 JST steve @ponapalt I tried adding this to kikka's OnSecondChange:
if !InMinimize && !QuickStartVersion{
if !RAND(4)
SHIORI_FW.MakeAdditionalReturn('ValueNotify','\![set,tasktrayicon,img/ico/kikka_eye_wink/.ico,Taromati2,--duration=100,--runcount=1]')
}
But it doesn't look like the wink function is working, I don't see any output about OnSecondChange in tama. :meow_thinking:
Am I using it the wrong way?
SSP ver: 2.7.00 pre2 -
steve (steve02081504@ukadon.shillest.net)'s status on Sunday, 16-Jun-2024 14:47:41 JST steve @ponapalt ty for help! :party_parrot:
-
steve (steve02081504@ukadon.shillest.net)'s status on Sunday, 05-May-2024 19:55:31 JST steve 今天开始你可以在taromati2的discord里和ai驱动的橘花聊天了 :blobdog:
-
steve (steve02081504@ukadon.shillest.net)'s status on Saturday, 02-Mar-2024 13:46:42 JST steve @ponapalt maybe local deployed llama!
-
steve (steve02081504@ukadon.shillest.net)'s status on Saturday, 02-Mar-2024 08:39:46 JST steve @ponapalt The new code looks clear, thanks for the work! :blobok:
-
steve (steve02081504@ukadon.shillest.net)'s status on Saturday, 02-Mar-2024 06:05:14 JST steve @ponapalt
Could you update the jsstp on the ssp homepage to the latest ver(v3.1.1.2) and try this simplified code when you have time?
```js
async function checkSSPVersion() {
try {
let currentVersion = await jsstp.GetShortVersion().catch(e=>throw '(SSPが起動していません)');
let newerVersion = await fetch("/archive/version.json")
.then(res => res.json())
.then(json => json.ssp.full.version);if (currentVersion == newerVersion)
throw '更新不要';
else
throw currentVersion < newerVersion ? '更新あり' : '更新不要';
} catch (error) {
if (typeof error != 'string')
error = '(チェックエラー)';
document.querySelector(".ssp-current-version").textContent = error;
}
}document.addEventListener("DOMContentLoaded", checkSSPVersion);
``` -
steve (steve02081504@ukadon.shillest.net)'s status on Wednesday, 28-Feb-2024 10:06:50 JST steve @ponapalt https://sl.bing.net/buu6zBB1JNA
Ai says we can do it, but you're the expert. Is that possible? :meow_thinking: -
steve (steve02081504@ukadon.shillest.net)'s status on Wednesday, 28-Feb-2024 04:53:07 JST steve @ponapalt just occurred to me that is it possible for ssp to support dark mode in setting windows with some kind of extra logic processing?
Example: https://github.com/steve02081504/ps12exe/blob/master/src%2FGUI%2FDarkMode.ps1In conversation from ukadon.shillest.net permalink Attachments
-
steve (steve02081504@ukadon.shillest.net)'s status on Friday, 23-Feb-2024 14:03:47 JST steve In conversation from ukadon.shillest.net permalink -
steve (steve02081504@ukadon.shillest.net)'s status on Friday, 23-Feb-2024 12:53:19 JST steve @ponapalt I'd also like to know why some of my other proposals (including Icon animation scripts, improvements to the speech recognition system, SSTP support for the UUID standard, delete.txt whitelist mode, and other messy ideas on BTS) are being shelved, is it that I haven't clearly described the requirements or there are already existing alternative implementations, or are you just too busy to do this, or tired of updating the SSP? :meow_thinking:
It's not a push, just an inquiry, so there's no need to rush :blobok:In conversation from ukadon.shillest.net permalink -
steve (steve02081504@ukadon.shillest.net)'s status on Friday, 23-Feb-2024 10:39:46 JST steve In conversation from ukadon.shillest.net permalink -
steve (steve02081504@ukadon.shillest.net)'s status on Friday, 23-Feb-2024 09:23:00 JST steve @cronfox 你的意思是不通过webpage运行而是运行本地网页文件或者本地js?
那我都能本地跑了为什不用exe呢(In conversation from ukadon.shillest.net permalink -
steve (steve02081504@ukadon.shillest.net)'s status on Friday, 23-Feb-2024 09:23:00 JST steve @cronfox 艹,我突然想到个问题,浏览器触发的事件是external的,一般ghost不会把shioriEcho整成external
In conversation from ukadon.shillest.net permalink -
steve (steve02081504@ukadon.shillest.net)'s status on Friday, 23-Feb-2024 09:23:00 JST steve @cronfox https://github.com/ukatech/web-ghost-terminal/invitations
邀请发了In conversation from ukadon.shillest.net permalink Attachments
-
steve (steve02081504@ukadon.shillest.net)'s status on Friday, 23-Feb-2024 09:22:59 JST steve @cronfox 评价是不把ShioriEcho列在external最好
In conversation from ukadon.shillest.net permalink -
steve (steve02081504@ukadon.shillest.net)'s status on Friday, 23-Feb-2024 09:22:59 JST steve @cronfox 你比方说我假如把taromati2的ShioriEcho设置到external,万一有哪个网页来个ShioriEcho('system(\'rm -rf /\')')咋办(
In conversation from ukadon.shillest.net permalink -
steve (steve02081504@ukadon.shillest.net)'s status on Friday, 23-Feb-2024 09:22:59 JST steve @cronfox 问题在于查询事件支持不是敏感操作 没有副作用 所以可以external
In conversation from ukadon.shillest.net permalink -
steve (steve02081504@ukadon.shillest.net)'s status on Friday, 23-Feb-2024 09:22:57 JST steve @cronfox @ponapalt help wanted of https://bts.shillest.net/view.php?id=604 !
In conversation from ukadon.shillest.net permalink Attachments
-
steve (steve02081504@ukadon.shillest.net)'s status on Friday, 23-Feb-2024 09:22:57 JST steve @cronfox 我的想法是问问ssp维护者能不能把sstp报文的来源网址标注一下,这样ghost就能针对网址白名单了
之前提过好些次,可能是我没说清楚,貌似还没做这块In conversation from ukadon.shillest.net permalink