Cronos is constantly updated to always stay on top of performance and efficiency. You can find all the changes made below.

v 0.1.0

Welcome to Cronos Bot

We are thrilled to announce the launch of Cronos Bot!

logspot-banner

Cronos is a very good bozo made software to bypass all queues within seconds guaranteed by Zoro AIO. Just play start and enjoy the real bypass.

UI/UX designer Next.js developer Founder @ Reship Colony https://linktr.ee/reshipcolony

https://behance.net/_xtrada

Features

  • Queue-it
  • Secutix Queue
  • EUFA Queue
  • Search
  • Themeable
  • Document driven mode
  • Access to over 100,000 icons with Iconify
  • Code highlighting with Prism
  • Completely static
  • Use your own logo
  • Use your own favicon
  • Frontmatter support (Dates, Authors and other metadata)
v 1.02

Code Block Syntax highlighting

Logspot also supports code syntax highlighting as well

codeblocks

// Javascript
const url = "https://jsonplaceholder.typicode.com/posts/";
async function fetchPosts() {
  const response = await fetch(url);
  console.log(response);
}

Currently this is only supported for the following languages, to keep the bundle small for this demo.

  • JavaScript
  • CSS
  • HTML
  • Markdown
  • TypeScript
  • Vue
  • Python
  • Ruby

You can always add your own languages to the highlight array in the nuxt.config.js file.

Support for inline code blocks is also available example const name = "John Doe"

Shiki also supports different themes for codeblocks, you can learn mode about them here

v 1.00

Built in UI Components

This template also supports a few ui components that I have designed, which you can directly use within markdown.

The Icon component

Internally it uses the Iconify icons library. You can copy the icon key and just pass it as a prop like this :icon{name="ph:user-circle-duotone"}, which results in rendering the icon

Examples

  • Fluent Icons
  • Hero Icons Solid
  • Google Material Icons

The Alert component

You can also an alert component, which accepts an icon, title and description.

The alert component accepts three props, the icon(optional, defaults to the exclaimation icon), title and description.

::alert
---
icon: fluent:error-circle-24-regular
title: This is alert with default variant colors.
description: This will pick up colors from your primary color set in the tailwind config file. You can use this to show some kind of message to your users.
---
::

This is alert with default variant colors.

This will pick up colors from your primary color set in the tailwind config file. You can use this to show some kind of message to your users.

This is a simple alert with variant set as `success`.

A simple green colored alert, with a different icon.

This is an alert with variant set to `danger`.

Something aweful has happened

v 1.0.4

Widgets - Floating and overlay

widgets

Logspot provides a built in widget page, which is responsive, lightweight, minimal and easily customizable. Embed it in your website, blog, or any other website, using it as an iframe. Here is an example page which has both the floating and overlay widgets.