175 Commits

Author SHA1 Message Date
d6024a5328 Forgot to commit the nuxt config 2025-05-20 16:30:09 +08:00
0dfbdb4c91 Remove docs and added them back? And also made the return uuid thing
now an endpoint that can be logged & cached.
2025-05-20 16:29:55 +08:00
5c64ae08bf Made a really basic script that runs the vitepress proccess. 2025-05-20 15:31:59 +08:00
7b46cc7e6f Add docs :) 2025-05-20 15:22:35 +08:00
ba1b3afa6f Make a poc for the api for line today & made some docs for myself and
others so others also can use the api
2025-05-20 14:49:50 +08:00
1680945186 Add a tools home page & update the json file with a bunch of ewww words
and of course, bypassed the login ui 😅
2025-05-20 09:33:26 +08:00
1905bb8ccf Nuke checks 2025-05-19 23:17:04 +08:00
175514d40b Update docker compose to allow for auto releases to the prod env. 2025-05-19 23:07:57 +08:00
84c176ac09 Made some tools for basic users & also may or may not added a bunch of
nono keywords into the kidunfriendlycontent.json file. Oh, and most of
it is sourced from you guessed it LINE Today & Taiwan's garbage news
corps >_<
2025-05-19 22:59:55 +08:00
4080eeaa3e Fix the demo 2025-05-19 14:42:01 +08:00
2495911a81 Make a demo? 2025-05-19 14:38:59 +08:00
edd8e5b05a Learn some basic algorithms via
https://github.com/trekhleb/javascript-algorithms?tab=readme-ov-file
super cool repo! This algorithm will just run on the client, if it isn't
my server will blow up :( Maybe I will just make a postgres db that
sends the users processing info to save other users processing power?
2025-05-19 13:59:10 +08:00
2f2b4b1d19 Update some more. 2025-05-19 01:01:48 +08:00
3554041a6b Push more stuff 2025-05-19 01:01:37 +08:00
23295ff590 Test docs & made the default windows size to be bigger. 2025-05-19 01:01:26 +08:00
d9c6cec16e Made the animation working again :) 2025-05-18 23:46:14 +08:00
2faaf3941c Forgot to commit the home.vue file last commit 💀 2025-05-18 23:16:52 +08:00
a5a3519111 Update docker compose & move the desktop to the root, as it is better if
I ever wanted to make the UI more basic and blander (for normal ppl)
2025-05-18 23:16:22 +08:00
fc7b835d68 Made a bunch of changes to the source code. And polish the deploying
process.
2025-05-18 16:59:03 +08:00
1200505451 Fix some issues of the Github Auto build docker image. 2025-05-18 16:14:48 +08:00
df412bc3c3 Add workflow_dispatch 2025-05-18 16:13:36 +08:00
bd7ac3367f Update caching & docker compose 2025-05-18 16:11:07 +08:00
8975812447 Make the news View working via the tty interface, and made some more
i18n stuff & update some more to add images and unknown data oh, also
paragraphs are now a thing :) and do so much debugging.
2025-05-18 13:12:39 +08:00
b62a3cda3d Add a few more database tables & made the api pull from the database
when then article exists & not ddos line today, Also made a basic
newsView with the api & the scraping script now scraps more stuff! :D
2025-05-18 11:59:58 +08:00
fe5e2d996e The Line Today scaper finally WORKS!! Now we just need make a UI for
it...
2025-05-18 11:13:25 +08:00
0bcb646cc0 Archive the jssoup one for now 2025-05-18 11:02:32 +08:00
5f78e8c58a Mainly make the python code to make it javascript for nuxt to access.
Python is just used for testing stuff, as it is a fine lang to do so.
2025-05-18 09:28:08 +08:00
81012f5061 Made the line_today.py kinda work ig. But I have no idea how can I run
this without issues in prod tho. and the "BlurPageBeforeLogin" thing
works just file, oh and checkCookie is now working (but without the
database part just yet)
2025-05-17 23:31:55 +08:00
0e26a23261 Make a basic check date functon, and EVEN if the user does NOT have a
lastCheckCookie, they are forced to relog, as there is somewhat of a
risk it might be a bad attacker, also postgres has limits, and I don't
what to blow it all, so you need the lastCheck Cookie as is. (Yes this
is a super important commit :D
2025-05-17 21:22:48 +08:00
383ad2e467 Make some basic checking /wo the database for now. 2025-05-17 21:08:58 +08:00
a89fbd4fd7 Add a login wall on a few windows, but still no auth / login logic
yet...
2025-05-17 20:50:23 +08:00
020251c706 Fix the code of conduct file name
&
Update the UI of the ChatBot, it is still a work in progress tho
2025-05-16 23:39:15 +08:00
f7e9d4a28b Add chat interface and implement basic message sending 2025-05-16 20:40:51 +08:00
c45a5ea285 Compeleted the language changing feat.
And updated the assets url to be /_assets/ instead of /_nuxt/
2025-05-15 22:31:50 +08:00
a1aecb4623 Add about & help message 2025-05-15 20:51:48 +08:00
99cfa4957f Add some more basic functions into the terminal. (the TTY interface).
Awesome.
2025-05-15 14:46:18 +08:00
5c64018601 Making basic tty execute command.
For testing, use `execute hotnews` :)
2025-05-15 14:19:21 +08:00
a94b6fbb79 Add basic cli stuff. 2025-05-15 14:04:16 +08:00
f740f671d1 In the end, the server's main drive "/" is used up to 100%... 2025-05-15 11:48:07 +08:00
05e5b722fb **Try** to fix docker compose? 2025-05-15 11:42:14 +08:00
ef163b6174 Made a basic TTY system. 2025-05-15 11:37:55 +08:00
62ecea8aa3 Fix some chatUI stuff. 2025-05-15 11:10:49 +08:00
94fbf1551d Add support for database backups and enhance UI elements
Updates UI components and gitignore rules for database backups, adds
Facebook links to news org window, and improves desktop window title
handling.
2025-05-15 10:54:39 +08:00
67f574fc35 Update keywords in nuxt.config.ts for improved SEO and add success message in line_today.py 2025-05-14 23:37:08 +08:00
cbec267f7b THE LINE TODAY ONE WORKS, WOOOOOOOO 2025-05-14 23:31:21 +08:00
e4d2b4840a It works now :D 2025-05-14 22:10:31 +08:00
861c6b8e35 Enhance footer and localization: add open source references, update footer design, and optimize descriptions for clarity. 2025-05-14 21:59:45 +08:00
96b297f617 Refactor API endpoints to use cached data and update Code of Conduct to Contributor Covenant 2025-05-14 18:52:14 +08:00
878ac4f1a6 Add news source data CSV file with various Taiwanese media outlets 2025-05-14 15:00:14 +08:00
456b2ad33e Fuck Microsoft, Yahoo news is better to scrape :D 2025-05-14 00:17:26 +08:00