feat(KnowledgeBase):Add Word97-2003 (.doc) Binary File parsing module (#2544)

This commit is contained in:
geebytes
2025-03-29 11:05:06 +08:00
committed by GitHub
parent 7c05bc1784
commit c86243aa62
16 changed files with 2724 additions and 524 deletions

View File

@@ -35,8 +35,8 @@ fi
# Configuration section remains the same...
# Apply custom configuration
if [ -f /workspace/.devcontainer/zshrc-config ]; then
cp /workspace/.devcontainer/zshrc-config ~/.zshrc
if [ -f /app/.devcontainer/zshrc-config ]; then
cp /app/.devcontainer/zshrc-config ~/.zshrc
else
# Generate basic .zshrc if no custom configuration exists
cat << EOF >> ~/.zshrc