chore: initialize frontend repo with teaching terminology updates
Add the current frontend codebase with a baseline .gitignore and update piano-specific UI terms to teaching-oriented terms for the current product context. Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
moicen
|
||||
NyJ51zRwFApY9Wo9EHJMrb8GI9YtvpVN
|
||||
static-alchemy
|
||||
@@ -0,0 +1,3 @@
|
||||
moicen
|
||||
NyJ51zRwFApY9Wo9EHJMrb8GI9YtvpVN
|
||||
static-huiwing
|
||||
@@ -0,0 +1,3 @@
|
||||
tester
|
||||
GtORdMJHmCEhyaRuM8fn8pqCJTeSEX1z
|
||||
local-dev
|
||||
@@ -0,0 +1,4 @@
|
||||
moicen
|
||||
NyJ51zRwFApY9Wo9EHJMrb8GI9YtvpVN
|
||||
static-moicen
|
||||
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
|
||||
CONFIG=${1:-./.local_upyun_pass}
|
||||
|
||||
SERVER=${2}
|
||||
|
||||
for FILE in $(ls -1 ../dist/assets)
|
||||
do
|
||||
upyun_tool --upload /assets/$FILE ../dist/assets/$FILE --config $CONFIG --server $SERVER
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user