v0.2.4
This commit is contained in:
@@ -476,6 +476,7 @@ type navItem struct {
|
||||
|
||||
var navItems = []navItem{
|
||||
{Path: "/", Label: "Home"},
|
||||
{Path: "/project-init", Label: "Initialize Project", Description: "Download AGENTS.md and .gitignore templates from Google Drive"},
|
||||
{Path: "/plec", Label: "PLEC Upload", Description: "Upload HTML to the internal PLEC server"},
|
||||
{Path: "/applovin", Label: "AppLovin Playable Preview", Description: "Upload to p.applov.in (QR preview)"},
|
||||
{Path: "/base64", Label: "Base64 Scanner", Description: "Find non-base64 assets in HTML"},
|
||||
@@ -521,6 +522,8 @@ func betaToolCount() int {
|
||||
|
||||
func navInitials(label string) string {
|
||||
switch label {
|
||||
case "Initialize Project":
|
||||
return "IP"
|
||||
case "Base64 Scanner":
|
||||
return "B64"
|
||||
case "AppLovin Playable Preview":
|
||||
|
||||
Reference in New Issue
Block a user